MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Markierungen: Manuelle Zurücksetzung Mobile Web-Bearbeitung Mobile Bearbeitung
 
(25 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.nodesktop {
display:none;
}


body{
body{
font-family: 'Lato', sans-serif;
font-family: 'Lato', sans-serif;
}
.mw-parser-output a{
font-weight:700;
}
}


Zeile 10: Zeile 18:
}
}


.az {
-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;column-count:3;
}


.nodesktop {
.searchbox{
display:none;
padding-top:30px;
padding-bottom:30px;
text-align:center;
border-radius: 2px;
border-width:1px;
border-style:solid;
}
}


Zeile 49: Zeile 66:


.blue {
.blue {
background-color:#339ecc;
background-color:#82c8e6;
}
 
.blue2 {
background-color:#8faedd;
}
}


Zeile 70: Zeile 83:
.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:#59addb;
font-weight: bold;
}
.text-black {
color:#000000;
font-weight: bold;
}
.text-purple {
color:#7f3c65;
font-weight: bold;
}
#iframe-Kalender, #iframeframe {
height: 600px;
}
}