home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / Martini / style.css~ < prev    next >
Encoding:
Text File  |  2007-01-06  |  1017 b   |  84 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. #menu {
  27. width: 780px;
  28. height: 30px;
  29. margin-top: 35px;
  30. margin-bottom: 10px;
  31. padding-left: 20px;
  32. }
  33.  
  34. #menu a {
  35. font-weight: bold;
  36. color: #000000;
  37. text-decoration: none;
  38. }
  39.  
  40. #menu a:hover {
  41. text-decoration: underline;
  42. }
  43.  
  44. #content {
  45. margin-top: 20px;
  46. margin-left: 20px;
  47. margin-right: 20px;
  48. padding-bottom: 10px;
  49. width: 450px;
  50. }
  51.  
  52. #content h1 {
  53. margin-top: 10px;
  54. margin-bottom: 5px;
  55. font-size: 18px;
  56. }
  57.  
  58. #content a {
  59. text-decoration: none;
  60. color: #000000;
  61. font-style: italic;
  62. }
  63.  
  64. #content a:hover {
  65. text-decoration: underline;
  66. }
  67.  
  68. #foot {
  69. margin-top: 0px;
  70. padding-left: 20px;
  71. font-family: sans;
  72. font-size: 10px;
  73. color: #a5a5a5;
  74. }
  75.  
  76. #foot a {
  77. color: #a5a5a5;
  78. text-decoration: none;
  79. }
  80.  
  81. #foot a:hover {
  82. text-decoration: underline;
  83. }
  84.