home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / 170 / style.css < prev   
Cascading Style Sheet File  |  2008-06-11  |  3KB  |  163 lines

  1. /* CSS Document */
  2. *{
  3. margin:0px;
  4. padding:0px
  5. }
  6. img{
  7. border:0px
  8. }
  9. html{
  10. width:100%;
  11. height:100%;
  12. background-color:#A5B9C5
  13. }
  14. body{
  15. width:766px;
  16. height:800px;
  17. margin:auto;
  18. background-image:url(images/bg.jpg);
  19. background-position:top left;
  20. background-repeat:no-repeat
  21. }
  22. #top{
  23. padding:65px 0 0 70px;
  24. text-align:left
  25. }
  26. .menu{
  27. display:block;
  28. padding:5px 0 0 5px
  29. }
  30. .menu li{
  31. list-style-type:none;
  32. float:left;
  33. margin:0 8px 0 0 
  34. }
  35. #wrapper{
  36. padding:60px 5px 0 75px;
  37. float:left;
  38. }
  39. .news{
  40. padding:0 0 0 27px;
  41. float:left
  42. }
  43. .newsblock{
  44. width:121px;
  45. padding:10px 0 20px 0;
  46. margin:0 0 11px 0;
  47. font-family:Arial;
  48. font-size:11px;
  49. color:#49657D;
  50. }
  51. .newsblock p{
  52. padding:17px 0 0 0
  53. }
  54. .dots1{
  55. background-image:url(images/dots1.gif);
  56. background-position:bottom left;
  57. background-repeat:no-repeat;
  58. }
  59. .dots2{
  60. background-image:url(images/dots2.gif);
  61. background-position:bottom left;
  62. background-repeat:no-repeat;
  63. padding-bottom:17px;
  64. margin-bottom:10px;
  65. }
  66. .more{
  67. background-image:url(images/arrows.gif);
  68. background-position:0px 4px;
  69. background-repeat:no-repeat;
  70. font-family:Tahoma;
  71. color:#49657D;
  72. font-size:10px;
  73. font-weight:bold;
  74. padding:0 0 0 15px;
  75. margin:10px 0 0 0;
  76. display:block;
  77. text-decoration:underline
  78. }
  79. .more:visited{text-decoration:underline}
  80. .more:hover{text-decoration:none}
  81. .content{
  82. float:left;
  83. padding:0 0 0 79px;
  84. width:345px;
  85. font-family:Arial;
  86. font-size:11px;
  87. color:#49657D;
  88. }
  89. .title{
  90. margin:0 0 6px -2px
  91. }
  92. .two{
  93. width:345px;
  94. font-family:Arial;
  95. font-size:11px;
  96. color:#49657D;
  97. }
  98. .two a{
  99. color:#49657D;
  100. }
  101. .first{
  102. float:left;
  103. display:inline;
  104. width:152px;
  105. margin:0 20px 0 0;
  106. background-image:url(images/dots.gif);
  107. background-position:right;
  108. background-repeat:repeat-y;
  109. }
  110. .first img{
  111. margin:0 0 7px 0
  112. }
  113. .first ul{
  114. margin:5px 0 0 0
  115. }
  116. .first li{
  117. list-style-type:none;
  118. background-image:url(images/arrow.gif);
  119. background-position:0px 7px;
  120. background-repeat:no-repeat;
  121. padding:0 0 0 18px;
  122. line-height:20px
  123. }
  124. .first li a:visited{text-decoration:underline}
  125. .first li a:hover{text-decoration:none}
  126. .second{
  127. float:left;
  128. width:168px;
  129. }
  130. .small{
  131. display:block;
  132. width:168px;
  133. padding:4px 0 17px 0;
  134. margin:0 0 10px 0;
  135. }
  136. .small img{
  137. float:left;
  138. border-right:2px solid #9CB2C3;
  139. margin:0 10px 0 0
  140. }
  141. .small a{
  142. font-family:Tahoma;
  143. font-size:10px;
  144. text-decoration:none
  145. }
  146. .secp{
  147. padding:12px 0 0 0
  148. }
  149. #copy{
  150. font-family:Arial;
  151. font-size:11px;
  152. color:#8199A7;
  153. float:left;
  154. width:686px;
  155. text-align:right;
  156. padding:5px 80px 0 0
  157. }
  158. #copy a{
  159. color:#8199A7;
  160. text-decoration:underline
  161. }
  162. #copy a:visited{text-decoration:underline}
  163. #copy a:hover{text-decoration:none}