More actions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
{{#css: | {{#css: | ||
bodyContent | #bodyContent a{ | ||
color: cyan; | color: cyan; | ||
} | } | ||
bodyContent | #bodyContent a:link { | ||
text-decoration: none; | text-decoration: none; | ||
color: cyan; | color: cyan; | ||
} | } | ||
bodyContent | #bodyContent a:visited { | ||
text-decoration: none; | text-decoration: none; | ||
color: cyan; | color: cyan; | ||
} | } | ||
bodyContent | #bodyContent a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: cyan; | color: cyan; | ||
} | } | ||
bodyContent | #bodyContent a:active { | ||
text-decoration: none; | text-decoration: none; | ||
color: cyan; | color: cyan; | ||
} | } | ||
}} | }} | ||