MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Markierungen: Manuelle Zurücksetzung Mobile Web-Bearbeitung Mobile Bearbeitung
 
(18 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{
Zeile 14: 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 53: Zeile 66:


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


Zeile 70: Zeile 83:
.yellow {
.yellow {
background-color:#fcd290;
background-color:#fcd290;
}
.grey {
background-color:#eeeeee;
}
}


Zeile 88: Zeile 105:


.text-blue {
.text-blue {
color:#339ecc;
color:#59addb;
font-weight: bold;
font-weight: bold;
}
}
Zeile 95: Zeile 112:
color:#000000;
color:#000000;
font-weight: bold;
font-weight: bold;
}
.text-purple {
color:#7f3c65;
font-weight: bold;
}
#iframe-Kalender, #iframeframe {
height: 600px;
}
}