MediaWiki:Monobook.css

From Blankclubencyclopedia

(Difference between revisions)
Line 95: Line 95:
/* Display "From The Blank Club Encyclopedia, the source of all Blank knowledge" */
/* Display "From The Blank Club Encyclopedia, the source of all Blank knowledge" */
#siteSub {
#siteSub {
-
     display: "From the source of all Blank knowledge" inline;
+
     display: inline;
     font-size: 92%;
     font-size: 92%;
     font-weight: normal;
     font-weight: normal;

Revision as of 21:42, 22 March 2006

/*
<pre>
*/

/***************************************************
** TOC layout
*/
#toc,
.toc {
   background-color: #F9F9F9;
   border: 1px solid #AAAAAA;
   padding: 5px;
   font-size: 95%;
}

#toc h2,
.toc h2 {
   display: inline;
   border: none;
   padding: 0;
   font-size: 100%;
   font-weight: bold;
}

#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
   text-align: center;
   background-color: transparent;
}

#toc ul,
.toc ul {
   list-style-type: none;
   list-style-image: none;
   margin-left: 0;
   padding-left: 0;
   text-align: left;
}

#toc ul ul,
.toc ul ul {
   margin: 0 0 0 1em;
}

#toc .toctoggle,
.toc .toctoggle {
   font-size: 100%;
}

li.toclevel-1 {
   border-top: 1px solid #AAAAAA;
}

.toc a,
#toc a {
   text-decoration:none;
}



legend {
	background-color: #F9F9F9;
	border: 1px solid #AAAAAA;
	color: #F9F9F9;
}

fieldset { background-color: #F9F9F9; }

#preftoc li {
	background-color: transparent;
	border: 0px;
}

#preftoc li a { color: #AAAAAA; }

#preftoc li.selected {
	border: 1px;
	background-color: #F9F9F9;
}

ol ol { list-style-type: lower-latin; }

ol ol ol { list-style-type: lower-roman; }

li#pt-userpage {
	background: url("/graphics/user.gif") top left no-repeat !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	padding-left: 20px;
	text-transform: none;
}

/* Display "From The Blank Club Encyclopedia, the source of all Blank knowledge" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

/*
</pre>
*/
Personal tools