User:Mushroom Head/common.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Undo revision 3977061 by Mushroom Head (talk)) Tag: Undo |
No edit summary |
||
Line 3: | Line 3: | ||
a:visited { color: #9999FF; } | a:visited { color: #9999FF; } | ||
a:active { color: #CCCCFF; } | a:active { color: #CCCCFF; } | ||
a.new { color: #FF4444; } | #p.personal a.new { color: #FF4444; } | ||
a.new:visited { color:#FF6666; } | #p-personal a.new:visited { color:#FF6666; } | ||
.usermessage { background: #3F3E3D; } | |||
/* for Halloween background color will use #F26500, for christmas its #33FF33 while color is #FF3333 */ |
Revision as of 02:41, August 17, 2023
body { font-family:Times; font-size:10px; }
a { color: #0000FF; text-decoration: none; }
a:visited { color: #9999FF; }
a:active { color: #CCCCFF; }
#p.personal a.new { color: #FF4444; }
#p-personal a.new:visited { color:#FF6666; }
.usermessage { background: #3F3E3D; }
/* for Halloween background color will use #F26500, for christmas its #33FF33 while color is #FF3333 */