home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / smallisbeautiful / small.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-10-30  |  1.8 KB  |  145 lines

  1. body{
  2. overflow-x:hidden;
  3. overflow-y:auto;
  4.  
  5. background-color:rgb(78,73,73);
  6. margin:10px;
  7. font:Georgia,Times New Roman;
  8. }
  9. #main{
  10. width:750px;
  11.  
  12.  
  13. }
  14. a{
  15. color:#fff;
  16. }
  17. a:hover{
  18. color:eee;
  19.  
  20. }
  21.  
  22. #links{
  23. word-spacing:130px;
  24. margin-left:50px;
  25. font-size:1.3em;
  26.  
  27. }
  28. #links a{
  29. color:#eee;
  30. text-decoration:none
  31. }
  32. #links a:hover{
  33. text-decoration:underline;
  34. }
  35. .imgs{
  36. margin:5px;
  37. height:202px;
  38. width:163px;
  39. }
  40.  
  41.  
  42. #logo a{
  43. color:#bbb;
  44. font-size:2em;
  45. letter-spacing:0.4em;
  46. margin:15px;
  47. text-decoration:none;
  48. }
  49.  
  50. #leftcol{
  51. margin-left:20px;
  52. margin-top:20px;
  53. font-family:Verdana,Arial;
  54. color:#ccc;
  55. font-size:0.9em;
  56. float:left;
  57.  
  58. }
  59.  
  60. #rightcol{
  61. float:right;
  62. width:300px;
  63. }
  64.  
  65. h2{
  66. font-family:Georgia,Times New Roman;
  67. font-size:1.2em;
  68. color:#000;
  69. }
  70. .txt{
  71. margin-left:30px;
  72. width:400px;
  73. }
  74.  
  75. .imgsd img{
  76. filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  77. -moz-opacity: 0.75;
  78. }
  79.  
  80. .imgsd:hover img{
  81. filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  82. -moz-opacity: 1;
  83. }
  84.  
  85. .imgsd img{
  86. border: 2px solid #ccc;
  87. }
  88.  
  89. .imgsd:hover img{
  90. border: 2px solid #fff;
  91. }
  92.  
  93. .imgsd:hover{
  94. color: red; 
  95. }
  96. #bbar{
  97. margin-top:20px;
  98. font-size:0.8em;
  99. word-spacing:2em;
  100. text-align:center;
  101. }
  102. #bbar small{
  103. word-spacing:0.2em;
  104. font-size:0.9em;
  105. color:#ccc;
  106. }
  107. #linkalt{
  108. font-size:1.3em;
  109. word-spacing:90px;
  110. margin:20px;
  111. border-top:2px solid #aaa;
  112. border-bottom:2px solid #aaa;
  113. text-align:left;
  114. height:30px;
  115. }
  116. #linkalt a{
  117. text-decoration:none;
  118. }
  119. #rightaltcol{
  120. margin-left:200px;
  121. width:519px;
  122. margin-right:20px;
  123.  
  124. }
  125. #texttop{
  126. background:url("top.jpg") no-repeat;
  127. height:20px;
  128.  
  129. }
  130. #textmid{
  131. background-color:rgb(162,162,162);
  132. font-family:Verdana,Arial;
  133. color:#000;
  134. font-size:0.9em;
  135. padding:5px;
  136. }
  137. #textbot{
  138. background:url("bottom.jpg") no-repeat;
  139. height:20px;
  140.  
  141. }
  142. #leftaltcol{
  143. float:left;
  144. margin-left:10px;
  145. }