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;
 
h1 {font-family: Georgia;
font-weight: normal;
+
font-weight: normal;
font-size: 50px;
+
font-size: 50px;
border-bottom-width: 1px;
+
border-bottom-width: 1px;
border-bottom-style: solid;
+
border-bottom-style: dotted;
border-bottom-color: #999999;
+
border-bottom-color: #999999;
 
+
padding-top: 6px;
padding-top: 6px;
+
padding-bottom: 4px;
padding-bottom: 4px;
+
padding-left: 12px;
padding-left: 12px;
+
margin-bottom:50px;
margin-bottom:20px;
 
 
}
 
}

Version vom 24. August 2011, 14:06 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: dotted;
border-bottom-color: #999999;
padding-top: 6px;
padding-bottom: 4px;
padding-left: 12px;
margin-bottom:50px;
}