MediaWiki:Common.css: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
K add numbered lists |
||
| (6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#mainpage h2 | /* don't show categories on main page */ | ||
body.page-Hauptseite #catlinks { display : none } | |||
#mainpage h2 { | |||
background: none repeat scroll 0 0 #D8E8FF; | background: none repeat scroll 0 0 #D8E8FF; | ||
border: 1px solid #8898BF; | border: 1px solid #8898BF; | ||
| Zeile 61: | Zeile 64: | ||
border-style:solid; | border-style:solid; | ||
border-color:Blue; | border-color:Blue; | ||
padding | padding: 0 0 0 1em; | ||
margin | margin: 0 0 1 1em; | ||
} | } | ||
.red{ | .red{ | ||
color:red; | color:red; | ||
} | |||
/* From IntactWiki */ | |||
.infobox { | |||
clear:right; | |||
float:right; | |||
border:1px solid #8898BF; | |||
margin-left:1em; | |||
} | } | ||
pre { | pre { | ||
padding:4px; | padding: 4px; | ||
} | } | ||
/* To make images responsive */ | |||
.res-img img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
/* Hide headline on Main Page */ | |||
.page-Main_Page #firstHeading { | |||
display: none; | |||
} | |||
/* numbered lists */ | |||
ol li > ol { | |||
list-style-type: lower-alpha; | |||
} | |||
ol li > ol li > ol { | |||
list-style-type: lower-roman; | |||
} | } | ||
<noinclude>[[en:MediaWiki:Common.css]]</nowiki> | <noinclude>[[en:MediaWiki:Common.css]]</nowiki> | ||