MediaWiki:Common.css: Difference between revisions

From Wikipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
.mw-first-heading::after,
.mw-first-heading::after,
.firstHeading::after {
.firstHeading::after {
     content: " ";
     content: "";
     color: #1d9bf0;
     display: inline-block;
     font-size: 0.8em;
    width: 18px;
     height: 18px;
     margin-left: 6px;
     margin-left: 6px;
    vertical-align: middle;
    background-image: url("/images/icons8-verified-48.png");
    background-repeat: no-repeat;
    background-size: contain;
}
}

Revision as of 02:49, 20 July 2026

/* CSS placed here will be applied to all skins */
/* Hide Tools menu */
#p-tb {
    display: none !important;
}
.mw-first-heading::after,
.firstHeading::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    vertical-align: middle;
    background-image: url("/images/icons8-verified-48.png");
    background-repeat: no-repeat;
    background-size: contain;
}