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;     /* Funktioniert */
font-weight: normal;     /* Funktioniert nicht */
+
font-weight: normal;         /* Funktioniert nicht */
font-size: 50px;         /* Funktioniert nicht */
+
font-size: 50px;             /* Funktioniert nicht */
border-bottom-width: 1px;      
+
border-bottom-width: 1px;     /* Funktioniert */ 
border-bottom-style: dotted;
+
border-bottom-style: dotted; /* Funktioniert */
border-bottom-color: #999999;
+
border-bottom-color: #4b4b4b;
 
padding-top: 20px;
 
padding-top: 20px;
 
padding-bottom: 20px;
 
padding-bottom: 20px;

Version vom 24. August 2011, 14:11 Uhr

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