MediaWiki:Bootstrapskinmini.css: Unterschied zwischen den Versionen

Zeile 20: Zeile 20:
 
     font-size: 10px  !important;
 
     font-size: 10px  !important;
 
}
 
}
.thumbimage {
+
 
     border: solid 4px !important;
+
.image {
    border-color: #fefefe!important;
+
     width: 50% !important;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);!important;
+
     height=50% !important;
    margin-right: 20px  !important;
 
     margin-left: 10px  !important;
 
    margin-top: 10px  !important;
 
    background-color:#dfe7f7  !important;
 
    width: 50% !important;  
 
 
}
 
}

Version vom 24. November 2016, 10:45 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;
}

.image {
    width: 50% !important;
    height=50% !important;
}