MediaWiki:Common.css: Unterschied zwischen den Versionen
Cowboy (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Cowboy (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (26 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 48: | Zeile 48: | ||
#mw-head a:hover { color: #5ec1ee; } | #mw-head a:hover { color: #5ec1ee; } | ||
#mw-content { background: rgba(0,0,0,0.6); } | #mw-content { background: rgba(0,0,0,0.6); } | ||
#pt-userpage { | #pt-userpage a { | ||
background-position: left 0.33333333em; | background-position: left 0.33333333em; | ||
background-image: url(/skins/CowboyOfBottrop/resources/user-avatar.svg?943a0); | background-image: url(/skins/CowboyOfBottrop/resources/user-avatar.svg?943a0) !important; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: | background-size: 1.16666667em; | ||
padding-top: 0.5em; | padding-top: 0.5em; | ||
padding-left: 1.5em; | padding-left: 1.5em; | ||
} | |||
#pt-notifications-alert a { | |||
background-position: left 0.33333333em; | |||
background-image: url(/skins/CowboyOfBottrop/resources/alert.svg?943a0) !important; | |||
background-repeat: no-repeat; | |||
background-size: 1.35em; | |||
opacity: 1.0 !important; | |||
padding-top: 0.5em; | |||
padding-left: 0.5em; | |||
} | |||
#pt-notifications-notice a { | |||
background-position: left 0.33333333em; | |||
background-image: url(/skins/CowboyOfBottrop/resources/notice.svg?943a0) !important; | |||
background-repeat: no-repeat; | |||
background-size: 1.5em; | |||
opacity: 1.0 !important; | |||
padding-top: 0.5em; | |||
padding-left: 0.5em; | |||
} | } | ||
.vector-search-box-input { background-color: rgba(255,255,255,0.8); } | .vector-search-box-input { background-color: rgba(255,255,255,0.8); } | ||
div.left-navigation ul.vector-menu-content-list li, | div.left-navigation ul.vector-menu-content-list li, | ||
div.right-navigation ul.vector-menu-content-list li { | div.right-navigation ul.vector-menu-content-list li { | ||
background: #e5e5e5 !important; | background-color: #e5e5e5 !important; | ||
background-image: none !important; | |||
color: #01169e !important; | color: #01169e !important; | ||
} | } | ||
div.left-navigation ul.vector-menu-content-list li.selected, | div.left-navigation ul.vector-menu-content-list li.selected, | ||
div.right-navigation ul.vector-menu-content-list li.selected { | div.right-navigation ul.vector-menu-content-list li.selected { | ||
background: #fff !important; | background-color: #fff !important; | ||
background-image: none !important; | |||
border: none !important; | |||
color: #01169e !important; | color: #01169e !important; | ||
} | } | ||
| Zeile 72: | Zeile 93: | ||
} | } | ||
.vector-menu-heading, .vector-menu-content { color: #fcc48d !important; } | .vector-menu-heading, .vector-menu-content { color: #fcc48d !important; } | ||
h1#firstHeading, .mw-body { border-top: none !important; } | |||
#footer, #mw-footer, #footer-info li { | #footer, #mw-footer, #footer-info li { | ||
/* | /*background: #111;*/ | ||
color: #fcc48d !important; | color: #fcc48d !important; | ||
} | } | ||