MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „→CSS placed here will be applied to all skins: #mainpage h2 { background: none repeat scroll 0 0 #D8E8FF; border: 1px solid #8898BF; font-size: 1…“ |
K add numbered lists |
||
| (3 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 79: | Zeile 82: | ||
pre { | pre { | ||
padding: 4px; | padding: 4px; | ||
} | |||
/* To make images responsive */ | |||
.res-img img { | |||
max-width:100%; | |||
height:auto; | |||
} | } | ||
| Zeile 86: | Zeile 95: | ||
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> | <noinclude>[[en:MediaWiki:Common.css]]</nowiki> | ||