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

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