User:Soap/monobook.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
(Created page with "body, #globalWrapper { font-family: Arial !important; }") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
body, #globalWrapper { font-family: Arial !important; } | 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; | |||
} | |||
A | |||
{ | |||
FONT-WEIGHT: 700; | |||
COLOR: #40B0B0 !important; | |||
} |
Latest revision as of 07:09, 31 January 2022
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; } A { FONT-WEIGHT: 700; COLOR: #40B0B0 !important; }