MediaWiki:Gadget-sister-projects.css: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 22: Line 22:
div#mw-head .vector-menu-tabs #ca-sister-poewiki a::before {
div#mw-head .vector-menu-tabs #ca-sister-poewiki a::before {
     background-image: url(/images/f/f7/Poewiki_icon.png);
     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);
}
}

Latest revision as of 00:19, 12 October 2024

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);
}