MediaWiki:Bootstrapskinmini.css: Unterschied zwischen den Versionen

Zeile 22: Zeile 22:
  
 
.thumbimage, .thumbinner {
 
.thumbimage, .thumbinner {
     width: 80% !important;
+
     width: 90% !important;
     height: 80% !important;
+
     height: 90% !important;
 
}
 
}
  

Version vom 29. November 2016, 15:09 Uhr

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

h1 {
    font-size: 20px  !important; 
    } 

h2 {
     font-size: 15px  !important;
}
h3 {
     font-size: 17px  !important;
}

h4 {
     font-size: 10px  !important;
}

.thumbimage, .thumbinner {
    width: 90% !important;
    height: 90% !important;
}

.thumbcaption{
     font-size: 10px  !important;
} 

table.wikitable  {
    width: 20%!important;
}