MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Marcus (Diskussion | Beiträge) |
Marcus (Diskussion | Beiträge) |
||
(13 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. */ | ||
− | body { background: linear-gradient(to right bottom, #f07864 50%, #f4816e 50%) !important; background: #f4816e !important; } | + | body { /*background: linear-gradient(to right bottom, #f07864 50%, #f4816e 50%) !important;*/ background: #f4816e !important; } |
.mw-wiki-logo { background-size: contain; } | .mw-wiki-logo { background-size: contain; } | ||
− | #mw-page-base { background: # | + | #mw-page-base { background: #29989C; } |
+ | #mw-head {} | ||
+ | |||
/* LINKS*/ | /* LINKS*/ | ||
Zeile 10: | Zeile 12: | ||
/* TABS */ | /* TABS */ | ||
− | .vector-menu-tabs li a { color: # | + | .vector-menu-tabs li a { color: #000000 !important; font-weight: bold; letter-spacing: 0.02em; padding: 1.05em 11px 0px 11px; } |
− | .vector-menu-tabs li a:visited { color: # | + | .vector-menu-tabs li a:visited { color: #000000; } |
+ | #mw-head .vector-menu-dropdown h3 { color: #ffffff; } | ||
/* MENUE LEFT*/ | /* MENUE LEFT*/ | ||
− | .portal .body li a, .vector-menu-portal .body li a { color: #29989c; font-weight: bold; letter-spacing: 0.02em; } | + | .portal .body .vector-menu-content-list li a, .vector-menu-portal .body li a { color: #ffffff /*#29989c*/; font-weight: bold; letter-spacing: 0.02em; } |
− | .portal .body li a:visited, .vector-menu-portal .body li a:visited { color: #196066; } | + | .portal .body .vector-menu-content-list li a:visited, .vector-menu-portal .body li a:visited { color: #ffffff /*#196066*/; } |
+ | .portal .body .vector-menu-content-list li a.active, .vector-menu-portal .body li a.active { color: #1F777A !important; } | ||
+ | |||
+ | /* MENUE PERSONAL TOP*/ | ||
+ | .vector-menu li, #p-personal li a { color: #ffffff; } | ||
+ | #pt-userpage a { color: #f4816e !important; font-weight: bold; } | ||
+ | #pt-mytalk a { color: #f4816e !important; } | ||
+ | |||
+ | /* SEARCH */ | ||
+ | #simpleSearch #searchInput { background: #ffffff !important; } | ||
/* FOOTER */ | /* FOOTER */ | ||
− | #footer-places li a { color: #29989c; font-weight: bold; letter-spacing: 0.02em; } | + | #footer-places li a { color: #ffffff /*#29989c*/; font-weight: bold; letter-spacing: 0.02em; } |
− | #footer-places li a:visited { color: #196066; } | + | #footer-places li a:visited { color: #ffffff /*#196066*/; } |
Aktuelle Version vom 3. März 2021, 19:53 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body { /*background: linear-gradient(to right bottom, #f07864 50%, #f4816e 50%) !important;*/ background: #f4816e !important; }
.mw-wiki-logo { background-size: contain; }
#mw-page-base { background: #29989C; }
#mw-head {}
/* LINKS*/
#mw-content-text a { color: #F07864; }
#mw-content-text a:visited { color: #e04642; }
/* TABS */
.vector-menu-tabs li a { color: #000000 !important; font-weight: bold; letter-spacing: 0.02em; padding: 1.05em 11px 0px 11px; }
.vector-menu-tabs li a:visited { color: #000000; }
#mw-head .vector-menu-dropdown h3 { color: #ffffff; }
/* MENUE LEFT*/
.portal .body .vector-menu-content-list li a, .vector-menu-portal .body li a { color: #ffffff /*#29989c*/; font-weight: bold; letter-spacing: 0.02em; }
.portal .body .vector-menu-content-list li a:visited, .vector-menu-portal .body li a:visited { color: #ffffff /*#196066*/; }
.portal .body .vector-menu-content-list li a.active, .vector-menu-portal .body li a.active { color: #1F777A !important; }
/* MENUE PERSONAL TOP*/
.vector-menu li, #p-personal li a { color: #ffffff; }
#pt-userpage a { color: #f4816e !important; font-weight: bold; }
#pt-mytalk a { color: #f4816e !important; }
/* SEARCH */
#simpleSearch #searchInput { background: #ffffff !important; }
/* FOOTER */
#footer-places li a { color: #ffffff /*#29989c*/; font-weight: bold; letter-spacing: 0.02em; }
#footer-places li a:visited { color: #ffffff /*#196066*/; }