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

  1. body {
  2. margin: 0 auto;
  3. font-size: 14px;
  4. background-image: url("back.jpg");
  5. background-repeat: no-repeat;
  6. background-color: #ffffff;
  7. }
  8.  
  9. #main {
  10. width: 800px;
  11. }
  12.  
  13. #head {
  14. height: 100px;
  15. width: 800px;
  16. }
  17.  
  18. #head h1 {
  19. padding-top: 30px;
  20. padding-left: 20px;
  21. margin: 0px;
  22. font-size: 25px;
  23. color: #000000;
  24. }
  25.  
  26. #head h2 {
  27. padding-top: 5px;
  28. padding-left: 40px;
  29. margin: 0px;
  30. font-size: 12px;
  31. color: #000000;
  32. }
  33.  
  34. #menu {
  35. width: 780px;
  36. height: 30px;
  37. margin-top: 35px;
  38. margin-bottom: 10px;
  39. padding-left: 20px;
  40. }
  41.  
  42. #menu a {
  43. font-weight: bold;
  44. color: #000000;
  45. text-decoration: none;
  46. }
  47.  
  48. #menu a:hover {
  49. text-decoration: underline;
  50. }
  51.  
  52. #content {
  53. margin-top: 20px;
  54. margin-left: 20px;
  55. margin-right: 20px;
  56. padding-bottom: 10px;
  57. width: 450px;
  58. }
  59.  
  60. #content h1 {
  61. margin-top: 10px;
  62. margin-bottom: 5px;
  63. font-size: 18px;
  64. }
  65.  
  66. #content a {
  67. text-decoration: none;
  68. color: #000000;
  69. font-style: italic;
  70. }
  71.  
  72. #content a:hover {
  73. text-decoration: underline;
  74. }
  75.  
  76. #foot {
  77. margin-top: 0px;
  78. padding-left: 20px;
  79. font-family: sans;
  80. font-size: 10px;
  81. color: #a5a5a5;
  82. }
  83.  
  84. #foot a {
  85. color: #a5a5a5;
  86. text-decoration: none;
  87. }
  88.  
  89. #foot a:hover {
  90. text-decoration: underline;
  91. }
  92.