MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Geoportal
Zeile 30: Zeile 30:
 
}
 
}
 
.mw-parser-output a.external, a.external {
 
.mw-parser-output a.external, a.external {
color: #b91b23;
+
color: #b91b23!important;
 
}
 
}

Version vom 3. September 2020, 16:43 Uhr

/* 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(/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;
}