blue.css 330 B

12345678910111213141516171819
  1. body {
  2. background-image: url( /images/blue-background.png ) !important;
  3. }
  4. #content ul > li {
  5. list-style-image: url( /images/blue-bullet.png ) !important;
  6. }
  7. #icon {
  8. background-image: url( /images/icon.png ) !important;
  9. }
  10. #title h1, h2, h3, h4, #navlist .subtitle {
  11. color: #24486B;
  12. }
  13. a, #navlist a {
  14. color: #369;
  15. }