MediaWiki:Common.css: Difference between revisions

From Wikipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
     display: none !important;
     display: none !important;
}
}
.mw-page-title-main {
.mw-first-heading::after,
    display: inline-flex;
    align-items: center;
}
 
.firstHeading::after {
.firstHeading::after {
     content: "";
     content: " ";
     width: 18px;
     color: #1d9bf0;
     height: 18px;
     font-size: 0.8em;
     margin-left: 6px;
     margin-left: 6px;
    display: inline-block;
    background: url("/images/icons8-verified-40.png") center center no-repeat;
    background-size: 18px 18px;
}
}

Revision as of 02:48, 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: " ✔";
    color: #1d9bf0;
    font-size: 0.8em;
    margin-left: 6px;
}