Difference between revisions of "MediaWiki:Common.css"
From Lord Byte's Worlds
(Created page with "→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%;...") |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
#sfate{ | #sfate{ | ||
font-family: FateFont; | font-family: FateFont; | ||
| + | } | ||
| + | |||
| + | #artefact{ | ||
| + | color: #FFD700; | ||
| + | } | ||
| + | |||
| + | #gold{ | ||
| + | color: Gold; | ||
| + | } | ||
| + | |||
| + | #legendary{ | ||
| + | color: orange; | ||
| + | } | ||
| + | |||
| + | #epic{ | ||
| + | color: purple; | ||
| + | } | ||
| + | |||
| + | |||
| + | #exceptional{ | ||
| + | color: blue; | ||
| + | } | ||
| + | |||
| + | #good{ | ||
| + | color: green; | ||
} | } | ||
Latest revision as of 03:22, 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;
}
#gold{
color: Gold;
}
#legendary{
color: orange;
}
#epic{
color: purple;
}
#exceptional{
color: blue;
}
#good{
color: green;
}