MediaWiki:Grigbertz.css
From Grigbertz
(Difference between revisions)
m |
m |
||
Line 14: | Line 14: | ||
#p-cactions li a { | #p-cactions li a { | ||
background-color: #EBE7DC; | background-color: #EBE7DC; | ||
+ | } | ||
+ | a { | ||
+ | text-decoration: none; | ||
+ | color: #574837; | ||
+ | background: none; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #7D6850; | ||
+ | } | ||
+ | a:active { | ||
+ | color: #faa700; | ||
+ | } | ||
+ | a:hover { | ||
+ | text-decoration: underline; | ||
} | } | ||
/* </pre> */ | /* </pre> */ |
Revision as of 19:09, 15 April 2007
/* <pre> * CSS for Grigbertz skin */ .pBody { background: #EBE7DC; } #footer { background-color: transparent; border-style: none; } #p-cactions li a { background-color: #EBE7DC; } a { text-decoration: none; color: #574837; background: none; } a:visited { color: #7D6850; } a:active { color: #faa700; } a:hover { text-decoration: underline; } /* </pre> */