Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus ComicDate

Zeile 3: Zeile 3:
 
font-weight: normal;
 
font-weight: normal;
 
font-size: 50px;
 
font-size: 50px;
border-bottom-width: 1px;
+
border-bottom-width: 5px;
 
border-bottom-style: dotted;
 
border-bottom-style: dotted;
 
border-bottom-color: #999999;
 
border-bottom-color: #999999;
 
padding-top: 6px;
 
padding-top: 6px;
padding-bottom: 4px;
+
padding-bottom: 20px;
 
padding-left: 12px;
 
padding-left: 12px;
 
margin-bottom:50px;
 
margin-bottom:50px;
 
}
 
}

Version vom 24. August 2011, 14:07 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
h1 {font-family: Georgia;
font-weight: normal;
font-size: 50px;
border-bottom-width: 5px;
border-bottom-style: dotted;
border-bottom-color: #999999;
padding-top: 6px;
padding-bottom: 20px;
padding-left: 12px;
margin-bottom:50px;
}