Benutzer:Meriadoc/vector.css

aus Chaos FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
Hinweis
Nach dem Speichern sollte zunächst der Browser-Cache geleert werden, bevor man die Auswirkungen der Änderung sehen kann.
  • Mozilla/Firefox/Safari: Strg + R (Mactaste + R bei Macintosh) drücken
  • Konqueror: F5 drücken
  • Opera: kompletten Cache unter Extras → Internetspuren löschen → Individuelle Auswahl leeren
  • Internet Explorer: Strg + F5


#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%;
}