Difference between revisions of "MediaWiki:Bootstrapskinmini.css"

Line 21: Line 21:
 
}
 
}
  
.thumbinner {
+
.thumbimage {
 
     width: 20% !important;
 
     width: 20% !important;
 
     height: 20% !important;
 
     height: 20% !important;

Revision as of 11:11, 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; 
    } 

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

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

.thumbimage {
    width: 20% !important;
    height: 20% !important;
}

.thumbcaption{
     font-size: 10px  !important;
} 
th {
    width: 20% !important;
}