Difference between revisions of "MediaWiki:Common.css"
From Lord Byte's Worlds
| Line 17: | Line 17: | ||
#artefact{ | #artefact{ | ||
| − | color: | + | color: #FFD700; |
} | } | ||
Revision as of 03:20, 5 February 2017
/* CSS placed here will be applied to all skins */
@font-face {
font-family: FateFont;
src: url(FateCoreFont.ttf);
}
#fate{
font-family: FateFont;
font-size: 200%;
}
#sfate{
font-family: FateFont;
}
#artefact{
color: #FFD700;
}
#legendary{
color: orange;
}
#epic{
color: purple;
}
#exceptional{
color: blue;
}
#good{
color: green;
}