MediaWiki:Timeless.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→==============================================: →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-mast...") |
No edit summary |
||
Line 35: | Line 35: | ||
.mw-body h1.firstHeading, | .mw-body h1.firstHeading, | ||
.tools-inline li.selected { | .tools-inline li.selected { | ||
border-bottom-color: # | border-bottom-color: #a0005b; | ||
} | } | ||
Latest revision as of 15:11, 11 October 2022
/* ============================================== */
/* 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: #a0005b;
}
/* 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;
}
}