MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 106: | Zeile 106: | ||
a, #mw-panel .portal .body li a { | a, #mw-panel .portal .body li a { | ||
color:# | color:#EE7F00 ; | ||
} | } | ||
Zeile 382: | Zeile 382: | ||
.chapterlist .clheader { | .chapterlist .clheader { | ||
font-size:22px; | font-size:22px; | ||
background-color:# | background-color:#021B23; | ||
color:#FFF; | color:#FFF; | ||
padding: 0.2em 0.4em; | padding: 0.2em 0.4em; | ||
Zeile 411: | Zeile 411: | ||
.mainheader { | .mainheader { | ||
background-color: # | background-color: #021B23; | ||
color:#FFFFFF; | color:#FFFFFF; | ||
text-align:left; | text-align:left; | ||
Zeile 446: | Zeile 446: | ||
float:right; | float:right; | ||
width:85%; | width:85%; | ||
} | |||
.keys { | |||
background-color:rgb(235, 235, 235); | |||
border: 1px solid lightgrey; | |||
display:table; | |||
margin:1em; | |||
padding:1em; | |||
border-radius:5px; | |||
flex-wrap:wrap; | |||
} | |||
.keys .box { | |||
display:inline-block; | |||
width:40px; | |||
height:40px; | |||
line-height:40px; | |||
vertical-align:middle; | |||
text-align:center; | |||
background-color:rgb(35, 35, 35); | |||
border:1px solid black; | |||
border-radius:5px; | |||
margin:5px; | |||
color:#FFFFFF; | |||
font-weight:bold; | |||
font-size:140%; | |||
} | |||
div.warning{ | |||
border: 1px red solid; | |||
width: 100xp; | |||
height: auto; | |||
display: block; | |||
background: rgba(255,0,0,0.1); | |||
} | |||
div.warning h2{ | |||
text-align: center; | |||
margin: 0; | |||
padding: 10px; | |||
font-size: 1.25em; | |||
} | |||
div.warning div.text{ | |||
color:black; | |||
padding: 10px; | |||
font-size: 14px; | |||
} | |||
#p-logo a { | |||
background-size: 100% auto; | |||
} | } |