MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Geoportal
 
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{

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*/