MediaWiki:Bootstrapskinmini.css: Unterschied zwischen den Versionen

Zeile 2: Zeile 2:
 
#p-logo {
 
#p-logo {
 
     float:left !important;
 
     float:left !important;
   
 
 
     width: 50% !important;
 
     width: 50% !important;
 
}
 
}
/*body { width: 100% !important;} /*
+
/*body { width: 100% !important;} /*
 
h1 {
 
h1 {
 
     font-size: 20px  !important;  
 
     font-size: 20px  !important;  

Version vom 2. Dezember 2016, 17:39 Uhr

/* Das folgende CSS wird für mobile Benutzeroberflächen geladen. /*
#p-logo {
    float:left !important;
    width: 50% !important;
}
/*body { width: 100% !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;
    margin-right: 0px  !important;
}


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

.fullImageLink {
    max-width: 50% !important;
}
/*table.wikitable  {width: 20% !important;}*/
table.wikitable  {
   border-style:solid !important;
   border-width:1px !important;
   border-collapse: collapse !important;
   font-size: 50% !important;
}

td {
   padding:4px !important;
   border-style:solid !important;
   border-width:1px !important;
}
th {
   padding:4px !important;
   border-style:solid !important;
   border-width:1px !important;
}

tt { 
   font-size: 115% !important;
}