1,625
edits
(add) |
(add, stylise) |
||
| Line 4: | Line 4: | ||
background: none; | background: none; | ||
} | } | ||
a:link { | a:link { | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
a:visited { | a:visited { | ||
color: #5a3696; | color: #5a3696; | ||
text-decoration: none; | |||
} | } | ||
a:active { | a:active { | ||
color: #faa700; | color: #faa700; | ||
} | } | ||
a:hover { | a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
| Line 19: | Line 23: | ||
#p-cactions ul li, | #p-cactions ul li, | ||
#p-cactions ul li a | #p-cactions ul li a { | ||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-topright: 1em; | |||
} | |||
#column-content, | |||
#content { | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-bottomleft: 1em; | |||
} | |||
.portlet h6, | .portlet h6, | ||
background-color: # | #p-cactions li#ca-form_edit a { | ||
color: # | background-color: #00a228; | ||
color: #fff; | |||
font-weight: bold; | font-weight: bold; | ||
} | |||
/* background of this website's body */ | |||
body { | |||
background-image: url('images/2/2f/Body-bg.png'); | |||
background-repeat: repeat; | |||
} | } | ||
edits