User:Marbleq/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with "body { font-family:Helvetica; font-size:10px;} a { color: #F27; text-decoration: none; } a:visited { color: #C09; } a:active { color: #F99; } #p-personal a.new { color: #F0F;...") |
No edit summary |
||
Line 1: | Line 1: | ||
body { font-family:Helvetica; font-size:10px;} | body { font-family:Helvetica; font-size:10px;} | ||
a { color: # | a { color: #F49; text-decoration: none; } | ||
a:visited { color: #C09; } | a:visited { color: #C09; } | ||
a:active { color: #F99; } | a:active { color: #F99; } | ||
#p-personal a.new { color: # | #p-personal a.new { color: #A0F; } | ||
#p-personal a.new:visited { color:# | #p-personal a.new:visited { color:#A0F; } | ||
#bodyContent a.external { color: #0AF; } | #bodyContent a.external { color: #0AF; } | ||
#bodyContent a.extiw:active { color: #0DF; } | #bodyContent a.extiw:active { color: #0DF; } |
Revision as of 11:17, October 8, 2018
body { font-family:Helvetica; font-size:10px;}
a { color: #F49; text-decoration: none; }
a:visited { color: #C09; }
a:active { color: #F99; }
#p-personal a.new { color: #A0F; }
#p-personal a.new:visited { color:#A0F; }
#bodyContent a.external { color: #0AF; }
#bodyContent a.extiw:active { color: #0DF; }