MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Geoportal
Karlo (Diskussion | Beiträge) |
Karlo (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ |
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ |
||
+ | #backtotop{ |
||
− | #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;} |
||
+ | 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 li:first-child{ |
||
+ | padding: 0 0 10px 0; |
||
+ | } |
Version vom 23. Juni 2020, 08:42 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #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 li:first-child{ padding: 0 0 10px 0; }