MediaWiki:Common.css: Unterschied zwischen den Versionen
(margin-left, lato und Unterdrückung toc-numberg) |
(Änderung 37 von Useelbach (Diskussion) rückgängig gemacht.) Markierung: Rückgängigmachung |
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |
(kein Unterschied)
|
Aktuelle Version vom 8. August 2019, 19:03 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
background-color: white;
/* font-family: 'Lato'; */
}
.mw-body {
/* margin-left: 9em; */
}
.inner td {
vertical-align: top;
}
.tocnumber { display: none; }
#content h1, #content h2, #content #firstHeading { font-family: Lato, sans-serif; }
#p-logo-custom, #p-logo {
left: 0;
width: 10em;
height: 6rem;
margin-bottom: 1em;
margin-left: 0.5em;
a {
display: block;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
}
}
div#mw-panel {
width: 9em;
font-size: @menu-main-font-size;
position: fixed;
top: 1rem;
bottom: 0px;
height: auto;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
padding-top: 0;
}
#mw-page-base {
background-color: #B6C828 !important;
background-image: none;
}
@media (max-width:768px) {
#mw-page-base {
background-color: #B6C828;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#mw-page-base {
background-color: #B6C828;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#mw-page-base {
background-color: #B6C828;
}
}
#mw-page-base, #mw-head, div.vectorMenu h5 span { background-color: #B6C828; }
div.vectorTabs a:hover, div.vectorMenu h5 span:hover {
background-color: #007556;
}
.onhoverbg:hover {
background-color: #007556;
}
.downarrow:hover{
background-color: #007556;
}
div.vectorMenu:hover h5 a {
background-color: #007556;
}
div.vectorMenu h5 a {
background-color: #B6C828;
}
div.vectorMenu:hover {
background-color: #007556;
}
div.vectorMenu ul {
border: solid 2px #B6C828;
border-top: none;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
color: red;
}
.userIcon20 { display: none; }