MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 27: Zeile 27:
}
}
.span_1_of_2 {
.span_1_of_2 {
width: 48%;
width: 49.2%;
}
}


Zeile 51: Zeile 51:
.col {  margin: 1% 0 1% 0%; }
.col {  margin: 1% 0 1% 0%; }
.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
/*  GRID OF FOUR  */
.span_4_of_4 {
width: 100%;
}
.span_3_of_4 {
width: 74.6%;
}
.span_2_of_4 {
width: 49.2%;
}
.span_1_of_4 {
width: 23.8%;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
.col {  margin: 1% 0 1% 0%; }
.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}
}


Zeile 1.254: Zeile 1.274:
}
}


/* Hauptseite verstecken */
/* eigenes CSS */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 
/* Video Thumbnails für Printausgabe Online verbergen */
 
.onlyinprint {display: none;}
 
/* Lilypond */
.mediaContainer {
margin-top: 20px;
}
19.641

Bearbeitungen