MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Watch-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: →‎* Kleinschreibung nicht erzwingen: .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } a[accesskey]:before { content: " " att...)
 
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 1: Zeile 1:
/** Kleinschreibung nicht erzwingen */
+
/* Kleinschreibung nicht erzwingen */
 
.portlet h5,
 
.portlet h5,
 
.portlet h6,
 
.portlet h6,
Zeile 7: Zeile 7:
 
}
 
}
  
a[accesskey]:before {
+
/* Überschriften aus /skins/monobook/main.css */
    content: " " attr(accesskey) " ";
+
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
+
color: #0066CC; /*black;*/
    white-space: pre;
+
background: white; /*none;*/
    border: thin solid;
+
font-weight: normal;
    font-family: sans-serif;
+
margin: 1.5em 0 0 0; /*0;*/
    text-decoration: underline overline;
+
padding-top: .3em; /*.5em;*/
    margin-right: 0.5ex;
+
padding-bottom: .17em;
 +
border-bottom: 1px solid #aaa;
 +
}
 +
h1 { font-size: 188%; }
 +
h1 {
 +
font-size: 140%;
 +
background: #dddddd;
 +
border-bottom: none;
 +
margin: 1.5em -0.75em 0 -0.75em;
 +
padding-left: 1em;
 +
}
 +
h2 { font-size: 133%; }
 +
h3, h4, h5, h6 {
 +
border-bottom: none;
 +
font-weight: bold;
 +
}
 +
h3 { font-size: 126%; }
 +
h4 { font-size: 116%; }
 +
h5 { font-size: 100%; }
 +
h6 { font-size: 80%; }
 +
 
 +
/* Some space under the headers in the content area */
 +
#bodyContent h1, #bodyContent h2 {
 +
margin-bottom: .6em;
 +
}
 +
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
 +
margin-bottom: .3em;
 
}
 
}

Aktuelle Version vom 8. September 2010, 05:24 Uhr

/* Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

/* Überschriften aus /skins/monobook/main.css */
h1, h2, h3, h4, h5, h6 {
	color: #0066CC; /*black;*/
	background: white; /*none;*/
	font-weight: normal;
	margin: 1.5em 0 0 0; /*0;*/
	padding-top: .3em; /*.5em;*/
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h1 {
	font-size: 140%;
	background: #dddddd;
	border-bottom: none;
	margin: 1.5em -0.75em 0 -0.75em;
	padding-left: 1em;
}
h2 { font-size: 133%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 126%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
	margin-bottom: .6em;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: .3em;
}