MediaWiki:Pivot.css
Aus ZEuS-Wiki
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
body {
font-family: Arial;
}
/* Custom colors - top bar*/
.tab-bar {
background: #00a9e0;
}
/* sidebar background color */
body {
background-color: #ffffff;
}
/* style the labels */
ul.side-nav label {
background: #00a9e0;
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;
}
