MediaWiki:Common.css: Difference between revisions
From Little Tail Wiki
Jump to navigationJump to search
wikipedia logo css |
mNo edit summary |
||
Line 3: | Line 3: | ||
.wikipedia:after { | .wikipedia:after { | ||
content:""; | content:""; | ||
background: url(https:// | background: url(https://littletail.wiki/images/5/5a/Wikipedia%27s_W.svg) no-repeat; | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; |
Revision as of 18:33, 6 February 2025
/* CSS placed here will be applied to all skins */ .wikipedia:after { content:""; background: url(https://littletail.wiki/images/5/5a/Wikipedia%27s_W.svg) no-repeat; background-size: contain; background-repeat: no-repeat; background-position: center center; padding-right: 0.55em; /* sizing */ padding-top: 1.2em; margin-left: -0.4em; margin-right: -0.2em; padding-left: 0.05em; }