CSS

by anonymous on December 30th, 2008

No notes

Syntax: CSS
Show lines - Hide lines - Show in textbox - Download
  1. @charset "utf-8";
  2.  
  3. #tudo{
  4.  
  5. width: 760px;
  6. margin:0 auto;
  7. padding: 10px;
  8. }
  9.  
  10. body {
  11.  
  12. background-image:url(bg.jpg);
  13. margin: 0 0 0 0;
  14. text-align:center;
  15. }
  16.  
  17. #linha{
  18.  
  19. width:auto;
  20. height:5px;
  21. background-color:#999999;
  22. }
  23.  
  24. #geral{
  25.  
  26. width:858px;
  27. height:auto;
  28. }
  29.  
  30. #menucima{
  31.  
  32. float:right;
  33. }
  34.  
  35. #destaque{
  36.  
  37. background-image:url(images/destaque.gif);
  38. width:858px;
  39. height:164px;
  40. clear:both;
  41. }
  42.  
  43. #menucima{
  44.  
  45. margin-top:20px;
  46. float:left;
  47. height:16px;
  48. background-image:url(images/images/bgmenu.gif);
  49. }
  50. #menucima li{
  51.  
  52. display:inline;
  53. }
  54.  
  55.  
  56. #menucima a:link{
  57.  
  58. color:#999999;
  59. text-decoration:none;
  60. }
  61. #menucima a:hover{
  62.  
  63. color:#ff9900;
  64. background-image:url(images/images/ahover.gif);
  65. }
  66. #menucima a:visited{
  67. text-decoration:none;
  68. }
  69.  
  70. #relogio{
  71.  
  72. float:right;
  73. width:215px;
  74. height:63px;
  75. background-image:url(images/bgrelogio.gif);
  76. }
  77.  
  78. #noticia{
  79.  
  80. border:1px;
  81. border-color:#CCCCCC;
  82. border-style:solid;
  83. margin-top:17px;
  84. background-color:#FFFFFF;
  85. text-align:left;
  86. float:left;
  87. width:452px;
  88. height:auto;
  89. }
  90.  
  91. #noticia p{
  92.  
  93. margin: 5px;
  94. }
  95.  
  96. h2{
  97.  
  98. margin: 2px;
  99. }
  100.  
  101. #last{
  102.  
  103. float:right;
  104. background-image:url(images/last.gif);
  105. width:402px;
  106. height:209px;
  107. text-align:left;
  108. }
  109.  
  110. p{
  111.  
  112. font-family:Georgia;
  113. color:#666666;
  114. font-size:12px;
  115. text-align:left;
  116. margin-left:10px;
  117. }
  118.  
  119. h4{
  120.  
  121. font-family:Georgia;
  122. color:#666666;
  123. text-align:left;
  124. padding-left:10px;
  125. }
  126.  
  127. #dis {
  128.  
  129. padding-left:20px;
  130. text-align:left;
  131. }
  132.  
  133. #dis li{
  134.  
  135. display:block;
  136. text-align:left;
  137. font-family:Tahoma;
  138. font-size:10px;
  139. color:#666666;
  140. }
  141.  
  142. #dis li a:link{
  143.  
  144. color:#666666;
  145. text-decoration:none;
  146. }
  147.  
  148. #dis li a:hover{
  149.  
  150. color:#CCCCCC;
  151. }
  152.  
  153. #more{
  154.  
  155. float:right;
  156. background-image:url(images/moremore.gif);
  157. width:402px;
  158. height:209px;
  159. text-align:left;
  160. }
  161.  
  162. #animesmore{
  163.  
  164. padding-left:20px;
  165. text-align:left;
  166. }
  167. #animesmore li{
  168.  
  169. display:block;
  170. text-align:left;
  171. font-family:Tahoma;
  172. font-size:10px;
  173. color:#666666;
  174. }
  175.  
  176. #animesmore li a:link{
  177.  
  178. color:#666666;
  179. text-decoration:none;
  180. }
  181.  
  182. #animesmore li a:hover{
  183.  
  184. color:#CCCCCC;
  185. }

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS