MediaWiki:Monobook.css

From Blankclubencyclopedia

(Difference between revisions)
Line 1: Line 1:
-
** H1-H6 / Headings
+
/*
 +
<pre>
*/
*/
-
h1, h2, h3, h4, h5, h6 {
+
 
-
color: #000000;
+
/***************************************************
-
background: none;
+
** TOC layout
-
margin: 0;
+
*/
-
padding-top: 0.5em;
+
#toc,
-
padding-bottom: 0.17em;
+
.toc {
 +
  background-color: #F9F9F9;
 +
  border: 1px solid #AAAAAA;
 +
  padding: 5px;
 +
  font-size: 95%;
}
}
-
h1, h2 {
+
 
-
font-weight: normal;
+
#toc h2,
-
border-bottom: 1px solid #000000;
+
.toc h2 {
 +
  display: inline;
 +
  border: none;
 +
  padding: 0;
 +
  font-size: 100%;
 +
  font-weight: bold;
}
}
-
h3, h4, h5, h6 {
+
 
-
font-weight: bold;
+
#toc #toctitle,
-
border-bottom: none;
+
.toc #toctitle,
 +
#toc .toctitle,
 +
.toc .toctitle {
 +
  text-align: center;
 +
  background-color: transparent;
}
}
-
h1 { font-size: 188%; }
+
 
-
h2 { font-size: 150%; }
+
#toc ul,
-
h3 { font-size: 132%; }
+
.toc ul {
-
h4 { font-size: 116%; }
+
  list-style-type: none;
-
h5 { font-size: 100%; }
+
  list-style-image: none;
-
h6 { font-size: 80%; }
+
  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;
 +
}
 +
 
 +
/*
 +
</pre>
 +
*/

Revision as of 13:48, 16 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;
}

/*
</pre>
*/
Personal tools