You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Tn5421/css: Difference between revisions
< Tn5421
Jump to navigation
Jump to search
(Created page with "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. Theore...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
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. | 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. | Theoretically works on all themes, although only tested on MafBlack. | ||
Revision as of 15:51, 22 November 2015
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; }