MediaWiki:Bootstrapskinmini.css: Unterschied zwischen den Versionen

 
(21 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für mobile Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für mobile Benutzeroberflächen geladen. */
#p-logo {
+
/* #p-logo {float:left !important;width: 50% !important;}*/
    float:left !important;
 
   
 
    width: 50% !important;
 
}
 
  
 
h1 {
 
h1 {
Zeile 21: Zeile 17:
 
}
 
}
  
.thumbimage{
+
.thumbimage, .thumbinner{
 
     width: 90% !important;
 
     width: 90% !important;
 
     height: 90% !important;
 
     height: 90% !important;
     margin-right: 10px !important;
+
     margin-right: 0px !important;
 
}
 
}
 +
  
 
.thumbcaption{
 
.thumbcaption{
Zeile 31: Zeile 28:
 
}  
 
}  
  
table.wikitable  {
+
.fullImageLink {
     width: 20% !important;
+
     max-width: 50% !important;
 
}
 
}
 +
/*table.wikitable  {width: 20% !important;}*/
 
table.wikitable  {
 
table.wikitable  {
 
   border-style:solid !important;
 
   border-style:solid !important;
 
   border-width:1px !important;
 
   border-width:1px !important;
 
   border-collapse: collapse !important;
 
   border-collapse: collapse !important;
   font-size: 50% !important;
+
   font-size: 80% !important;
 +
  margin-left: 5px !important;
 
}
 
}
  
Zeile 54: Zeile 53:
 
tt {  
 
tt {  
 
   font-size: 115% !important;
 
   font-size: 115% !important;
 +
}
 +
#innerbodycontent {
 +
    padding: 10px !important;
 +
    background-color:#eff3fb!important; 
 
}
 
}

Aktuelle Version vom 2. Februar 2017, 12:22 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: 80% !important;
   margin-left: 5px !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;
}
#innerbodycontent {
    padding: 10px !important;
    background-color:#eff3fb!important;  
}