Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.89 KB | None | 0 0
  1. * {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5. body {
  6.     color: #3A3A3A;
  7.     font-family: Dosis;
  8.     font-size: 15px;
  9.     min-width: 1124px;
  10. }
  11. a {
  12.     text-decoration: none;
  13. }
  14. #header {
  15.     overflow: hidden;
  16.     width: 956px;
  17.     margin: 16px auto;
  18.     position: relative;
  19.     z-index: 1;
  20. }
  21. #header>a {
  22.     width: 186px;
  23.     float: left;
  24.     height: 47px;
  25.     background: url('images/logo.png');
  26. }
  27. #header ul {
  28.     list-style: none;
  29.     overflow: hidden;
  30.     float: right;
  31. }
  32. #header li {
  33.     float: left;
  34. }
  35. #header li a {
  36.     text-transform: uppercase;
  37.     color: #4B4B4B;
  38.     font-weight: 800;
  39.     display: block;
  40.     margin: 14px 0 0 32px;
  41. }
  42. #header ul .active a,
  43. #header ul a:hover {
  44.     color: #51B4E7;
  45.     border-bottom: 1px solid #51B4E7;
  46.     padding-bottom: 8px;
  47. }
  48. #banner {
  49.     text-align: center;
  50.     height: 356px;
  51.     background: url('images/banner.png') no-repeat center;
  52.     text-transform: uppercase; 
  53.     color: #FFF;
  54.     padding-top: 43px;
  55.     position: relative;
  56.     z-index: 1;
  57. }
  58. #banner h1 {
  59.     font-size: 82px;
  60.     text-shadow: 0 0 21px rgba(0,0,0,.75); 
  61. }
  62. #banner p {
  63.     font-size: 41px;
  64.     font-weight: 300;
  65.     text-shadow: 0 0 21px rgba(0,0,0,.75);
  66.     width: 956px;
  67.     margin: 0 auto 13px;
  68.     background: url('images/headline.jpg') no-repeat 0 center, url('images/headline.jpg') no-repeat right;
  69. }
  70. #banner h2 {
  71.     font-size: 27px;
  72.     text-shadow: 0 0 13px rgba(0,0,0,.75);
  73. }
  74. #down {
  75.     width: 110px;
  76.     height: 112px;
  77.     display: block;
  78.     margin: -80px auto 64px;
  79.     background: url('images/down.png');
  80.     position: relative;
  81.     z-index: 1;
  82. }
  83. #offer {
  84.     list-style: none;
  85.     overflow: hidden;
  86.     width: 956px;
  87.     margin: auto;
  88. }
  89. #offer li {
  90.     float: left;
  91.     margin-left: 16px;
  92.     width: 308px;
  93.     text-align: center;
  94.     color: #434343;
  95.     text-transform: uppercase;
  96.     position: relative;
  97.     z-index: 1;
  98. }
  99. #offer li:first-child {
  100.     margin: 0;
  101. }
  102. #offer span {
  103.     width: 96px;
  104.     height: 96px;
  105.     display: block;
  106.     margin: auto;
  107.     border-radius: 8px;
  108.     background: #51B4E7 url('images/offer2.png') no-repeat center; 
  109. }
  110. #offer li:first-child span {
  111.     background-image: url('images/offer.png');
  112. }
  113. #offer li+li+li span {
  114.     background-image: url('images/offer3.png');
  115. }
  116. #offer h2 {
  117.     font-size: 32px;
  118.     font-weight: 400;
  119.     margin: 16px 0;
  120. }
  121. #description {
  122.     margin: auto;
  123.     padding: 16px 0 78px;
  124.     background: url('images/description.png') no-repeat bottom;
  125.     width: 956px;
  126.     position: relative;
  127.     z-index: 1;
  128. }
  129. #description div {
  130.     overflow: hidden;
  131.     background: url('images/headline3.jpg') repeat-x center;
  132. }
  133. #description h1 {
  134.     float: left;
  135.     font-size: 26px;
  136.     color: #51B4E7;
  137.     background: #FFF;
  138.     padding-right: 16px;
  139. }
  140. #description span {
  141.     font-weight: 300;
  142.     color: #3A3A3A;
  143. }
  144. #description p {
  145.     margin-top: 16px;
  146. }
  147. #reviews {
  148.     background: url('images/b.jpg') center /cover; 
  149.     position: relative;
  150.     z-index: 1;
  151.     padding: 32px;
  152. }
  153. #reviews h1 {
  154.     text-align: center;
  155.     color: #FFF;
  156.     font-size: 30px;
  157.     font-weight: 600;
  158.     text-transform: uppercase;
  159. }
  160. #comments {
  161.     list-style: none;
  162.     position: relative;
  163.     margin: 32px auto 0;
  164.     width: 956px;
  165.     height: 268px;
  166. }
  167. #comments>li {
  168.     position: absolute;
  169.     display: none;
  170.     width: 100%;
  171. }
  172. #comments li:first-child {
  173.     display: block;
  174. }
  175. #comments ul {
  176.     list-style: none;  
  177. }
  178. #comments li li {
  179.     overflow: hidden;
  180.     color: #FFF;
  181.     height: 134px;
  182. }
  183. #comments img {
  184.     float: left;
  185. }
  186. #comments div {
  187.     width: 780px;
  188.     float: right;
  189.     background: url('images/comments.png') no-repeat;
  190.     padding-left: 60px;
  191.     font-weight: 300;  
  192. }
  193. #comments h2 {
  194.     text-align: right;
  195.     margin-top: 16px;
  196.     font-weight: 600;
  197.     font-size: 21px;
  198. }
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205. #pagination {
  206.     background: url('images/pagination9.png') no-repeat right;
  207.     padding: 101px 264px 32px;
  208.     width: 180px;
  209.     margin: auto;
  210.     overflow: hidden;
  211. }
  212. #pagination a {
  213.     width: 41px;
  214.     height: 65px;
  215.     float: left;
  216.     background: url('images/pagination5.png');
  217. }
  218. #pagination a+a {
  219.     background: url('images/pagination6.png');
  220.     float: right;
  221. }
  222. #pagination a:hover {
  223.     background: url('images/pagination7.png');
  224. }
  225. #pagination a+a:hover {
  226.     background: url('images/pagination8.png');
  227. }
  228. .headline {
  229.     width: 956px;
  230.     margin: auto;
  231.     background: url('images/headline3.jpg') repeat-x center;
  232.     font-size: 21px;
  233. }
  234. .headline span {
  235.     padding-right: 16px;
  236.     background: #FFF;
  237.     font-weight: 300;  
  238.     text-transform: uppercase;
  239. }
  240. .gallery {
  241.     overflow: hidden;
  242.     margin: auto;
  243.     width: 956px;
  244. }
  245. .gallery ul {
  246.     list-style: none;
  247.     overflow: hidden;
  248.     margin-left: -16px;
  249. }
  250. .gallery li {
  251.     float: left;
  252.     margin: 16px 0 16px 16px;
  253. }
  254. .gallery img {
  255.     display: block;
  256.     border-radius: 8px;
  257.     border: 1px solid #D1D1D1;
  258.     position: relative;
  259.     z-index: 1;
  260. }
  261. .gallery img:hover {
  262.     border-color: #0C99BB;
  263. }
  264. .pagination {
  265.     width: 70px;
  266.     margin: auto;
  267.     overflow: hidden;
  268. }
  269. .pagination a {
  270.     width: 19px;
  271.     float: left;
  272.     height: 31px;
  273.     position: relative;
  274.     z-index: 1;
  275.     background: url('images/pagination.png')
  276. }
  277. .pagination a+a {
  278.     float: right;
  279.     background: url('images/pagination2.png')
  280. }
  281. .pagination a:hover {
  282.     background: url('images/pagination3.png')
  283. }
  284. .pagination a+a:hover {
  285.     background: url('images/pagination4.png')  
  286. }
  287. .see {
  288.     width: 956px;
  289.     margin: 16px auto;
  290.     position: relative;
  291.     z-index: 1;
  292. }
  293. .see h1 {
  294.     text-align: center;
  295.     font-size: 46px;
  296.     font-weight: 600;
  297.     text-transform: uppercase;
  298. }
  299. .see p {
  300.     color: #323A45;
  301.     font-size: 21px;
  302.     font-weight: 300;
  303.     text-align: center;
  304.     padding: 16px 0 24px;
  305.     background: url('images/headline2.jpg') no-repeat bottom;
  306. }
  307. .see strong {
  308.     font-weight: 700;
  309. }
  310. .see>div {
  311.     overflow: hidden;
  312. }
  313. .see div div {
  314.     width: 52%;
  315.     float: left;
  316. }
  317. .see .odd div {
  318.     float: right;
  319. }
  320. .see h2 {
  321.     overflow: hidden;
  322. }
  323. .see span {
  324.     float: left;
  325.     background: #25A7E4;
  326.     border: solid #2184B3;
  327.     border-width: 0 0 0 8px;
  328.     padding: 8px 16px;
  329.     color: #FFF;
  330.     font-size: 27px;
  331.     margin: 16px 0;
  332.     font-weight: 800;
  333. }
  334. .see .odd span {
  335.     float: right;
  336.     border-width: 0 8px 0 0;
  337. }
  338. .see img {
  339.     display: block;
  340.     margin: auto;
  341. }
  342. .see ul {
  343.     list-style: none;
  344.     width: 48%;
  345.     float: right;
  346.     padding-top: 14px;
  347. }
  348. .see .odd ul {
  349.     float: left;
  350. }
  351. .see li {
  352.     margin-top: 2px;
  353.     padding: 16px 16px 16px 32px;
  354.     background: #E63340 url('images/see.jpg') no-repeat 16px center;
  355.     color: #FFF;
  356.     border-left: 16px solid #BB2530;
  357. }
  358. .see li:last-child {
  359.     background: #A2DD5C;
  360.     border-color: #86B64D;
  361.     font-size: 24px;
  362.     font-weight: 700;
  363.     padding: 8px 16px;
  364. }
  365. #slideshow {
  366.     background: url('images/b.jpg') center /cover;
  367.     margin-top: 16px;
  368.     position: relative;
  369.     z-index: 1;
  370. }
  371. #slides {
  372.     list-style: none;
  373.     position: relative;
  374.     width: 956px;
  375.     margin: auto;
  376.     padding: 32px 0;
  377.     height: 380px;
  378. }
  379. #slides li {
  380.     position: absolute;
  381.     display: none;
  382.     width: 100%;
  383. }
  384. #slides li:first-child {
  385.     display: block;
  386. }
  387. #slides h2 {
  388.     text-align: center;
  389.     color: #FFF;
  390.     font-size: 30px;
  391.     font-weight: 600;
  392.     text-transform: uppercase;
  393.     height: 70px;
  394. }
  395. #slides div {
  396.     overflow: hidden;
  397.     font-weight: 300;
  398.     color: #FFF;
  399. }
  400. #slides img {
  401.     float: left;
  402.     border: 16px solid #FFF;
  403.     border-radius: 8px;
  404.     margin-right: 32px;
  405. }
  406. #navigation {
  407.     list-style: none;
  408.     text-align: center;
  409. }
  410. #navigation li {
  411.     display: inline-block;
  412.     margin: 0 4px 32px;
  413. }
  414. #navigation a {
  415.     display: block;
  416.     background: #FFF;
  417.     color: #3A3A3A;
  418.     font-size: 21px;
  419.     font-weight: 300;
  420.     padding-top: 8px;
  421.     height: 35px;
  422.     width: 43px;
  423.     border-radius: 50%;
  424. }
  425. #navigation .active a,
  426. #navigation a:hover {
  427.     background: #FFCE00;
  428.     color: #FFF;
  429.     font-weight: 700;
  430. }
  431. #buy {
  432.     background: #A2DD5C;
  433.     padding: 16px;
  434.     text-align: center;
  435.     color: #FFF;
  436.     font-size: 29px;
  437.     font-weight: 300;
  438.     text-transform: uppercase;
  439.     position: relative;
  440.     z-index: 1;
  441. }
  442. #buy h1 {
  443.     font-size: 51px;
  444. }
  445. #buy a {
  446.     color: #FFF;
  447.     font-weight: 700;
  448.     padding-left: 63px;
  449.     background: url('images/buy.png') no-repeat 0 center;
  450. }
  451. #footer {
  452.     padding: 16px;
  453.     text-align: center;
  454.     position: relative;
  455.     z-index: 1;
  456. }
  457. #footer h1 {
  458.     font-size: 46px;
  459.     text-transform: uppercase;
  460.     font-weight: 600;
  461. }
  462. #footer p {
  463.     font-size: 21px;
  464.     font-weight: 300;
  465.     margin-top: 16px;
  466. }
  467. #footer strong {
  468.     text-transform: uppercase;
  469.     font-weight: 700;
  470.     background: url('images/headline2.jpg') no-repeat center 0;
  471.     padding-top: 24px;
  472.     display: inline-block;
  473. }
  474. #footer h2 {
  475.     font-size: 15px;
  476.     margin-top: 16px;
  477.     font-weight: 300;
  478. }
  479. #up {  
  480.     position: fixed;
  481.     top: 50%;  
  482.     width: 1124px;
  483.     left: 50%;
  484.     margin: -26px -562px;  
  485. }
  486. #up a {
  487.     float: right;
  488.     width: 52px;
  489.     height: 52px;
  490.     position: relative;
  491.     z-index: 1;
  492.     display: none;
  493.     background: #3CBFE3 url('images/up.png') no-repeat center;
  494. }
  495. table {
  496.     position: fixed;
  497.     width: 100%;
  498.     height: 100%;
  499.     background: rgba(0,0,0,.8) url('images/enlargement.gif') no-repeat center;
  500.     top: 0;
  501.     z-index: 1;
  502.     text-align: center;
  503.     display: none;
  504. }
  505. td p {
  506.     display: inline-block;
  507.     position: relative;
  508.     opacity: 0;
  509. }
  510. td a {
  511.     width: 32px;
  512.     top: -16px;
  513.     position: absolute;
  514.     right: -16px;
  515.     height: 32px;
  516.     background: url('images/close.png');
  517. }
  518. td img {   
  519.     border: 8px solid #FFF;
  520. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement