home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / fashionhut / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-03-16  |  4.3 KB  |  266 lines

  1. html, body, h1, h2, h3, h4, ul, li {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5. h1 img {
  6.     display: block;
  7. }
  8. img {
  9.     border: 0;
  10. }
  11. a {
  12.     color: #464544;
  13. }
  14. a:hover {
  15.     color: #FFA405;
  16. }
  17. .left {
  18.     float: left;
  19. }
  20. .right {
  21.     float: right;
  22. }
  23. .more {
  24.     text-align: right;
  25. }
  26. .clear {
  27.     clear: both;
  28. }
  29.  
  30. body {
  31.     background: #504634;
  32.     text-align: center;
  33.     font: 11px verdana, arial, sans-serif;
  34.     color: #695F4C;
  35.     padding-bottom: 10px;
  36. }
  37.  
  38. /** layout **/
  39. #wrapper {
  40.     text-align: left;
  41.     margin: 37px auto;
  42.     width: 672px;
  43.     background: #ffffff;
  44.   position: relative;
  45. }
  46.  
  47. #header {
  48.   background: #D9D1BC url(images/header.jpg) no-repeat;
  49.   height: 266px;
  50. }
  51. #logo {
  52.   position: absolute;
  53.   top: 12px;
  54.   left: 300px;
  55.   width: 170px;
  56.   color: #52616E;
  57. }
  58. #logo h1 {
  59.   font: bold 24px "arial narrow", arial, sans-serif;
  60. }
  61. #logo p {
  62.   margin: 0;
  63.   font-weight: bold;
  64. }
  65.  
  66. #cart {
  67.   position: absolute;
  68.   top: 10px;
  69.   left: 454px;
  70.   width: 208px;
  71.   background: #4B5360;
  72.   width: 209px;
  73. }
  74. #cart-top { background: url(images/cart_top.gif) no-repeat; }
  75. #cart-bot { background: bottom left url(images/cart_bot.gif) no-repeat; }
  76. #cart-cart { background: 9px 11px url(images/cart.gif) no-repeat; }
  77. #cart-cart {
  78.   padding: 8px 8px 8px 60px;
  79.   color: white;
  80. }
  81. #cart p {
  82.   margin: 0;
  83. }
  84. #cart .orange {
  85.   color: #FFB400;
  86.   font-size: 10px;
  87. }
  88. #cart a {
  89.   color: white;
  90.   font-size: 10px;
  91. }
  92.  
  93. #nav {
  94.   background: #4B5360;
  95.   position: absolute;
  96.   top: 101px;
  97.   left: 287px;
  98.   width: 385px;
  99.   padding: 9px 0;
  100.   text-align: center;
  101. }
  102. #nav li {
  103.   list-style: none;
  104.   display: inline;
  105.   color: #fff;
  106. }
  107. #nav a {
  108.   text-decoration: none;
  109.   color: #fff;
  110. }
  111. #gallery {
  112.   position: absolute;
  113.   top: 155px;
  114.   left: 287px;
  115.   width: 385px;
  116. }
  117. #gallery li {
  118.   list-style: none;
  119.   text-indent: -999px;
  120.   float: left;
  121.   overflow: hidden;
  122.   height: 111px;
  123. }
  124. #gallery .gwomen {
  125.   background: url(images/pic_1.jpg) no-repeat;
  126.   width: 127px;
  127. }
  128. #gallery .gkids {
  129.   background: url(images/pic_2.jpg) no-repeat;
  130.   width: 130px;
  131. }
  132. #gallery .gmen {
  133.   background: url(images/pic_3.jpg) no-repeat;
  134.   width: 128px;
  135. }
  136.  
  137. #body {
  138.   padding-top: 3px;
  139.   background-color:#FFF;
  140. }
  141. #categories {
  142.   float: left;
  143.   width: 195px;
  144. }
  145. #seasonal, #collection {
  146.   float: right;
  147.   width: 474px;
  148.   background: #D4CAB6;
  149.   margin-bottom: 2px;
  150. }
  151. #seasonal .inner, #collection .inner {
  152.   padding: 6px 12px;
  153. }
  154. #seasonal p, #collection p {
  155.   margin: 0.9em 0;
  156. }
  157.  
  158. .more a {
  159.   font-size: 12px;
  160.   color: #000;
  161.   text-decoration: none;
  162. }
  163. .more a:hover {
  164.   text-decoration: underline;
  165. }
  166.  
  167. h3 {
  168.   font: bold 14px "arial narrow", arial, sans-serif; 
  169.   color: #1B1812;
  170. }
  171.  
  172. h2 {
  173.   font: 18px "arial narrow", arial, sans-serif; 
  174.   color: #695F4C;
  175.   padding-bottom: 10px;
  176. }
  177. #categories h2 {
  178.   color: #fff;
  179.   padding: 4px 0 5px 39px;
  180.   background: #847A67;
  181. }
  182. #categories li {
  183.   background: #D4CAB6 left url(images/bullet.gif) no-repeat;
  184.   border-top: 1px solid #F4EFDF;
  185.   list-style: none;
  186.   font-size: 12px;
  187.   padding: 7px 0 8px 35px;
  188. }
  189. #categories a {
  190.   text-decoration: none;
  191.   color: #000000;
  192. }
  193. #categories a:hover {
  194.   text-decoration: underline;
  195. }
  196.  
  197. #collection {
  198.   background: #D4CAB6 bottom right url(images/person_bg.jpg) no-repeat;
  199. }
  200. #collection .inner {
  201.   padding-right: 98px;
  202. }
  203. #minigal {
  204.   float: right;
  205.   width: 222px;
  206.   margin-top: 1em;
  207.   margin-bottom: 1em;
  208. }
  209. #minigal div {
  210.   float: left;
  211.   margin: 6px;
  212. }
  213. #collection ul {
  214.   margin-left: 1.5em;
  215. }
  216. #collection li {
  217.   margin: 0.2em 0;
  218.   color: #463F32;
  219.   font-size: 16px;
  220.   font-weight: bold;
  221.   font-family: "arial narrow", arial, sans-serif;
  222. }
  223. #collection p {
  224.   width: 103px;
  225.   margin-left: 1.5em;
  226. }
  227.  
  228. #seas-one, #seas-two, #seas-three {
  229.   height: 146px;
  230. }
  231.  
  232. #seas-one {
  233.   float: left;
  234.   width: 195px;
  235.   margin-right: 3px;
  236.   background: url(images/foot_1.jpg) no-repeat;
  237. }
  238. #seas-two {
  239.   float: left;
  240.   width: 249px;
  241.   margin-right: 3px;
  242.   background: url(images/foot_2.jpg) no-repeat;
  243. }
  244. #seas-three {
  245.   float: left;
  246.   width: 222px;
  247.   background: url(images/foot_3.jpg) no-repeat;
  248. }
  249.  
  250. #seas p {
  251.   text-align: right;
  252.   color: #000;
  253.   margin: 80px 15px 0 0;
  254.   font-size: 23px;
  255.   font-weight: bold;
  256. }
  257. #seas p.date {
  258.   margin-top: 0;
  259.   font-size: 16px;
  260. }
  261.  
  262. #copyright {
  263.   text-align: center;
  264.   font-size: 9px;
  265.   padding: 3px;
  266. }