User:Poswob Rare/monobook.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
Poswob Rare (talk | contribs) (it makes no difference if visited or not) |
Poswob Rare (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
} | } | ||
/* Colors of links */ | |||
{ | a { color: #b102dd; 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; } |
Revision as of 13:53, 24 October 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: #b102dd; 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; }