MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
GreenReaper (talk | contribs) m (Update CSS class) Tags: Mobile edit Mobile web edit Advanced mobile edit |
GreenReaper (talk | contribs) m (+.brok) |
||
Line 3: | Line 3: | ||
padding-left: 1.8em; | padding-left: 1.8em; | ||
background: url(https://storage.googleapis.com/wikibase-cloud-static/sites/8c062eab1b48fcb41522ecafe10eaac8/logos/135.png?u=1651150612) 0 13px/27px 27px no-repeat; | background: url(https://storage.googleapis.com/wikibase-cloud-static/sites/8c062eab1b48fcb41522ecafe10eaac8/logos/135.png?u=1651150612) 0 13px/27px 27px no-repeat; | ||
} | |||
.brok { | |||
background-image: url(https://en.wikifur.com/w/images/e/e7/Confuzzled-brokbadger.jpg); | |||
background-position: center; | |||
background-size: 206px 414px; | |||
background-repeat: no-repeat; | |||
content: ""; | |||
display: inline-block; | |||
width: 206px; | |||
height: 414px; | |||
opacity: 0.7; | |||
vertical-align: middle; | |||
} | } |
Latest revision as of 21:36, 25 March 2024
/* All CSS here will be loaded for users of the mobile site */
.minerva-header>.branding-box {
padding-left: 1.8em;
background: url(https://storage.googleapis.com/wikibase-cloud-static/sites/8c062eab1b48fcb41522ecafe10eaac8/logos/135.png?u=1651150612) 0 13px/27px 27px no-repeat;
}
.brok {
background-image: url(https://en.wikifur.com/w/images/e/e7/Confuzzled-brokbadger.jpg);
background-position: center;
background-size: 206px 414px;
background-repeat: no-repeat;
content: "";
display: inline-block;
width: 206px;
height: 414px;
opacity: 0.7;
vertical-align: middle;
}