MediaWiki:Gadget-sister-projects.css

From Path of Exile 2 Wiki
Revision as of 23:56, 11 October 2024 by Vinifera7 (talk | contribs) (Created page with "div#mw-head .vector-menu-tabs .sister-tab { background: none; } div#mw-head .vector-menu-tabs .sister-tab a { width: 36px; text-indent: -9999em; vertical-align: middle; background: none; } div#mw-head .vector-menu-tabs .sister-tab a::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: 20p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes. The simplest method that will work for most users is to hold down the ⇧ Shift key and click the Reload toolbar button. For details and other methods, see Help:Clear your browser cache.

div#mw-head .vector-menu-tabs .sister-tab {
    background: none;
}
div#mw-head .vector-menu-tabs .sister-tab a {
    width: 36px;
    text-indent: -9999em;
    vertical-align: middle;
    background: none;
}
div#mw-head .vector-menu-tabs .sister-tab a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
div#mw-head .vector-menu-tabs #ca-sister-poewiki a::before {
    background-image: url(/images/f/f7/Poewiki_icon.png);
}
div#mw-head .vector-menu-tabs #ca-sister-poe2wiki a::before {
    background-image: url(/images/b/b3/Poe2wiki_icon.png);
}