MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.mw-page-title-main{ | |||
color:red !important; | |||
font-size:60px !important; | |||
} | |||
.mw-page-title-main::after { | .mw-page-title-main::after { | ||
content: " 🔵"; | content: " 🔵"; | ||
Revision as of 09:24, 8 July 2026
.mw-page-title-main{
color:red !important;
font-size:60px !important;
}
.mw-page-title-main::after {
content: " 🔵";
font-size: 18px;
}
.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;
}