MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Geoportal
Karlo (Diskussion | Beiträge) |
Karlo (Diskussion | Beiträge) |
||
(15 dazwischenliegende Versionen von 2 Benutzern 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. */ |
||
+ | #p-pagetools h3{ |
||
− | #backtotop{position: fixed;right: 20px;bottom: 20px;border: 2px solid #d51f28;padding: 30px;border-radius: 50%;cursor: pointer;background-color: #d51f28;color: white;background-image: url("../../mapbender/img/geoportal2019/up.svg");background-repeat: no-repeat;background-position: center center;background-size: 2em auto;box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px;} |
||
+ | /*display: none !important;*/ |
||
+ | right:0; |
||
+ | } |
||
+ | |||
+ | #mw-content h1.firstHeading{color:#303030;} |
||
+ | .sidebar-chunk a, .dropdown a {color: #d51f28;} |
||
+ | #site-navigation {background-color: #0362b9 !important;} |
||
+ | |||
+ | #backtotop{ |
||
+ | position: fixed; |
||
+ | right: 20px; |
||
+ | bottom: 20px; |
||
+ | border: 2px solid #d51f28; |
||
+ | padding: 30px; |
||
+ | border-radius: 50%; |
||
+ | cursor: pointer; |
||
+ | background-color: #d51f28; |
||
+ | color: white; |
||
+ | background-image: url("../../mapbender/img/geoportal2019/up.svg"); |
||
+ | background-repeat: no-repeat; |
||
+ | background-position: center center; |
||
+ | background-size: 2em auto; |
||
+ | box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px; |
||
+ | } |
||
+ | |||
+ | #p-Geoportal_Hessen_Wiki li:first-child { |
||
+ | padding: 0 0 10px 15px; |
||
+ | background-image: url(/mediawiki/resources/lib/oojs-ui/themes/wikimediaui/images/icons/linkExternal-rtl.svg); |
||
+ | background-repeat: no-repeat; |
||
+ | background-size: 11px; |
||
+ | background-position: 0px 3px; |
||
+ | } |
||
+ | .mw-parser-output a.external, a.external { |
||
+ | color: #b91b23!important; |
||
+ | } |
||
+ | |||
+ | /*mediawiki accordion adjustment*/ |
Aktuelle Version vom 7. Oktober 2020, 06:46 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #p-pagetools h3{ /*display: none !important;*/ right:0; } #mw-content h1.firstHeading{color:#303030;} .sidebar-chunk a, .dropdown a {color: #d51f28;} #site-navigation {background-color: #0362b9 !important;} #backtotop{ position: fixed; right: 20px; bottom: 20px; border: 2px solid #d51f28; padding: 30px; border-radius: 50%; cursor: pointer; background-color: #d51f28; color: white; background-image: url("../../mapbender/img/geoportal2019/up.svg"); background-repeat: no-repeat; background-position: center center; background-size: 2em auto; box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px; } #p-Geoportal_Hessen_Wiki li:first-child { padding: 0 0 10px 15px; background-image: url(/mediawiki/resources/lib/oojs-ui/themes/wikimediaui/images/icons/linkExternal-rtl.svg); background-repeat: no-repeat; background-size: 11px; background-position: 0px 3px; } .mw-parser-output a.external, a.external { color: #b91b23!important; } /*mediawiki accordion adjustment*/