MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Cws (Diskussion | Beiträge) Markierungen: Mobile Web-Bearbeitung Mobile Bearbeitung |
Cws (Diskussion | Beiträge) Markierungen: Manuelle Zurücksetzung Mobile Web-Bearbeitung Mobile Bearbeitung |
||
(24 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 4: | Zeile 4: | ||
} | } | ||
.firstHeading, #firstHeading, .mw-headline | .mw-parser-output a{ | ||
font-weight:700; | |||
} | |||
.firstHeading, #firstHeading, .mw-headline { | |||
font-family: 'Lilita One', cursive; | font-family: 'Lilita One', cursive; | ||
font-weight:100; | font-weight:100; | ||
} | } | ||
.az { | |||
-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;column-count:3; | |||
} | |||
.searchbox{ | |||
padding-top:30px; | |||
padding-bottom:30px; | |||
text-align:center; | |||
border-radius: 2px; | |||
border-width:1px; | |||
border-style:solid; | |||
} | |||
.button-row{ | |||
display:flex; | |||
flex-wrap: wrap; | |||
flex-basis: calc(960px * 999 - 100% * 999); | |||
} | |||
.button-flex { | |||
flex-grow: 1; | |||
flex-shrink: 1; | |||
flex-basis: 150px; | |||
} | |||
.button-style { | |||
border-radius: 2px; | |||
border-width:1px; | |||
border-style:solid; | |||
padding:10px 10px 10px 10px; | |||
margin:10px 10px 10px 10px; | |||
text-align:center; | |||
font-size:120%; | |||
min-height: 100px; | |||
} | |||
.button-style-small { | |||
border-radius: 2px; | |||
border-width:1px; | |||
border-style:solid; | |||
padding:10px 10px 10px 10px; | |||
margin:10px 10px 10px 10px; | |||
text-align:center; | |||
font-size:120%; | |||
} | |||
.blue { | |||
background-color:#82c8e6; | |||
} | |||
.green { | |||
background-color:#8dc887; | |||
} | |||
.red { | |||
background-color:#EC8C90; | |||
} | |||
.purple { | |||
background-color:#cb86b1; | |||
} | |||
.yellow { | |||
background-color:#fcd290; | |||
} | |||
.grey { | |||
background-color:#eeeeee; | |||
} | |||
.text-green { | |||
color:#4a844b; | |||
font-weight: bold; | |||
} | |||
.text-yellow { | |||
color:#ac8740; | |||
font-weight: bold; | |||
} | |||
.text-red { | |||
color:#a23a42; | |||
font-weight: bold; | |||
} | |||
.text-blue { | |||
color:#59addb; | |||
font-weight: bold; | |||
} | |||
.text-black { | |||
color:#000000; | |||
font-weight: bold; | |||
} | |||
.text-purple { | |||
color:#7f3c65; | |||
font-weight: bold; | |||
} | |||
#iframe-Kalender, #iframeframe { | |||
height: 600px; | |||
} | } |
Aktuelle Version vom 31. Oktober 2021, 08:33 Uhr
/* Das CSS hier wird für die Benutzer der mobilen Website geladen. */
body{
font-family: 'Lato', sans-serif;
}
.mw-parser-output a{
font-weight:700;
}
.firstHeading, #firstHeading, .mw-headline {
font-family: 'Lilita One', cursive;
font-weight:100;
}
.az {
-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;column-count:3;
}
.searchbox{
padding-top:30px;
padding-bottom:30px;
text-align:center;
border-radius: 2px;
border-width:1px;
border-style:solid;
}
.button-row{
display:flex;
flex-wrap: wrap;
flex-basis: calc(960px * 999 - 100% * 999);
}
.button-flex {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 150px;
}
.button-style {
border-radius: 2px;
border-width:1px;
border-style:solid;
padding:10px 10px 10px 10px;
margin:10px 10px 10px 10px;
text-align:center;
font-size:120%;
min-height: 100px;
}
.button-style-small {
border-radius: 2px;
border-width:1px;
border-style:solid;
padding:10px 10px 10px 10px;
margin:10px 10px 10px 10px;
text-align:center;
font-size:120%;
}
.blue {
background-color:#82c8e6;
}
.green {
background-color:#8dc887;
}
.red {
background-color:#EC8C90;
}
.purple {
background-color:#cb86b1;
}
.yellow {
background-color:#fcd290;
}
.grey {
background-color:#eeeeee;
}
.text-green {
color:#4a844b;
font-weight: bold;
}
.text-yellow {
color:#ac8740;
font-weight: bold;
}
.text-red {
color:#a23a42;
font-weight: bold;
}
.text-blue {
color:#59addb;
font-weight: bold;
}
.text-black {
color:#000000;
font-weight: bold;
}
.text-purple {
color:#7f3c65;
font-weight: bold;
}
#iframe-Kalender, #iframeframe {
height: 600px;
}