purple.css 264 B

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