MediaWiki:Timeless.css
Aus NordhausenWiki
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
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/*
* Style
*/
#mw-content-text #coordinates,
#mw-content-text #editcount,
#mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
display: block;
font-size: x-small;
line-height: 1.5;
position: absolute;
right: 1.6em;
text-align: right;
text-indent: 0;
top: 2em;
white-space: nowrap;
}
@media screen and (min-width: 982px) {
#mw-content-text #coordinates,
#mw-content-text #editcount,
#mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
right: 2.4em;
}
}
/* ============================================== */
/* Jetzt kommt das Special-CSS von NordhausenWiki. */
/* ============================================== */
@media screen and (min-width: 1100px) {
/* Revised sidebar */
.sidebar-chunk {
background: #ffffff !important;
border-color: #ffffff !important;
}
.sidebar-chunk h3 {
border-bottom-color: #EFEFEF !important;
}
}
/* Masthead fix */
.nw-masthead-title h2::after {
border-bottom: none !important;
}
.nw-masthead-contents {
column-width: 9.125rem;
}
/* Disable mobile link for Timeless only, and nowhere else */
.nw-masthead-mlink {
display: none;
}
/* Frame title fix */
.nw-portal-frame h2 {
border-bottom: 3px solid #000000 !important; /* Beispielhafte Farbe hinzugefügt */
}
.nw-portal-frame h2::after {
border-bottom: none !important;
}
/* Linie oben */
.color-left,
.color-middle,
.color-right {
background-color: #EFEFEF;
}
/* Strich Überschrift */
#mw-content-container,
.mw-body h1.firstHeading,
.tools-inline li.selected {
border-bottom-color: #00669d;
}
/* Margin fixes */
.mw-indicators {
margin: 0.25em 0 0 0;
}
.mw-dismissable-notice-close {
margin: 0em 1.25em;
}
/* Revised background */
body {
background: #272a33 !important;
}
#mw-content {
border-color: #ffffff !important;
}
#mw-content-container {
background: #f9f9f8;
background-image: none;
}
/* Website title text */
@media screen and (max-width: 1148px) { /* Angepasster Max-Width */
#p-logo-text a {
display: none;
}
}
/* Website title text */
@media screen and (min-width: 1151px) { /* Angepasster Min-Width */
#p-logo-text a {
display: none;
}
}