User:Soap/monobook.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
(Created page with "body, #globalWrapper { font-family: Arial !important; }") |
(color) |
||
Line 1: | Line 1: | ||
body, #globalWrapper { font-family: Arial !important; } | body, #globalWrapper { font-family: Arial !important; } | ||
I | |||
{ | |||
FONT-WEIGHT: 700; | |||
COLOR: #FF0000; | |||
FONT-STYLE: italic; | |||
} | |||
B | |||
{ | |||
FONT-WEIGHT: 700; | |||
COLOR: #0000FF !important; | |||
FONT-STYLE: normal; | |||
} | |||
EM | |||
{ | |||
FONT-WEIGHT: 700; | |||
COLOR: #FF0000; | |||
FONT-STYLE: italic; | |||
} |
Revision as of 14:39, 13 December 2017
body, #globalWrapper { font-family: Arial !important; } I { FONT-WEIGHT: 700; COLOR: #FF0000; FONT-STYLE: italic; } B { FONT-WEIGHT: 700; COLOR: #0000FF !important; FONT-STYLE: normal; } EM { FONT-WEIGHT: 700; COLOR: #FF0000; FONT-STYLE: italic; }