MediaWiki:Vector.css

From AWF-Wiki
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */
/* <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. */
 
/* Für Vector-Skin-Benutzer irrelevante Informationen in  MediaWiki:Preferences-summary ausblenden */
div.oldskinonly {
	display: none;
}
 
/* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
div.thumb {
	border: none;
}
div.tright {
	margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
	margin: 0.5em 1.4em 0.8em 0;
}
 
/* Koordinaten in Artikeln oben rechts */
#coordinates,
#editcount,
#issnlink,
#shortcut {
	display: block;
	position: absolute;
	border: none;
	right: 0;
	top: -1.4em;
	margin: 0;
	padding: 0;
	line-height: 11px;
	text-align: right;
	text-indent: 0;
	font-size: 10px;
	white-space: nowrap;
}
 
/* Spezialseiten */
.sp-cached {
	background-color: #ffffe0;
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	border: 1px solid #eeee80;
	color: #606000;
	font-style: italic;
	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 0% 0%;
	margin-left: -10px !important;
	padding-left: 10px !important;
	list-style-image: none; /* Übersteuern der Common.css notwendig */
}
#p-lang li.GA {
	background: url("http://upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png") no-repeat 0% 0%;
	margin-left: -10px !important;
	padding-left: 10px !important;
	list-style-image: none; /* Übersteuern der Common.css notwendig */
}
 
/* Vervollständigung für [[rev:69336]] bzw. [[bugzilla:20706]] */
kbd,
samp {
	font-family: monospace, "Courier New";
}
 
/* [[bugzilla:24515]] */
html {
	font-size: 100%;
}
 
/* </source> */
Personal tools
Namespaces

Variants
Actions
Navigation
Development
Toolbox
Print/export