MediaWiki:Common.css: Unterschied zwischen den Versionen
Cowboy (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Cowboy (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (81 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/*--------------------------------------------------------------------------------*/ | /*--------------------------------------------------------------------------------*/ | ||
/* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen für Cowboy’s Wiki */ | /* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen für Cowboy’s Wiki */ | ||
| Zeile 38: | Zeile 28: | ||
/* +++++ 1. (a) DEFINITIONEN PROJEKTWEITER KLASSEN UND IDS +++++ */ | /* +++++ 1. (a) DEFINITIONEN PROJEKTWEITER KLASSEN UND IDS +++++ */ | ||
/* Sidebar */ | |||
/*body, #mw-panel, #mw-head { | |||
background-color: #EACEA3 !important; | |||
}*/ | |||
body { | |||
background: url('/skins/CowboyOfBottrop/resources/wood.jpg') repeat; | |||
color: #000; | |||
} | |||
#mw-head { | |||
background: #111; | |||
color: #fcc48d !important; | |||
/*padding: 20px 20px 0 0;*/ | |||
} | |||
#mw-head a { color: #46b9d6; } | |||
#mw-head a:hover { color: #5ec1ee; } | |||
#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.right-navigation ul.vector-menu-content-list li { | |||
background-color: #e5e5e5 !important; | |||
background-image: none !important; | |||
color: #01169e !important; | |||
} | |||
div.left-navigation ul.vector-menu-content-list li.selected, | |||
div.right-navigation ul.vector-menu-content-list li.selected { | |||
background-color: #fff !important; | |||
background-image: none !important; | |||
border: none !important; | |||
color: #01169e !important; | |||
} | |||
div.left-navigation ul.vector-menu-content-list li a, | |||
div.right-navigation ul.vector-menu-content-list li a { | |||
color: #01169e !important; | |||
} | |||
.vector-menu-heading, .vector-menu-content { color: #fcc48d !important; } | |||
h1#firstHeading, .mw-body { border-top: none !important; } | |||
#footer, #mw-footer, #footer-info li { | |||
/*background: #111;*/ | |||
color: #fcc48d !important; | |||
} | |||
#footer a, #mw-footer a { color: #46b9d6; } | |||
#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 a { color: #46b9d6; } | |||
#mw-panel a:hover { color: #5ec1ee; } | |||
li.new a { color: #ba0000 !important; } | |||
/* Personennamen in Kapitälchen */ | /* Personennamen in Kapitälchen */ | ||
| Zeile 377: | Zeile 444: | ||
table.hintergrundfarbe6, | table.hintergrundfarbe6, | ||
.hintergrundfarbe6 { | .hintergrundfarbe6 { | ||
background-color: # | background-color: #eacea3; | ||
} | } | ||
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
| Zeile 823: | Zeile 890: | ||
transition-property: background-color,color,border-color,box-shadow; | transition-property: background-color,color,border-color,box-shadow; | ||
transition-duration: .1s; | transition-duration: .1s; | ||
background-color: | background-color: #2a2a2a !important; | ||
color: #ffffff !important; | |||
} | } | ||
.button a {color: white; text-decoration: none; font-weight: bold; } | .button a {color: white; text-decoration: none; font-weight: bold; } | ||
| Zeile 829: | Zeile 897: | ||
@media print { | @media print { | ||
.noprint { display: none; } | .noprint { display: none; } | ||
a { text-decoration: none; border: none; } | |||
} | } | ||