MediaWiki:Common.css: Difference between revisions

From Wikipedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
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: "";
    display: inline-block;
     width: 18px;
     width: 18px;
     height: 18px;
     height: 18px;
     margin-left: 6px;
     margin-left: 6px;
     display: inline-block;
     vertical-align: middle;
     background: url("/images/icons8-verified-40.png") center center no-repeat;
     background-image: url("/images/icons8-verified-badge-48.png");
     background-size: 18px 18px;
    background-repeat: no-repeat;
     background-size: contain;
}
}

Latest revision as of 02:50, 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-badge-48.png");
    background-repeat: no-repeat;
    background-size: contain;
}