MediaWiki:Common.css: Difference between revisions

From Wikipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
}
}


.mw-page-title-main::after {
.firstHeading::after {
     content: "";
     content: "";
     width: 18px;
     width: 18px;

Revision as of 02:47, 20 July 2026

/* CSS placed here will be applied to all skins */
/* Hide Tools menu */
#p-tb {
    display: none !important;
}
.mw-page-title-main {
    display: inline-flex;
    align-items: center;
}

.firstHeading::after {
    content: "";
    width: 18px;
    height: 18px;
    margin-left: 6px;
    display: inline-block;
    background: url("/images/icons8-verified-40.png") center center no-repeat;
    background-size: 18px 18px;
}