19.877
Bearbeitungen
Ralph (Diskussion | Beiträge) |
Ralph (Diskussion | Beiträge) |
||
| (14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 27: | Zeile 27: | ||
} | } | ||
.span_1_of_2 { | .span_1_of_2 { | ||
width: | width: 49.2%; | ||
} | } | ||
| Zeile 40: | Zeile 40: | ||
@media only screen and (max-width: 480px) { | @media only screen and (max-width: 480px) { | ||
.span_2_of_2, .span_1_of_2 { width: 100%; } | .span_2_of_2, .span_1_of_2 { width: 100%; } | ||
} | |||
/* GRID OF THREE */ | |||
.span_3_of_3 { width: 100%; } | |||
.span_2_of_3 { width: 66.13%; } | |||
.span_1_of_3 { width: 32.26%; } | |||
/* GO FULL WIDTH BELOW 480 PIXELS */ | |||
@media only screen and (max-width: 480px) { | |||
.col { margin: 1% 0 1% 0%; } | |||
.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.241: | Zeile 1.272: | ||
color: black; | color: black; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
/* eigenes CSS */ | |||
/* Video Thumbnails für Printausgabe Online verbergen */ | |||
.onlyinprint {display: none;} | |||
/* Lilypond */ | |||
.mediaContainer { | |||
margin-top: 20px; | |||
} | } | ||