User:Poswob Rare/monobook.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
Poswob Rare (talk | contribs) (will this wiki allow my silliness?) |
Poswob Rare (talk | contribs) (nope didnt work) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
{ | { | ||
FONT-WEIGHT: 700; | FONT-WEIGHT: 700; | ||
COLOR: #0000FF; | COLOR: #0000FF !important; | ||
FONT-STYLE: normal; | FONT-STYLE: normal; | ||
} | } | ||
Line 21: | Line 21: | ||
FONT-STYLE: italic; | FONT-STYLE: italic; | ||
} | } | ||
/* Colors of links */ | |||
a { color: #40b0b0; FONT-WEIGHT: 700; } | |||
a:visited { color: #b102dd; FONT-WEIGHT: 700; } | |||
a:active, a.new { color: #ff4060; FONT-WEIGHT: 700; } | |||
a.new:visited {color: #b102dd; FONT-WEIGHT: 700; } | |||
a.interwiki, a.external { color: #b102dd; FONT-WEIGHT: 700;} | |||
a.stub { color: #b102dd; FONT-WEIGHT: 700; } |
Latest revision as of 08:46, 9 December 2022
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; } /* Colors of links */ a { color: #40b0b0; FONT-WEIGHT: 700; } a:visited { color: #b102dd; FONT-WEIGHT: 700; } a:active, a.new { color: #ff4060; FONT-WEIGHT: 700; } a.new:visited {color: #b102dd; FONT-WEIGHT: 700; } a.interwiki, a.external { color: #b102dd; FONT-WEIGHT: 700;} a.stub { color: #b102dd; FONT-WEIGHT: 700; }