13,408
edits
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* Styling inside .mw-parser-output should generally use TemplateStyles. | * Styling inside .mw-parser-output should generally use TemplateStyles. | ||
*/ | */ | ||
.mw-userlink[href='/wiki/User:WikiDwarf']::after { | |||
[ | content: ''; | ||
display: inline-block; | |||
width: 16px !important; | |||
height: 16px !important; | |||
background-image: url(https://en.bharatpedia.org/images/2/22/Verified.png) !important; | |||
background-size: cover !important; | |||
vertical-align: middle !important; | |||
margin-left: 6px !important; | |||
} | } | ||
/ | .mw-userlink[href='/wiki/User:CleanupBot']::after { | ||
content: ''; | |||
display: inline-block; | |||
width: 16px !important; | |||
height: 16px !important; | |||
background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/2e/Bot_awake.svg) !important; | |||
background-size: cover !important; | |||
vertical-align: middle !important; | |||
margin-left: 6px !important; | |||
} | } | ||
/* Reset italic styling set by user agent */ | /* Reset italic styling set by user agent */ | ||
cite, | cite, | ||
Line 526: | Line 522: | ||
* comment above. | * comment above. | ||
*/ | */ | ||
.vector-body { | |||
font-size: var(--font-size-medium); | |||
line-height: var(--line-height-medium); | |||
} | |||
.mw-sidebar { | |||
margin: 2.8rem; | |||
} |
edits