User:Mushroom Head/common.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
body { font-family:Arial; font-size:10px;} | body { font-family:Arial; font-size:10px;} | ||
a { color: # | a { color: #0000FF; text-decoration: none; } | ||
a:visited { color: #9999FF; } | a:visited { color: #9999FF; } | ||
a:active { color: #CCCCFF; } | a:active { color: #CCCCFF; } | ||
a.new { color: #FF4444; } | a.new { color: #FF4444; } | ||
a.new:visited { color:#FF6666; } | a.new:visited { color:#FF6666; } | ||
p-personal a { color:#69FF69; } |