Header
From Modifieddesign
(Difference between revisions)
Line 9: | Line 9: | ||
color: black; | color: black; | ||
} | } | ||
+ | a { | ||
+ | text-decoration: none; | ||
+ | color: #ff0099 ; | ||
+ | background: none; | ||
+ | } | ||
+ | a:visited { color: #cc0066; } | ||
+ | a:active { color: #ff0099; } | ||
+ | a:hover { text-decoration: underline; } | ||
+ | a.stub { color: #ff0099; } | ||
+ | a.new {font-weight: bold; } | ||
+ | #p-personal a.new { color:#ff0099; } | ||
+ | a.new:visited { color:#cc0066; } | ||
+ | #p-personal a.new:visited { color:#cc0066; } | ||
+ | /* Page history styling */ | ||
+ | #pagehistory a {color:#ff0099; } | ||
</style> | </style> |
Revision as of 23:51, 17 November 2006
<style type="text/css">
- content {
background-color: transparent; border: 1px solid #ff0099;
} body {
font: x-small sans-serif; background: #ffffff url("") 0px 0px no-repeat; color: black;
} a {
text-decoration: none; color: #ff0099 ; background: none;
} a:visited { color: #cc0066; } a:active { color: #ff0099; } a:hover { text-decoration: underline; } a.stub { color: #ff0099; } a.new {font-weight: bold; }
- p-personal a.new { color:#ff0099; }
a.new:visited { color:#cc0066; }
- p-personal a.new:visited { color:#cc0066; }
/* Page history styling */
- pagehistory a {color:#ff0099; }
</style>