MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Stargate Delta Wiki
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: #column-content { width: 100%; float: right; margin: 0 0 .6em -12.2em; padding: 0; } #c…“)
 
Zeile 21: Zeile 21:
 
border-right: none;
 
border-right: none;
 
line-height: 1.5em;
 
line-height: 1.5em;
 +
}
 +
 +
body {
 +
font: x-small sans-serif;
 +
background: #000000 url() 0 0 no-repeat;
 +
color: black;
 +
margin: 0;
 +
padding: 0;
 
}
 
}

Version vom 6. Mai 2019, 19:35 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#column-content {
	width: 100%;
	float: right;
	margin: 0 0 .6em -12.2em;
	padding: 0;
}
#content {
	margin: 2.8em 0 0 12.2em;
	padding: 0 1em 1em 1em;
	position: relative;
	z-index: 2;
}
#column-one {
	padding-top: 160px;
}
#content {
	background: #000000;
	color: #b6d4c0;
	border: 1px solid #aaa;
	border-right: none;
	line-height: 1.5em;
}

body {
	font: x-small sans-serif;
	background: #000000 url() 0 0 no-repeat;
	color: black;
	margin: 0;
	padding: 0;
}