MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { display: none !important; } | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
#p-logo a { | |||
background-size: contain !important; /* skaliert das Bild passend */ | |||
background-position: center center; | |||
} | |||
Revision as of 12:09, 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; }
#p-logo a {
background-size: contain !important; /* skaliert das Bild passend */
background-position: center center;
}