green.css 285 B

123456789101112131415
  1. body {
  2. background-image: url( /images/green-background.png ) !important;
  3. }
  4. #content ul > li {
  5. list-style-image: url( /images/green-bullet.png ) !important;
  6. }
  7. #title h1, h2, h3, h4, #navlist .subtitle {
  8. color: #030 !important;
  9. }
  10. a, #navlist a {
  11. color: #281 !important;
  12. }