Benutzer:Meriadoc/vector.css: Unterschied zwischen den Versionen

aus Chaos FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 16: Zeile 16:
font-size:95%;
font-size:95%;
/*margin: 1em 1em 1em 0;*/
/*margin: 1em 1em 1em 0;*/
}
.prettytable th,
.prettytable td {
border: 1px solid #000000;
padding: 0.33em;
}
.prettytable th {
font-weight: bold;
text-align: center;
}
.bausteindesign1 {
background-color: #f9f9f9;
border-bottom: 1px solid #aaaaaa;
font-size: 95%;
margin-bottom: 1em;
padding: 5px;
width: 100%;
}
.bausteindesign3 {
background-color: #f9f9f9;
border: 1px solid #e9e9e9;
clear: both;
font-size: 95%;
margin-top: 2px;
margin-bottom: 2px;
padding: 5px;
        width: 100%;
}
}

Aktuelle Version vom 20. März 2012, 23:19 Uhr

#navbar
 {  
 position:absolute; z-index:1; border:none; background:none;
 right:12px; top:-1.6em; float:right; margin:0.0em;
 padding:0.0em; line-height:1.5em; text-align:right; text-indent:0;
 font-size:85%; text-transform:none; white-space:normal;
 }
#navbarsitenotice { position:absolute; z-index:1; border:none; background:none; right:20px; top:0.5em; float:right; margin:0.0em; padding:0.0em; 
line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal; }


.prettytable {
	border:1px solid #000000;
	border-collapse: collapse;
	background-color: #F9F9F9;
	font-size:95%;
	/*margin: 1em 1em 1em 0;*/
}

.prettytable th,
.prettytable td {
	border: 1px solid #000000;
	padding: 0.33em;
}
.prettytable th {
	font-weight: bold;
	text-align: center;
}


.bausteindesign1 {
	background-color: #f9f9f9;
	border-bottom: 1px solid #aaaaaa;
	font-size: 95%;
	margin-bottom: 1em;
	padding: 5px;
	width: 100%;
}

.bausteindesign3 {
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	clear: both;
	font-size: 95%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
        width: 100%;
}