MediaWiki:Bootstrapskinmini.css: Unterschied zwischen den Versionen

Zeile 23: Zeile 23:
 
.thumbimage {
 
.thumbimage {
 
     width: 70% !important;
 
     width: 70% !important;
      
+
     height: 70% !important;
 
}
 
}
  
Zeile 29: Zeile 29:
 
     font-size: 10px  !important;
 
     font-size: 10px  !important;
 
}  
 
}  
 +
 
th, table.wikitable {
 
th, table.wikitable {
 
     max-width: 200px !important;
 
     max-width: 200px !important;

Version vom 24. November 2016, 10:52 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 {
    width: 70% !important;
    height: 70% !important;
}

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

th, table.wikitable {
    max-width: 200px !important;
    width: 20% !important;
    
}