MediaWiki:Theme-blurryface.css: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
(Created page with "#p-themes-label .vector-menu-heading-label:before { content: "Blurryface Era"; } #p-themes-label .vector-menu-heading-label { visibility: hidden; position: relative; } #p-themes-label .vector-menu-heading-label:before { visibility: visible; position: absolute; left: 0; top: 0; }")
(No difference)

Revision as of 23:00, 15 October 2024

#p-themes-label .vector-menu-heading-label:before {
    content: "Blurryface Era";
}

#p-themes-label .vector-menu-heading-label {
    visibility: hidden;
    position: relative;
}

#p-themes-label .vector-menu-heading-label:before {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}