MediaWiki:Mobile.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Markierungen: Mobile Web-Bearbeitung Mobile Bearbeitung
Zeile 4: Zeile 4:
}
}


.firstHeading, #firstHeading, .mw-headline, #section_0 {
.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;
}
}


Zeile 18: Zeile 26:
flex-grow: 1;
flex-grow: 1;
flex-shrink: 1;
flex-shrink: 1;
flex-basis: 100px;
flex-basis: 150px;
}
}


Zeile 43: Zeile 51:


.blue {
.blue {
background-color:#339ecc;
}
.blue2 {
background-color:#8faedd;
background-color:#8faedd;
}
}
Zeile 64: Zeile 68:
.yellow {
.yellow {
background-color:#fcd290;
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:#339ecc;
font-weight: bold;
}
.text-black {
color:#000000;
font-weight: bold;
}
}