MediaWiki:Bootstrapskinmini.css: Unterschied zwischen den Versionen

Zeile 31: Zeile 31:
 
}  
 
}  
  
 +
.fullImageLink {
 +
    max-width: 50%; !important;
 +
}
 
table.wikitable  {
 
table.wikitable  {
 
     width: 20% !important;
 
     width: 20% !important;

Version vom 2. Dezember 2016, 14:39 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;
    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;
}