MediaWiki:Common.css: Unterschied zwischen den Versionen

K
K

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .portalbox {

   background: none repeat scroll 0 0 #FFFFFF;
   border: 1px solid #FF6501;
   clear: both;
   float: right;
   margin: 0 0 6px 6px;

}

.content h3{

                 font-size: 20px14px;

            

}

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
        
        .portalbox {
        
            background: none repeat scroll 0 0 #FFFFFF;
        
            border: 1px solid #FF6501;
        
            clear: both;
        
            float: right;
        
            margin: 0 0 6px 6px;
        
        }
        
#content.content h3{
        
          font-size: 20px14px;
        
        }
Zeile 8: Zeile 8:
 
}
 
}
   
.content h3{
+
#content h3{
   font-size: 14px;
+
   font-size: 20px;
 
}
 
}