MediaWiki:Bootstrapskinmini.css: Unterschied zwischen den Versionen

Zeile 33: Zeile 33:
 
     width: 20%!important;
 
     width: 20%!important;
 
}
 
}
TABLE.wikitable {
+
table.wikitable {
 
   border-style:solid;
 
   border-style:solid;
 
   border-width:1px;
 
   border-width:1px;
Zeile 42: Zeile 42:
 
}
 
}
  
TABLE.wikitable TD {
+
table.wikitable td {
 
   padding:4px;
 
   padding:4px;
 
   border-style:solid;
 
   border-style:solid;
Zeile 48: Zeile 48:
 
   border-color:#aaa;
 
   border-color:#aaa;
 
}
 
}
TABLE.wikitable TH {
+
table.wikitable th {
 
   padding:4px;
 
   padding:4px;
 
   background-color:#E9E9E9;
 
   background-color:#E9E9E9;

Version vom 30. November 2016, 10:34 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;
   border-width:1px;
   border-color:#aaa;
   background: #f9f9f9;
   border-collapse: collapse;
   font-size: 95%;
}

table.wikitable  td {
   padding:4px;
   border-style:solid;
   border-width:1px;
   border-color:#aaa;
}
table.wikitable  th {
   padding:4px;
   background-color:#E9E9E9;
   border-style:solid;
   border-width:1px;
   border-color:#aaa;
}

tt { 
   font-size: 115%;
}