Difference between revisions of "MediaWiki:Bootstrapskinmini.css"

(Die Seite wurde neu angelegt: „Das folgende CSS wird für mobile Benutzeroberflächen geladen.: #p-logo { float:left !important; width: 50% !important; } h1 { font-siz…“)
 
Line 9: Line 9:
 
     font-size: 20px  !important;  
 
     font-size: 20px  !important;  
 
     color: #24478f  !important;  
 
     color: #24478f  !important;  
     font-weight:200 !important;
+
     font-weight:400 !important;
 
      
 
      
 
}
 
}

Revision as of 10:38, 24 November 2016

/* Das folgende CSS wird für mobile Benutzeroberflächen geladen. */
#p-logo {
    float:left !important;
    
    width: 50% !important;
}

h1 {
    font-size: 20px  !important; 
    color: #24478f   !important; 
    font-weight:400 !important;
    
}