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; | ||
+ | color: #574837; | ||
} | } | ||
- | a { | + | .pBody a { |
text-decoration: none; | text-decoration: none; | ||
color: #574837; | color: #574837; | ||
background: none; | background: none; | ||
} | } | ||
- | a:visited { | + | .pBody a:visited { |
color: #7D6850; | color: #7D6850; | ||
} | } | ||
- | a:active { | + | .pBody a:active { |
color: #faa700; | color: #faa700; | ||
} | } | ||
- | a:hover { | + | .pBody a:hover { |
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/* </pre> */ | /* </pre> */ |
Revision as of 19:14, 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; color: #574837; } .pBody a { text-decoration: none; color: #574837; background: none; } .pBody a:visited { color: #7D6850; } .pBody a:active { color: #faa700; } .pBody a:hover { text-decoration: underline; } /* </pre> */