MediaWiki:Common.css

(Difference between revisions)
Jump to: navigation, search
Galak (Talk | contribs)
(sb. should translate this ....... don't remove source code!)
Newer edit →

Revision as of 01:38, 5 August 2010

/* CSS placed here will be applied to all skins */

/* ============== The following css code is based on: http://de.wikipedia.org/wiki/MediaWiki:Common.css ============== */

/* Stylesheet-Ergänzung zu Navigationsleisten */
 
div.NavFrame {
	clear: both;
	margin: 1.5em 0 0;
	border: 1px solid #aaa;
	padding: 2px;
	font-size: 95%;
	text-align: center;
}
 
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
div.NavFrame + div.NavFrame {
	margin-top: -1px;
}
div.NavPic {
	margin: 0;
	padding: 2px;
	float: left;
}
div.NavHead {
	font-weight: bold;
	background-color: #efefef;
}
 
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
div.NavEnd {
	margin: 0;
	padding: 0;
	line-height: 1px;
	clear: both;
}
 
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
	font-size: x-small;
	float: right;
}
 
/* Workaround für Internet Explorer 6 */
div.NavFrame,
div.NavPic,
.NavToggle {
	position: relative;
}



/* ============== The previous css code is based on: http://de.wikipedia.org/wiki/MediaWiki:Common.css ============== */
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox