home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / blue_spring / style / colour.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-01-13  |  1.4 KB  |  86 lines

  1. html{height: 100%;}
  2.  
  3. body
  4. { background: #6F7A86;
  5.   color: #5A6370;
  6. }
  7.  
  8. blockquote
  9. { background: #FFFFFF;
  10.   color: #5A6370;
  11.   border-color: #767676;
  12. }
  13.  
  14. #main
  15. { background: #FFFFFF url(back.png) repeat-y;
  16.   color: #5A6370;
  17. }
  18.  
  19. #links, #footer, #menu, #menu li a
  20. { background: #FFFFFF url(menu.png);
  21.   color: #D1D3D7;
  22.   border-color: #D7D7D7;
  23. }
  24.  
  25. #links a, #footer a, #links a:hover, #footer a:hover
  26. { background: transparent;
  27.   color: #D1D3D7;
  28. }
  29.  
  30. #logo
  31. { background: #FFFFFF url(logo.jpg) no-repeat;
  32.   color: #5A6370;
  33. }
  34.  
  35. #logo h1
  36. { background: transparent;
  37.   color: #FFFFFF;
  38. }
  39.  
  40. h1, #column2 h1
  41. { background: transparent;
  42.   color: #1775D5;
  43.   border-color: #89A9C7;
  44. }
  45.  
  46. #menu li a:hover, #menu li a#selected, #menu li a#selected:hover
  47. { background: #FFFFFF url(menu_hover.png);
  48.   color: #484E56;
  49.  
  50. #content, #column2 a, #column2 a:hover
  51. { background: transparent;
  52.   color: #5A6370;
  53. }
  54.  
  55. .sidebaritem, .sidebaritem a, .sidebaritem a:hover
  56. { background: transparent;
  57.   color: #D1D3D7;
  58. }
  59.  
  60. .sbihead
  61. { background: #FFFFFF url(sbi_header.png);
  62.   color: #484E56;
  63. }
  64.  
  65. .sbihead h1
  66. { background: transparent;
  67.   color: #484E56;
  68. }
  69.  
  70. .sbilinks li a
  71. { background: #FFFFFF url(link.png);
  72.   color: #D1D3D7;
  73.  
  74. .sbilinks li a:hover
  75. { background: #B7B7B7;
  76.   color: #1775D5;
  77.  
  78. input, textarea
  79. { background: #FFFFFF;
  80.   color: #5A6370;
  81.   border-color: #89A9C7;
  82. }
  83.