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

aus FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
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;
}
}

Version vom 20. März 2012, 23:05 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;
}