MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/*
/* Don't display some stuff on the main page */
* Koordinaten und diverse andere Anzeigen oben rechts, siehe
.page-Main_Page #deleteconfirm,
* [[:Kategorie:Vorlage:mit Seitenindikator#Textelemente]].
.page-Main_Page #t-cite,
* Beachte, dass diese Elemente im Wikitext an beliebigen Stellen auftreten und
.page-Main_Page #footer-info-lastmod,
* deshalb allerhand Eigenschaften erben können. Das gilt insbesondere für die
.action-view.page-Main_Page #siteSub,
* Schriftgröße.
.action-view.page-Main_Page #contentSub,
* Der folgende Darstellungsfehler ist bekannt: Wenn die Fensterbreite kleiner
.action-view.page-Main_Page .firstHeading {
* als 982px ist und die Schriftgröße des Wurzelelements wie üblich 16px ist,
display: none !important;
* überlappen sich die 17px hohen Icons der Gadgets „WikiMiniAtlas“ und
}
* „OpenStreetMap“ mit der SiteNotice.
 
*/
/* Position coordinates */
#mw-content-container { background-image: none }
#coordinates {
#mw-content-text #coordinates,
#mw-content-text #editcount,
#mw-content-text #issnlink,
#mw-content-text #shortcut,
body.ns-special #mw-content-text .specialpage-helplink {
display: block;
font-size: x-small;
line-height: 1.5;
position: absolute;
position: absolute;
right: 1.6em;
top: 6.5em;
right: 3em;
float: right;
margin: 0;
padding: 0;
line-height: 1.5em;
text-align: right;
text-align: right;
text-indent: 0;
text-indent: 0;
top:2em;
font-size: 85%;
text-transform: none;
white-space: nowrap;
white-space: nowrap;
}
}
@media screen and (min-width: 982px) {
/* correct position for VE */
#mw-content-text #coordinates,
.ve-ce-surface-enabled #coordinates {
#mw-content-text #editcount,
margin-top: -13em;
#mw-content-text #issnlink,
}
#mw-content-text #shortcut,
/* mobile: hide coordinates until we find a better spot */
body.ns-special #mw-content-text .specialpage-helplink {
@media screen and ( max-width: 719px ) {
right: 2.4em;
#coordinates {
display: none;
}
}
/* T161423 */
.infobox {
border-collapse: separate;
}
 
/* T173151 */
.mw-changeslist-legend dt {
margin: 0 0.5em 0 0 !important;
}
 
/* ============================================== */
/* There now follows NSindex's special CSS rules. */
/* ============================================== */
 
@media screen and (min-width:1100px) {
/* Remove duplicate logo */
#p-logo-text {display: none;}
/* Revised sidebar */
.sidebar-chunk {
background  : #FAFCFA !important;
border-color: #D5EAD5 !important;
}
.sidebar-chunk h3 {
border-bottom-color: #AAD5AA !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:#008000;}
#mw-content-container {border-bottom-color: #008000;}
/* Margin fix */
.mw-indicators {margin: 0.25em 0 0 0;}
/* Revised background */
body                  {background  : #808080 !important;}
#mw-content          {border-color: #D5EAD5 !important;}
#mw-content-container {background  : #E6F2E6;          }

Version vom 13. Februar 2019, 15:56 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;
}

/* ============================================== */
/* There now follows NSindex's special CSS rules. */
/* ============================================== */

@media screen and (min-width:1100px) {
	
	/* Remove duplicate logo */
	#p-logo-text {display: none;}
	
	/* Revised sidebar */
	.sidebar-chunk {
		background  : #FAFCFA !important;
		border-color: #D5EAD5 !important;
	}
	
	.sidebar-chunk h3 {
		border-bottom-color: #AAD5AA !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:#008000;}
#mw-content-container {border-bottom-color: #008000;}

/* Margin fix */
.mw-indicators {margin: 0.25em 0 0 0;}

/* Revised background */
body                  {background  : #808080 !important;}
#mw-content           {border-color: #D5EAD5 !important;}
#mw-content-container {background  : #E6F2E6;           }