MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Geoportal
YakupS (Diskussion | Beiträge) |
Karlo (Diskussion | Beiträge) |
||
| (3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| + | .offset-header { |
||
| + | display: block; |
||
| + | margin-top: -80px; |
||
| + | padding-top: 80px; |
||
| + | } |
||
| + | |||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ |
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ |
||
#p-pagetools h3{ |
#p-pagetools h3{ |
||
| Zeile 24: | Zeile 30: | ||
#p-Geoportal_Hessen_Wiki li:first-child { |
#p-Geoportal_Hessen_Wiki li:first-child { |
||
padding: 0 0 10px 15px; |
padding: 0 0 10px 15px; |
||
| − | background-image: url(/mediawiki/resources/lib/oojs-ui/themes/wikimediaui/images/icons/linkExternal-rtl.svg); |
+ | background-image: url(https://test.geoportal.hessen.de/mediawiki/resources/lib/oojs-ui/themes/wikimediaui/images/icons/linkExternal-rtl.svg); |
background-repeat: no-repeat; |
background-repeat: no-repeat; |
||
background-size: 11px; |
background-size: 11px; |
||
| Zeile 32: | Zeile 38: | ||
color: #b91b23!important; |
color: #b91b23!important; |
||
} |
} |
||
| + | |||
| + | /*mediawiki accordion adjustment*/ |
||
Aktuelle Version vom 29. März 2021, 08:00 Uhr
.offset-header {
display: block;
margin-top: -80px;
padding-top: 80px;
}
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#p-pagetools h3{
/*display: none !important;*/
right:0;
}
#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(https://test.geoportal.hessen.de/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*/