MediaWiki:Common.css: Difference between revisions

From Entrepreneur Wiki
Jump to navigation Jump to search
Created page with ".mw-page-title-main::after { content: ""; display: inline-block; width: 18px; height: 18px; margin-left: 6px; vertical-align: middle; background-image: url("/images/Icons8-verified-30.png"); background-repeat: no-repeat; background-size: contain; }"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-page-title-main {
    display: inline-flex;
    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;
}