MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Homepage SC Haar 1931 e.V.
Zur Navigation springenZur Suche springen
imported>Wr Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/* Zwei Boxen für Hauptseite Aktuelles, Hinweise */ | |||
div.sc_box_left { | |||
float:left; | |||
width: 45%; | |||
min-width:200px; | |||
height:200px; | |||
border: 2px groove lightgreen; | |||
background-color: cornsilk; | |||
margin-right:20px; | |||
margin-bottom:10px; | |||
} | |||
div.sc_box_right { | |||
float:left; | |||
width: 45%; | |||
min-width:200px; | |||
height:200px; | |||
border: 2px groove lightgreen; | |||
background-color: whitesmoke; | |||
} | |||
div.sc_box_heading{ | |||
width: 90% | |||
height:38px; | |||
padding-left:10px; | |||
} | |||
div.sc_boxl_content{ | |||
width: 90%; | |||
height: 150px; | |||
padding-left:10px; | |||
overflow-y: auto; | |||
overflow-x: hidden; | |||
white-space: nowrap; | |||
text-overflow: ellipsis; | |||
font-size:large; | |||
line-height:140%; | |||
} | |||
div.sc_boxr_content{ | |||
width: 90%; | |||
height: 150px; | |||
padding-left:10px; | |||
overflow-y: auto; | |||
overflow-x: hidden; | |||
/* white-space: nowrap; | |||
text-overflow: ellipsis; */ | |||
} | |||
div.sc_box_black{ | |||
width: 100%; | |||
border: 2px solid black; | |||
padding:5px; | |||
} | |||
/*--Varianten für Handy-Display--*/ | |||
@media screen and (max-width: 640px) { | |||
div.sc_box_left { | |||
width: 98%; | |||
min-width:150px; | |||
height:200px; | |||
border: 2px groove lightgreen; | |||
background-color: cornsilk; | |||
margin-bottom:10px; | |||
} | |||
div.sc_box_right { | |||
width:98%; | |||
min-width:150px; | |||
height:200px; | |||
border: 2px groove lightgreen; | |||
background-color:whitesmoke; | |||
} | |||
} | |||
/*-----------------------*/ | |||
/* Veraltet */ | |||
.schLine { | .schLine { | ||
font-size:6px; | font-size:6px; |
Version vom 4. November 2024, 12:38 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Zwei Boxen für Hauptseite Aktuelles, Hinweise */ div.sc_box_left { float:left; width: 45%; min-width:200px; height:200px; border: 2px groove lightgreen; background-color: cornsilk; margin-right:20px; margin-bottom:10px; } div.sc_box_right { float:left; width: 45%; min-width:200px; height:200px; border: 2px groove lightgreen; background-color: whitesmoke; } div.sc_box_heading{ width: 90% height:38px; padding-left:10px; } div.sc_boxl_content{ width: 90%; height: 150px; padding-left:10px; overflow-y: auto; overflow-x: hidden; white-space: nowrap; text-overflow: ellipsis; font-size:large; line-height:140%; } div.sc_boxr_content{ width: 90%; height: 150px; padding-left:10px; overflow-y: auto; overflow-x: hidden; /* white-space: nowrap; text-overflow: ellipsis; */ } div.sc_box_black{ width: 100%; border: 2px solid black; padding:5px; } /*--Varianten für Handy-Display--*/ @media screen and (max-width: 640px) { div.sc_box_left { width: 98%; min-width:150px; height:200px; border: 2px groove lightgreen; background-color: cornsilk; margin-bottom:10px; } div.sc_box_right { width:98%; min-width:150px; height:200px; border: 2px groove lightgreen; background-color:whitesmoke; } } /*-----------------------*/ /* Veraltet */ .schLine { font-size:6px; background-color: #1e90ff; } .schHeading1 { font-size:24px; font-weight: bold; } .schHeading2 { font-size:20px; font-weight: bold; }