Difference between revisions of "MediaWiki:Mobile.css"
From BBW Wiki
(Created page with "→CSS placed here will affect users of the mobile site: .branding-box { background: url('https://gamepedia.cursecdn.com/adventofascension_zh_gamepedia/c/c9/Logo.png') cen...") |
|||
Line 2: | Line 2: | ||
.branding-box { | .branding-box { | ||
− | background: url('https:// | + | background: url('https://bbw.wiki/resources/assets/wiki_mobile.png') center center no-repeat; |
background-size: 150px auto; | background-size: 150px auto; | ||
color: transparent; | color: transparent; | ||
text-index: -9999px; | text-index: -9999px; | ||
} | } |
Latest revision as of 00:06, 4 February 2020
/* CSS placed here will affect users of the mobile site */ .branding-box { background: url('https://bbw.wiki/resources/assets/wiki_mobile.png') center center no-repeat; background-size: 150px auto; color: transparent; text-index: -9999px; }