MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Nihon Ryo-Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
body { font-family: Arial, Helvetica, sans-serif;}
 
body { font-family: Arial, Helvetica, sans-serif;}
 
h3 {border-bottom: 1px dotted #aaa}
 
h3 {border-bottom: 1px dotted #aaa}
 
+
.quellen {color:#555; font-size:.9em;}
 
/*********** Tabellen ***************/
 
/*********** Tabellen ***************/
  

Version vom 2. Oktober 2010, 23:21 Uhr

body { font-family: Arial, Helvetica, sans-serif;}
h3 {border-bottom: 1px dotted #aaa}
.quellen {color:#555; font-size:.9em;}
/*********** Tabellen ***************/

.prettytable {
	margin: 1em auto 1em;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
.prettytable th,
.prettytable td {
	border: 1px #aaa solid;
	padding: .2em .5em;
}
.prettytable th {
	text-align: center;
}
.prettytable caption {
	font-weight: bold;
}

/********** Anmerkungen*************/
sup.reference {font-size: .8em; line-height: 1em; vertical-align:text-top; }