User:Fenhl/vector.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
(Created page with "div#bodyContent { font-family: "Times New Roman", Times, Georgia, serif; font-size: 14pt }") |
(removed link CSS (moved to Stylebot), added CSS to remove the “not logged in” warning added by Stylebot) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
div#bodyContent { font-family: "Times New Roman", Times, Georgia, serif; font-size: | /* add Wanya to the font stack */ | ||
div#bodyContent { | |||
font-family: Wanya, "Times New Roman", Times, Georgia, serif; font-size: 14px; | |||
} | |||
/* hide the “not logged in” warning */ | |||
body::before { | |||
display: none !important; | |||
} |
Latest revision as of 04:08, 29 January 2015
/* add Wanya to the font stack */ div#bodyContent { font-family: Wanya, "Times New Roman", Times, Georgia, serif; font-size: 14px; } /* hide the “not logged in” warning */ body::before { display: none !important; }