10.360
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 100: | Zeile 100: | ||
box-shadow: 0px 0px 3px lightgrey; | box-shadow: 0px 0px 3px lightgrey; | ||
padding: 0px 15px 10px 15px; | padding: 0px 15px 10px 15px; | ||
margin-bottom: 1em; | |||
} | } | ||
Zeile 131: | Zeile 132: | ||
#bodyContent ul, | #bodyContent ul, | ||
#bodyContent table, | #bodyContent table, | ||
#bodyContent ol/*, | #bodyContent ol /*, | ||
#bodyContent h1, | #bodyContent h1, | ||
#bodyContent h2, | #bodyContent h2, | ||
Zeile 137: | Zeile 138: | ||
#bodyContent h4, | #bodyContent h4, | ||
#bodyContent h5, | #bodyContent h5, | ||
#bodyContent h6*/ { | #bodyContent h6*/ | ||
{ | |||
margin-top: 1em; | margin-top: 1em; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
max-width: 600px; | max-width: 600px; | ||
} | } | ||
#bodyContent .portale, | #bodyContent .portale, | ||
#bodyContent .portale > *{ | #bodyContent .portale > * { | ||
max-width: 100%; | max-width: 100%; | ||
} | |||
#bodyContent .portale { | |||
max-width: 750px; | |||
margin-left: auto; | |||
margin-right: auto; | |||
line-height: 2.5em; | |||
} | } | ||
Zeile 153: | Zeile 163: | ||
#bodyContent table tr:nth-child(even) { | #bodyContent table tr:nth-child(even) { | ||
background-color: #ffffff; | background-color: #ffffff; | ||
} | |||
.hauptartikel { | |||
margin-bottom: 1.5em; | |||
} | } | ||
.frontpage-icon { | .frontpage-icon { | ||
white-space: nowrap; | white-space: nowrap; | ||
} | |||
.toclevel-1 ul { | |||
margin-top: 0 !important; | |||
margin-bottom: 0 !important; | |||
} | |||
.clearfix { | |||
clear: both; | |||
} | } | ||