home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / Orange_Leaves / style.css < prev   
Cascading Style Sheet File  |  2006-11-21  |  2KB  |  134 lines

  1. body {
  2. background-color: #808080;
  3. margin: auto;
  4. width: 750px;
  5. }
  6.  
  7. #header {
  8. width:750px;
  9. height: 120px;
  10. background-image: url("ban.JPG");
  11. margin: 0px;
  12. }
  13.  
  14. #corps h1{
  15. color: black;
  16. background-color: #ffa500;
  17. font-size: 20px;
  18. height: 28px;
  19. text-align: center;
  20. margin-left: 30px;
  21. width: 562px;
  22. display: block;
  23. text-decoration: underline;
  24. }
  25.  
  26. #header h1 {
  27. text-align: center;
  28. font-family: "cooper black";
  29. text-decoration: underline;
  30. color: black;
  31. padding-left: 45px;
  32. padding-top: 35px
  33. }
  34.  
  35. #sidebar {
  36. margin: 0px;
  37. float: right;
  38. width: 100px;
  39. background-color: #ffa500;
  40. text-align: center;
  41. }
  42.  
  43. #corps {
  44. margin: 0px;
  45. width:  640px;
  46. background-color: #ffffff;
  47. }
  48.  
  49. #footer a {
  50. color: black;
  51. text-decoration: none;
  52. }
  53.  
  54. #footer a:hover {
  55. color: black;
  56. text-decoration: underline;
  57. }
  58.  
  59. #footer {
  60. background-color: ffa500;
  61. font-size: 15px;
  62. width: 750px;
  63. clear: both;
  64. margin-top: 0px;
  65. text-align: center;
  66. }
  67.  
  68. #global {
  69. width: 750;
  70. background-color: #ffa500;
  71. }
  72.  
  73. #sidebar a {
  74. display: block;
  75. text-decoration: none;
  76. background-color: #ffa500;
  77. color: black;
  78. font-size: 15px;
  79. }
  80.  
  81. #sidebar a:hover {
  82. text-decoration: none;
  83. color: black;
  84. background-color: #fabd5a;
  85. border-right: 3px solid white;
  86. font-size: 15px;
  87. }
  88.  
  89. #sidebar h3 {
  90. color: black;
  91. font-family: "cooper black";
  92. text-decoration: underline;
  93. text-decoration: bold;
  94. }
  95.  
  96. p {
  97. width: 550px;
  98. text-align: center;
  99. background-color: #ffffff;
  100. margin-top: 0px;
  101. margin-bottom: 15px;
  102. border: 1px solid black;
  103. margin: none;
  104. margin-left: 30px;
  105. padding: 5px;
  106. text-align: justify;
  107. font-size: 13px;
  108. }
  109.  
  110. .title {
  111. font-size: 14px;
  112. text-align: center;
  113. padding-left: 5px;
  114. padding-right: 5px;
  115. width: 550px;
  116. display: block;
  117. margin-left: 30px;
  118. background-color: #ffa500;
  119. height: 20px;
  120. color: black;
  121. border-right: 1px solid black;
  122. border-left: 1px solid black;
  123. border-top: 1px solid black;
  124. }
  125.  
  126. a {
  127. color: #ffa500;
  128. text-decoration: underline;
  129. }
  130.  
  131. a:hover {
  132. color: black;
  133. text-decoration: underline;
  134. }