MediaWiki:Anisa.css: Difference between revisions
From Lorhondel World
ArtsyAxolotl (talk | contribs) No edit summary |
ArtsyAxolotl (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
/*Infobox - Change Headers */ | /*Infobox - Change Headers */ | ||
h2 { | h2.pi-item .pi-item-spacing .pi-title { | ||
color:red; | color:red; | ||
} | } |
Revision as of 19:52, 17 January 2025
/* CSS placed here will be applied to all skins */
/* Change Wiki Title */
a#p-banner {
padding: 0;
font-family: sans-serif;
}
/* Change Main Page Titles */
.mw-page-title-main {
font-family: sans-serif;
font-variant: none;
}
/*Infobox - Change Headers */
h2.pi-item .pi-item-spacing .pi-title {
color:red;
}