home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / turn_it_up / style / blue.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-12-01  |  1.1 KB  |  69 lines

  1. body
  2. { background: #636363;
  3.   color: #5A6370;
  4. }
  5.  
  6. blockquote{border-color: #767676;}
  7.  
  8. #main
  9. { background: #FFF url(main.png) repeat-y;
  10.   color: #5A6370;
  11. }
  12.  
  13. #links, #footer, #menu, #menu li a
  14. { background: #FFF url(menu.png);
  15.   color: #D1D3D7;
  16.   border-color: #D7D7D7;
  17. }
  18.  
  19. #links a, #footer a, #links a:hover, #footer a:hover
  20. { background: transparent;
  21.   color: #D1D3D7;
  22. }
  23.  
  24. #logo
  25. { background: #FFF url(site_logo.jpg) no-repeat;
  26.   color: #5A6370;
  27. }
  28.  
  29. h1
  30. { background: transparent;
  31.   color: #1775D5;
  32.   border-color: #89A9C7;
  33. }
  34.  
  35. #menu li a:hover, #menu li a#selected, #menu li a#selected:hover
  36. { background: #FFF url(blue_menu.png);
  37.   color: #484E56;
  38.  
  39. #content, #column2 a, #column2 a:hover
  40. { background: transparent;
  41.   color: #5A6370;
  42. }
  43.  
  44. .sidebaritem, .sidebaritem a, .sidebaritem a:hover
  45. { background: transparent;
  46.   color: #D1D3D7;
  47. }
  48.  
  49. .sbihead
  50. { background: #FFF url(blue_sbi.png);
  51.   color: #484E56;
  52. }
  53.  
  54. .sbihead h1
  55. { background: transparent;
  56.   color: #484E56;
  57. }
  58.  
  59. .sbilinks li a
  60. { background: #FFF url(link.png);
  61.   color: #D1D3D7;
  62.  
  63. .sbilinks li a:hover
  64. { background: #B7B7B7;
  65.   color: #1775D5;
  66.