MediaWiki:Common.css: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#mainpage h2 | #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 61: | ||
border-style:solid; | border-style:solid; | ||
border-color:Blue; | border-color:Blue; | ||
padding | padding: 0 0 0 1em; | ||
margin | margin: 0 0 0 1em; | ||
} | } | ||
.red{ | .red{ | ||
color:red; | color:red; | ||
} | |||
/* From IntactWiki */ | |||
.infobox { | |||
clear: right; | |||
float: right; | |||
border: 1px solid #8898BF; | |||
} | } | ||
pre { | pre { | ||
padding:4px; | padding: 4px; | ||
} | } | ||
/* Hide headline on Main Page */ | |||
.page-Main_Page #firstHeading { | |||
.page- | |||
display: none; | display: none; | ||
} | } | ||
<noinclude>[[en:MediaWiki:Common.css]]</nowiki> | <noinclude>[[en:MediaWiki:Common.css]]</nowiki> | ||