Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus ComicDate

Zeile 2: Zeile 2:
 
h1 {font-family: Georgia;
 
h1 {font-family: Georgia;
 
font-weight: normal;
 
font-weight: normal;
font-size: 11px;
+
font-size: 50px;
        border-top-width: 1px;
 
border-right-width: 1px;
 
 
border-bottom-width: 1px;
 
border-bottom-width: 1px;
border-left-width: 1px;
 
 
border-bottom-style: solid;
 
border-bottom-style: solid;
border-top-color: #999999;
 
border-right-color: #999999;
 
 
border-bottom-color: #999999;
 
border-bottom-color: #999999;
border-left-color: #999999;
+
background-color: #ffffff;
background-color: #ececec;
 
 
padding-top: 6px;
 
padding-top: 6px;
 
padding-bottom: 4px;
 
padding-bottom: 4px;
 
padding-right: 12px;
 
padding-right: 12px;
 
}
 
}

Version vom 24. August 2011, 14:05 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
h1 {font-family: Georgia;
	font-weight: normal;
	font-size: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #ffffff;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 12px;
}