Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus ComicDate

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

Version vom 24. August 2011, 14:01 Uhr

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