MediaWiki:Common.css: Unterschied zwischen den Versionen
Cowboy (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Cowboy (Diskussion | Beiträge) K Schützte „MediaWiki:Common.css“: Schutz des Designs ([Bearbeiten=Nur Administratoren erlauben] (unbeschränkt) [Verschieben=Nur Administratoren erlauben] (unbeschränkt)) |
||
| (26 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 47: | Zeile 47: | ||
#mw-head a { color: #46b9d6; } | #mw-head a { color: #46b9d6; } | ||
#mw-head a:hover { color: #5ec1ee; } | #mw-head a:hover { color: #5ec1ee; } | ||
#mw-content { | #mw-content { background: rgba(0,0,0,0.6); } | ||
#pt-userpage a { | |||
background-position: left 0.33333333em; | |||
background-image: url(/skins/CowboyOfBottrop/resources/user-avatar.svg?943a0) !important; | |||
background-repeat: no-repeat; | |||
background-size: 1.16666667em; | |||
padding-top: 0.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); } | |||
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; | |||
} | } | ||
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; | |||
color: #01169e !important; | |||
} | } | ||
div.left-navigation ul.vector-menu-content-list li a, | div.left-navigation ul.vector-menu-content-list li a, | ||
| Zeile 72: | Zeile 100: | ||
#footer a, #mw-footer a { color: #46b9d6; } | #footer a, #mw-footer a { color: #46b9d6; } | ||
#footer a:hover, #mw-footer a:hover { color: #5ec1ee; } | #footer a:hover, #mw-footer a:hover { color: #5ec1ee; } | ||
#mw-panel { background: rgba(0, 0, 0, 0.85); border-right: 1px solid rgba(255, 255, 255, 0.05); } | |||
#mw-panel, #mw-panel h3 { color: #fcc48d; } | #mw-panel, #mw-panel h3 { color: #fcc48d; } | ||
#mw-panel a { color: #46b9d6; } | #mw-panel a { color: #46b9d6; } | ||