MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
.formtable { | .formtable { | ||
border: 1px solid #1C86EE; | border: 1px solid #1C86EE; | ||
padding: 1em; | padding: 1em; | ||
width: 100%; | width: 100%; | ||
background-color: # | background-color: #EEE9E9; | ||
} | } | ||
#boxhead { | #boxhead { | ||
font-weight: bold; | font-weight: bold; | ||
| Zeile 13: | Zeile 11: | ||
border-bottom: 1px solid darkgrey; | border-bottom: 1px solid darkgrey; | ||
} | } | ||
#hauptseite table { | #hauptseite table { | ||
background: transparent; | background: transparent; | ||
background-color: # | background-color: #EEE9E9; | ||
} | } | ||
.hauptseite-links, | .hauptseite-links, | ||
.hauptseite-rechts { | .hauptseite-rechts { | ||
| Zeile 43: | Zeile 24: | ||
.hauptseite-rechts { | .hauptseite-rechts { | ||
margin-left: 0.5em; | margin-left: 0.5em; | ||
} | } | ||
.hauptseite-links h2, | .hauptseite-links h2, | ||
.hauptseite-rechts h2 { | .hauptseite-rechts h2 { | ||
text-indent: 0.8em; | text-indent: 0.8em; | ||
} | } | ||
Version vom 28. April 2013, 17:39 Uhr
.formtable {
border: 1px solid #1C86EE;
padding: 1em;
width: 100%;
background-color: #EEE9E9;
}
#boxhead {
font-weight: bold;
padding: 0.5em;
padding-left: 0.7em;
border-bottom: 1px solid darkgrey;
}
#hauptseite table {
background: transparent;
background-color: #EEE9E9;
}
.hauptseite-links,
.hauptseite-rechts {
margin-bottom: 1em;
}
.hauptseite-links {
margin-right: 0.5em;
}
.hauptseite-rechts {
margin-left: 0.5em;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
text-indent: 0.8em;
}