MediaWiki:Common.css: Difference between revisions

From Entrepreneur Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-page-title-main::after {
.mw-page-title-main {
     content: " 🔵";
     display: inline-flex;
     font-size: 18px;
     align-items: center;
}
}


.mw-page-title-main::after {
.mw-page-title-main::after {
     content: "";
     content: "";
    display: inline-block;
     width: 18px;
     width: 18px;
     height: 18px;
     height: 18px;
     margin-left: 6px;
     margin-left: 6px;
     vertical-align: middle;
     display: inline-block;
     background-image: url("/images/Icons8-verified-30.png");
     background: url("/images/icons8-verified-30.png") center center no-repeat;
    background-repeat: no-repeat;
     background-size: 18px 18px;
     background-size: contain;
}
}

Latest revision as of 09:27, 8 July 2026

.mw-page-title-main {
    display: inline-flex;
    align-items: center;
}

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