MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
imported>Mwpvirtbibmillstattadm (Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: body { background-color: white; font-family: 'Lato'; } .mw-body { margin-left: 9em;…“) |
imported>Mwpvirtbibmillstattadm Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
body { | body { | ||
background-color: white; | background-color: white; | ||
} | } | ||
Zeile 13: | Zeile 8: | ||
} | } | ||
#content h1, #content h2, #content #firstHeading { font-family: | #content h1, #content h2, #content #firstHeading { font-family: sans-serif; } | ||
#p-logo-custom, #p-logo { | #p-logo-custom, #p-logo { | ||
Zeile 31: | Zeile 26: | ||
div#mw-panel { | div#mw-panel { | ||
font-size: @menu-main-font-size; | font-size: @menu-main-font-size; | ||
position: fixed; | position: fixed; |
Aktuelle Version vom 28. August 2019, 10:03 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ body { background-color: white; } .inner td { vertical-align: top; } #content h1, #content h2, #content #firstHeading { font-family: 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 { 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; }