MediaWiki:Bootstrapskinmini.css: Unterschied zwischen den Versionen

Zeile 9: Zeile 9:
 
     font-size: 20px  !important;  
 
     font-size: 20px  !important;  
 
     color: #24478f  !important;  
 
     color: #24478f  !important;  
     font-weight:400 !important;
+
     font-weight:200 !important;
 
      
 
      
 +
}
 +
 +
h2 {
 +
    font-size: 15px  !important;
 +
    color: #2e5cb8    !important;
 +
    font-weight:200 !important;
 +
}
 +
h3 {
 +
    font-size: 17px  !important;
 +
    color: #4775d1    !important;
 +
    font-weight:200 !important;
 +
}
 +
 +
h4 {
 +
    font-size: 10px  !important;
 +
    color: #6699FF    !important;
 +
    font-weight:200 !important;
 
}
 
}

Version vom 24. November 2016, 10:41 Uhr

/* 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:200 !important;
    
} 

h2 {
     font-size: 15px  !important;
     color: #2e5cb8    !important;
     font-weight:200 !important;
}
h3 {
     font-size: 17px  !important;
     color: #4775d1    !important;
     font-weight:200 !important;
}

h4 {
     font-size: 10px  !important;
     color: #6699FF    !important;
     font-weight:200 !important;
}