MediaWiki:Common.css: Difference between revisions

From bwCloud-OS
Jump to navigation Jump to search
Admin (talk | contribs)
No edit summary
Admin (talk | contribs)
No edit summary
Line 5: Line 5:




/* fuer vector legacy, um logo richtig darzustellen */
#p-logo a {
#p-logo a {
     background-size: contain !important; /* skaliert das Bild passend */
     background-size: contain !important; /* skaliert das Bild passend */
     background-position: center center;
     background-position: center center;
}
}

Revision as of 12:10, 24 September 2025

/* CSS placed here will be applied to all skins */
#ca-history { display: none !important;} 
#ca-viewsource { display: none !important; }
#ca-talk { display: none !important; }


/* fuer vector legacy, um logo richtig darzustellen */ 
#p-logo a {
    background-size: contain !important; /* skaliert das Bild passend */
    background-position: center center;
}