MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(32 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
.bold { | .bold { | ||
Zeile 136: | Zeile 133: | ||
-moz-border-radius: 5px; | -moz-border-radius: 5px; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | |||
.specsBox #toc { | |||
margin-top:1em; | |||
} | } | ||
Zeile 225: | Zeile 226: | ||
display:inline-block; | display:inline-block; | ||
} | } | ||
.anlieferungselement .referenz { | |||
padding: 1em; | |||
text-align:center; | |||
font-size:120%; | |||
display:inline-block; | |||
width:100%; | |||
} | |||
.anlieferung_kombination { | .anlieferung_kombination { | ||
display:flex; | display:flex; | ||
Zeile 306: | Zeile 317: | ||
flex-wrap:wrap; | flex-wrap:wrap; | ||
justify-content:flex-start; | justify-content:flex-start; | ||
min-width:320px; | |||
box-sizing: border-box; | |||
} | |||
.mainpage * { | |||
box-sizing: border-box; | |||
} | } | ||
.chapter { | .chapter { | ||
width: | width:320px; | ||
min-width:320px; | min-width:320px; | ||
margin-right:1em; | |||
} | } | ||
Zeile 368: | Zeile 386: | ||
.chapterlist { | .chapterlist { | ||
width:320px; | width:320px; | ||
border: | border: 0.5px solid #a2a9b1; | ||
background-color: #f8f9fa; | |||
color: #222; | |||
margin: 1em 0; | |||
border-collapse: collapse; | |||
font-size:16px; | |||
} | |||
.chapterlist .clheader { | |||
font-size:22px; | |||
background-color:#021B23; | |||
color:#FFF; | |||
padding: 0.2em 0.4em; | |||
font-weight:bold; | |||
font-family: 'Rajdhani',sans-serif,Arial,Tahoma,Verdana; | |||
} | |||
.chapterlist ul { | |||
margin:0; | |||
padding:0; | |||
font-family: 'Rajdhani',sans-serif,Arial,Tahoma,Verdana; | |||
} | |||
.chapterlist li { | |||
list-style-type: none; | |||
list-style-image: none; | |||
padding: 0.2em 0.4em; | |||
margin:0; | |||
font-weight:bold; | |||
border-bottom: 0.5px solid #a2a9b1; | |||
line-height:1.6; | |||
font-family: 'Rajdhani',sans-serif,Arial,Tahoma,Verdana; | |||
font-size:100%; | |||
} | |||
.chapterlist li *{ | |||
font-family: 'Rajdhani',sans-serif,Arial,Tahoma,Verdana; | |||
} | |||
.mainheader { | |||
background-color: #021B23; | |||
color:#FFFFFF; | |||
text-align:left; | |||
font-size:60px; | |||
width:100%; | |||
padding-left:20px; | |||
height:300px; | |||
padding-top:70px; | |||
} | |||
.mainheader .title { | |||
height:80px; | |||
line-height:80px; | |||
} | |||
.seitenanfang, .werbeformkombination { | |||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
color: # | color: #202122; | ||
margin: 1em 0; | margin: 1em 0; | ||
border | border: 1px solid #a2a9b1; | ||
padding:1em; | |||
} | } | ||
. | .seitenanfang span, .werbeformkombination span { | ||
font-size: | font-size:150%; | ||
} | |||
.werbeformkombination { | |||
width:600px; | |||
height:150px; | |||
display:flex; | |||
align-items:center; | |||
} | |||
#p-logo a { | |||
background-size: 100% auto; | |||
} | } |