Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 401: Line 401:
html.skin-theme-clientpref-day .infobox-character th {
html.skin-theme-clientpref-day .infobox-character th {
   color: #ff79c6;
   color: #ff79c6;
}
/* Remove unwanted top margin above Character pages */
.mw-body-content > p:first-child:empty {
    display: none;
    margin: 0;
    padding: 0;
}
/* Optional: tighten spacing on Character template pages */
.mw-body-content > p:first-child {
    margin-top: 0;
}
}