Pivot.css: Unterschied zwischen den Versionen
Aus ZEuS-Wiki
(Link-Farben angepasst) |
(#tagline) |
||
Zeile 85: | Zeile 85: | ||
} | } | ||
#tagline | #tagline { | ||
display: none !important; | display: none !important; | ||
} | } |
Version vom 3. März 2020, 09:55 Uhr
body { font-family: Arial; } /* Custom colors - top bar*/ .tab-bar { background: #59C7EB; } /* sidebar background color */ body { background-color: #ffffff; } #sidebar a { color: #008ECE; } #sidebar a:hover { color: #59C7EB; } #p-cactions a:hover{ color: #59C7EB; } #p-cactions a{ color: #008ECE; } /* style the labels */ ul.side-nav label { background: #59C7EB; color: #fff; padding: .25em .5em; } ul.side-nav li:hover { background: #CCEEF9; } /* controls the main body area styling */ #p-cactions { background-color: #ffffff; } #footer { background-color: #ffffff; } #p-logo { left: -0.5em; } /* style the Personal menu */ .right-off-canvas-menu, .left-off-canvas-menu { background: #ffffff; } ul.off-canvas-list li label { /* background: #59c7eb; --> andere Farbe, so wie links */ background: #00a9e0; color: white; } ul.off-canvas-list li a { /*color: black;*/ color: #0645AD; } ul.off-canvas-list li a:hover { background: #CCEEF9; } /* hide namespaces */ .namespace.label { display: none !important; } /* Fix edit bar of VisualEditor at least for MediaWiki 1.31 and later */ .oo-ui-tool .oo-ui-tool-link { padding-top: 0; } .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel, .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title { padding-top: 1em; } #tagline { display: none !important; } /* Collapsible elements. Toggle-link moved to left. /* Margin around it adjusted. */ .mw-collapsible .mw-collapsible-toggle { float:left; margin-left:0; margin-right:1em; font-weight:bold; color:#00a9e0; } /* Unlinked categories. Set red color */ #categories #catlinks #mw-normal-catlinks a.new { color: #BA0000; } /* Breadcrumbs. Margin top-bottom adjusted */ div#breadcrumbs { margin-top: 1em; margin-bottom: 1em; } #ca-favorite a::before { font-weight: 400; content: "\f005"; } #ca-unfavorite a::before { font-weight: 400; content: "\f005"; } #pt-0 a::before { font-weight: 900; content: "\f005"; } #t-permalink { display: none !important; }