Difference between revisions of "MediaWiki:Common.css"
From EEWiki
Different55 (Talk | contribs) (Achievement award! Featured article CSS) |
Different55 (Talk | contribs) (Contain the logo in a compact area instead of cropping it off.) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.topicon { | .topicon { | ||
− | + | position: absolute; | |
− | + | right: 0; | |
− | + | top: -20px; | |
+ | } | ||
+ | #p-logo a { | ||
+ | background-size: contain; | ||
} | } |
Revision as of 20:11, 10 January 2018
/* CSS placed here will be applied to all skins */ .topicon { position: absolute; right: 0; top: -20px; } #p-logo a { background-size: contain; }