MediaWiki:Hauptseite.css: Unterschied zwischen den Versionen
Aus Klartraum-Wiki
Morn (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Morn (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(11 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Diese CSS-Datei ist ALT und nicht mehr in Verwendung. Hier nur zu historischen Zwecken. */ | |||
div.hs-header { | div.hs-header { | ||
border:1px solid #D89370; | border:1px solid #D89370; | ||
border-bottom:3px solid #D89370; | border-bottom:3px solid #D89370; | ||
padding:0; | padding:0; | ||
text-align:center; | text-align:center; | ||
background-color:#ffbd9b; | background-color:#ffbd9b; | ||
} | |||
div.hs-header, div.hs-block { | |||
margin:9px 6px 0 6px; | |||
} | } | ||
Zeile 14: | Zeile 19: | ||
div.hs-header h2 { | div.hs-header h2 { | ||
font-size: 28px!important; | font-size: 28px!important; | ||
font-weight: 800; | font-weight: 800; | ||
margin | padding: 6px!important; | ||
margin: 0px!important; | |||
border: none; | border: none; | ||
} | } | ||
Zeile 56: | Zeile 61: | ||
div.hs-block { | div.hs-block { | ||
padding:0; | padding:0; | ||
} | } | ||
div.hs-block h3 { | div.hs-block h3 { | ||
margin: 0px!important; | |||
padding | padding: 6px!important; | ||
text-align: left; | text-align: left; | ||
font-size: 18px!important; | font-size: 18px!important; | ||
Zeile 69: | Zeile 73: | ||
div.hs-block-content { | div.hs-block-content { | ||
padding: | padding: 6px; | ||
font-size: 1em; | font-size: 1em; | ||
background: #FFFFFF; | background: #FFFFFF; | ||
} | |||
/* Changes for small screens */ | |||
@media screen and (max-width: 750px) { | |||
div#hs-links, div#hs-rechts { | |||
float: none; | |||
width: 100%; | |||
} | |||
} | } |
Aktuelle Version vom 11. April 2020, 18:50 Uhr
/* Diese CSS-Datei ist ALT und nicht mehr in Verwendung. Hier nur zu historischen Zwecken. */ div.hs-header { border:1px solid #D89370; border-bottom:3px solid #D89370; padding:0; text-align:center; background-color:#ffbd9b; } div.hs-header, div.hs-block { margin:9px 6px 0 6px; } div.hs-header p { margin: 0!important; } div.hs-header h2 { font-size: 28px!important; font-weight: 800; padding: 6px!important; margin: 0px!important; border: none; } div#hs-links { float: left; width: 50%; } div#hs-rechts { float: right; width: 50%; } div#hs-klartraumtext { border: 1px solid #7BBC74; border-bottom: 3px solid #7BBC74; background-color: #A8DCA2; } div#hs-einstieg { border: 1px solid #ED9200; border-bottom: 3px solid #ED9200; background-color: #FFCC7D; } div#hs-praxis { border: 1px solid #96ACB9; border-bottom: 3px solid #96ACB9; background-color: #CEDBE3; } div#hs-autoren { border: 1px solid #AD5670; border-bottom: 3px solid #AD5670; background-color: #DB8DA5; } div.hs-block { padding:0; } div.hs-block h3 { margin: 0px!important; padding: 6px!important; text-align: left; font-size: 18px!important; font-weight: 800!important; margin: 0!important; } div.hs-block-content { padding: 6px; font-size: 1em; background: #FFFFFF; } /* Changes for small screens */ @media screen and (max-width: 750px) { div#hs-links, div#hs-rechts { float: none; width: 100%; } }