Toggle menu
520
1.5K
103
22.5K
Epithet Erased Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 7: Line 7:
}
}


#mw-wiki-title{
.mw-wiki-title{
   font-family: "ct_font_swung_note";
   font-family: "ct_font_swung_note";
}
}



Revision as of 19:57, 17 June 2024

#siteSub { 
	display: none !important; 
}

.citizen-body .image:hover > img {
  transform: scale(2) !important;
}

.mw-wiki-title{
   font-family: "ct_font_swung_note";
}

@font-face {
    font-family: ct_font_swung_note;
    font-style: normal;
    font-weight: 400;
    src: url("https://epitheterasedwiki.com/SwungNote.otf") format("opentype");
}