MediaWiki:Bootstrapskinmini.css: Unterschied zwischen den Versionen

Zeile 36: Zeile 36:
 
   border-style:solid !important;
 
   border-style:solid !important;
 
   border-width:1px !important;
 
   border-width:1px !important;
  border-color:#aaa !important;
 
  background: #f9f9f9 !important;
 
 
   border-collapse: collapse !important;
 
   border-collapse: collapse !important;
   font-size: 95% !important;
+
   font-size: 50% !important;
 
}
 
}
  
Zeile 46: Zeile 44:
 
   border-style:solid !important;
 
   border-style:solid !important;
 
   border-width:1px !important;
 
   border-width:1px !important;
  border-color:#aaa !important;
 
 
}
 
}
 
th {
 
th {
Zeile 53: Zeile 50:
 
   border-style:solid !important;
 
   border-style:solid !important;
 
   border-width:1px !important;
 
   border-width:1px !important;
  border-color:#aaa !important;
 
 
}
 
}
  

Version vom 30. November 2016, 10:47 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;
}
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;
   background-color:#E9E9E9 !important;
   border-style:solid !important;
   border-width:1px !important;
}

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