MediaWiki:Common.css: Difference between revisions
B4ttl3m4st3r (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .test { display: flex; justify-content: start; color: black; border: solid #f7ef59 2px; border-left-width: 8px; background-color: #ffffad; padding: 2px 8px; border-radius: 4px; background-image: url('https://cdn.fhxrestoration.com/common/interface/icons/quest_done.gif'); }") |
B4ttl3m4st3r (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.ext_background { | |||
. | |||
background-image: url('https://cdn.fhxrestoration.com/common/interface/icons/quest_done.gif'); | background-image: url('https://cdn.fhxrestoration.com/common/interface/icons/quest_done.gif'); | ||
} | } |