Anonymous user
MediaWiki:Common.css: Difference between revisions
m
no edit summary
imported>Ttv pedro270707 m (.msgbox now uses gap.) |
imported>Ttv pedro270707 mNo edit summary |
||
Line 15: | Line 15: | ||
font-style: normal; | font-style: normal; | ||
font-display: fallback; | font-display: fallback; | ||
} | |||
/* Adds "BTA WIKI" overlay on wiki icon */ | |||
.mw-wiki-logo::before { | |||
content: ''; | |||
width: 160px; | |||
height: 160px; | |||
background-image: url(https://static.miraheze.org/btawiki/c/c6/BTA_wiki_icon_overlay.png); | |||
background-position: center center; | |||
background-repeat: no-repeat; | |||
display: inline-block; | |||
position: absolute; | |||
} | } | ||