MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus NordhausenWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 69: | Zeile 69: | ||
/* Custom borders */ | /* Custom borders */ | ||
.color-left, .color-middle, .color-right {background-color: # | .color-left, .color-middle, .color-right {background-color: #bbbaba;} | ||
#mw-content-container {border-bottom-color: # | #mw-content-container {border-bottom-color: #bbbaba;} | ||
/* Margin fix */ | /* Margin fix */ | ||
Zeile 77: | Zeile 77: | ||
/* Revised background */ | /* Revised background */ | ||
body {background : #333333 !important;} | body {background : #333333 !important;} | ||
#mw-content {border-color: # | #mw-content {border-color: #bbbaba !important;} | ||
#mw-content-container {background : # | #mw-content-container {background : #bbbaba; } | ||
.mw-cookiewarning-container { | .mw-cookiewarning-container { |
Version vom 3. Februar 2020, 10:41 Uhr
/* Don't display some stuff on the main page */
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading {
display: none !important;
}
/* Position coordinates */
#coordinates {
position: absolute;
top: 6.5em;
right: 3em;
float: right;
margin: 0;
padding: 0;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* correct position for VE */
.ve-ce-surface-enabled #coordinates {
margin-top: -13em;
}
/* mobile: hide coordinates until we find a better spot */
@media screen and ( max-width: 719px ) {
#coordinates {
display: none;
}
}
/* T161423 */
.infobox {
border-collapse: separate;
}
/* T173151 */
.mw-changeslist-legend dt {
margin: 0 0.5em 0 0 !important;
}
/* ============================================== */
/* Und hier kommen NordhausenWiki's special CSS rules. */
/* #efefef = Hintergrund; #006699 = Rahmen */
/* ============================================== */
@media screen and (min-width:1100px) {
/* Remove duplicate logo */
#p-logo-text {display: none;}
/* Revised sidebar */
.sidebar-chunk {
background : #ffffff !important;
border-color: #000000 !important;
}
.sidebar-chunk h3 {
border-bottom-color: #000000 !important;
}
}
/* Disable mobile link for Timeless only, and nowhere else */
.ns-masthead-mlink {display: none;}
/* Custom borders */
.color-left, .color-middle, .color-right {background-color: #bbbaba;}
#mw-content-container {border-bottom-color: #bbbaba;}
/* Margin fix */
.mw-indicators {margin: 0.25em 0 0 0;}
/* Revised background */
body {background : #333333 !important;}
#mw-content {border-color: #bbbaba !important;}
#mw-content-container {background : #bbbaba; }
.mw-cookiewarning-container {
top: auto;
bottom: 0;
}