ConanWiki.org wünscht euch schöne Festtage und einen angenehmen Jahresübergang!
► Die beste Zeit zum Lesen! Los geht's! |
MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */ |
/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */ |
||
/* Neue Hauptseite 2017 */ |
/* Neue Hauptseite 2017 */ |
||
+ | #accueil_2017_en-tete { |
||
+ | display: inline-block; |
||
+ | margin:auto; min-width: 100%; |
||
+ | padding: auto 1rem; |
||
+ | background:#EDF4F7; |
||
+ | background:linear-gradient(top, #fff 0%,#e8f2f8 100%); |
||
+ | background:-moz-linear-gradient(top, #fff 0%, #e8f2f8 100%); |
||
+ | background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e8f2f8)); |
||
+ | background:-webkit-linear-gradient(top, #fff 0%,#e8f2f8 100%); |
||
+ | background:-o-linear-gradient(top, #fff 0%,#e8f2f8 100%); |
||
+ | background:-ms-linear-gradient(top, #fff 0%,#e8f2f8 100%); |
||
+ | background:linear-gradient(top, #fff 0%,#e8f2f8 100%); |
||
+ | box-shadow: inset 0 0 1rem -1rem #a8d7fc; |
||
+ | } |
||
+ | .accueil_2017_cadre { |
||
− | .portail-gauche { |
||
+ | padding: 3%; |
||
− | float: left; |
||
} |
} |
||
+ | .bouton_accueil_bandeau_2017 h2.titre-wikipedia { |
||
− | .portail-droite { |
||
+ | font-size: 200%; |
||
− | float: right; |
||
+ | font-weight: bold; |
||
+ | color: #457; |
||
+ | font-family: 'Open Sans',Sans-serif; |
||
+ | border-bottom: none; |
||
+ | margin-bottom:0; |
||
} |
} |
||
+ | |||
− | @media screen and (max-width: 65em) { |
||
+ | .bouton_accueil_bandeau_2017 .sous-titre { |
||
− | .portail-gauche, |
||
+ | padding-left: 40px; |
||
− | .portail-droite { |
||
+ | padding-top: 0; |
||
− | float: none; |
||
+ | margin-top: 0; |
||
− | width: auto !important; |
||
− | + | } |
|
+ | |||
+ | #accueil-contenu .accueil_2017_titres, |
||
+ | #accueil-pied .accueil_2017_titres { |
||
+ | font-variant: small-caps; |
||
+ | letter-spacing: .01em; |
||
+ | display: block; |
||
+ | border-bottom: solid 0.2rem #bdd8fb; |
||
+ | margin: -0.4rem 0 0.1rem; |
||
} |
} |
Version vom 30. Juli 2017, 19:59 Uhr
/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */ /* Neue Hauptseite 2017 */ #accueil_2017_en-tete { display: inline-block; margin:auto; min-width: 100%; padding: auto 1rem; background:#EDF4F7; background:linear-gradient(top, #fff 0%,#e8f2f8 100%); background:-moz-linear-gradient(top, #fff 0%, #e8f2f8 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e8f2f8)); background:-webkit-linear-gradient(top, #fff 0%,#e8f2f8 100%); background:-o-linear-gradient(top, #fff 0%,#e8f2f8 100%); background:-ms-linear-gradient(top, #fff 0%,#e8f2f8 100%); background:linear-gradient(top, #fff 0%,#e8f2f8 100%); box-shadow: inset 0 0 1rem -1rem #a8d7fc; } .accueil_2017_cadre { padding: 3%; } .bouton_accueil_bandeau_2017 h2.titre-wikipedia { font-size: 200%; font-weight: bold; color: #457; font-family: 'Open Sans',Sans-serif; border-bottom: none; margin-bottom:0; } .bouton_accueil_bandeau_2017 .sous-titre { padding-left: 40px; padding-top: 0; margin-top: 0; } #accueil-contenu .accueil_2017_titres, #accueil-pied .accueil_2017_titres { font-variant: small-caps; letter-spacing: .01em; display: block; border-bottom: solid 0.2rem #bdd8fb; margin: -0.4rem 0 0.1rem; }