You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Tn5421/css
< Tn5421
Jump to navigation
Jump to search
This is the CSS I use on the forum to make it more readable on large displays.
It does cause a bit of a glitch with the sitechat being a pain to expand when minimized.
Theoretically works on all themes, although only tested on MafBlack.
html, body { font-size: 100% !important; font-family: Georgia, Arial, sans-serif !important; } .author { font-size: 1.2em !important; } .messages { font-family: Georgia, Arial, sans-serif !important; } .messagecontent { font-size: 100% !important; } div.content { font-size: 1.1em !important; } div.signature { font-size: 1em !important; } div.messagecontent { font-size: 1em !important; } div.messageTimestamp, div.messageUserName { font-size: 0.9em !important; }