MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
K add numbered lists |
||
| (13 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 */ | ||
/* don't show categories on main page */ | |||
body.page-Hauptseite #catlinks { display : none } | |||
#mainpage h2 { | #mainpage h2 { | ||
| Zeile 56: | Zeile 59: | ||
} | } | ||
.citation{ | .citation, | ||
blockquote{ | |||
border-width:0 0 0 1px; | border-width:0 0 0 1px; | ||
border-style:solid; | border-style:solid; | ||
border-color:Blue; | border-color:Blue; | ||
padding | padding: 0 0 0 1em; | ||
margin | margin: 0 0 1 1em; | ||
} | } | ||
| Zeile 68: | Zeile 72: | ||
} | } | ||
/* | /* From IntactWiki */ | ||
.infobox { | |||
clear:right; | |||
float:right; | |||
border:1px solid #8898BF; | |||
margin-left:1em; | |||
} | |||
pre { | |||
padding: 4px; | |||
} | |||
.page- | /* To make images responsive */ | ||
.res-img img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
/* Hide headline on Main Page */ | |||
.page-Main_Page #firstHeading { | |||
display: none; | 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> | |||