MediaWiki:Timeless.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* ============================================== */
/* Jetzt kommt das Special-CSS von NordhausenWiki. */
/* ============================================== */
@media screen and (min-width:1100px) {
/* Revised sidebar */
.sidebar-chunk {
background: #ffffff !important;
border-color: #e4e4e4 !important;
}
.sidebar-chunk h3 {
border-bottom-color: # !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 # !important;}
.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 : #2e3438 !important;}
#mw-content {border-color: #ffffff !important;}
#mw-content-container {background : #f8f9fa; }
#mw-content-container { background-image: none }
}
/* Website title text */
@media screen and (max-width: 1150px) {
#p-logo-text a {
display: none;
}
}
/* Website title text */
@media screen and (min-width: 1149px) {
#p-logo-text a {
display: none;
}
}