HINWEIS! Das Helmstedt-Wiki befindet sich aus Zeitgründen im Nur-Lesen-Modus – Änderungswünsche einfach per E-Mail senden und geduldig sein.

MediaWiki:Vector.css: Unterschied zwischen den Versionen

aus Helmstedt-Wiki, der freien Enzyklopädie über den Landkreis Helmstedt
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→‎<source lang="css">: /* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige Skin-Anpassungen bitte MediaWiki:Common.css bear…“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* <source lang="css"> */
/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige
  Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */


/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
/* Koordinaten in Artikeln oben rechts */
 
#content {
/* Für Vector-Skin-Benutzer irrelevante Informationen in  MediaWiki:Preferences-summary ausblenden */
position: relative;
div.oldskinonly {
}
display: none;
#bodyContent {
position: static;
}
}
/* Koordinaten in Artikeln oben rechts */
#coordinates,
#coordinates,
#editcount,
#editcount,
Zeile 14: Zeile 14:
#shortcut {
#shortcut {
display: block;
display: block;
font-size: 10px;
font-size: x-small;
line-height: 11px;
line-height: 1.5;
position: absolute;
position: absolute;
right: 0;
right: 2.4em;
text-align: right;
text-align: right;
text-indent: 0;
text-indent: 0;
top: -1.4em;
top: .2em;
white-space: nowrap;
white-space: nowrap;
}
}


/* Spezialseiten */
/* showTopicon in [[MediaWiki:Vector.js]] */
.sp-cached {
div.topicon {
background: #ffffe0 url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock_and_warning.svg/20px-Clock_and_warning.svg) no-repeat 5px 3px;
float: right;
border: 1px solid #eeee80;
font-size: .8em;
color: #606000;
line-height: 1;
font-style: italic;
margin-left: 3px;
margin: 0.3em 0;
padding: 4px 0 4px 30px;
}
 
/* Auszeichnung lesenswerter und exzellenter Artikel in anderen Sprachen */
#p-lang li.FA {
background: url("http://upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png") no-repeat;
list-style-image: none; /* Übersteuern der Common.css notwendig */
margin-left: -10px !important;
padding-left: 10px !important;
}
}
#p-lang li.GA {
#firstHeading {
background: url("http://upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png") no-repeat;
overflow: visible;
list-style-image: none; /* Übersteuern der Common.css notwendig */
margin-left: -10px !important;
padding-left: 10px !important;
}
}
/* [[bugzilla:24515]] */
html {
font-size: 100%;
}
/* </source> */

Version vom 1. Juli 2014, 19:54 Uhr

/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige
   Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */

/* Koordinaten in Artikeln oben rechts */
#content {
	position: relative;
}
#bodyContent {
	position: static;
}
#coordinates,
#editcount,
#issnlink,
#shortcut {
	display: block;
	font-size: x-small;
	line-height: 1.5;
	position: absolute;
	right: 2.4em;
	text-align: right;
	text-indent: 0;
	top: .2em;
	white-space: nowrap;
}

/* showTopicon in [[MediaWiki:Vector.js]] */
div.topicon {
	float: right;
	font-size: .8em;
	line-height: 1;
	margin-left: 3px;
}
#firstHeading {
	overflow: visible;
}