MediaWiki:Mobile.css: Unterschied zwischen den Versionen

 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:
 
      
 
      
 
     width: 50% !important;
 
     width: 50% !important;
}
 
 
.thumbimage {
 
    border: solid 4px !important;
 
    border-color: #fefefe!important;
 
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);!important;
 
    margin-right: 20px  !important;
 
    margin-left: 10px  !important;
 
    margin-top: 10px  !important;
 
    background-color:#dfe7f7  !important;
 
    width: 200px !important;
 
}
 
 
.thumbinner {
 
    margin-right: 20px  !important;
 
    width: 200px !important;
 
 
}
 
}

Aktuelle Version vom 24. November 2016, 10:49 Uhr

/* Das folgende CSS wird für mobile Benutzeroberflächen geladen. */
#p-logo {
    float:left !important;
    
    width: 50% !important;
}