Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.78 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3.  
  4.  
  5. body {
  6.     font-family: arial, helvetica, sans-serif;
  7.     background:url(../images/bg.png) repeat-x;
  8.     margin:0px;
  9.     padding:0px;
  10.     clear: both;
  11. }
  12.  
  13.  
  14. /** Reset Styles **/
  15.  
  16. html, div, span, object, h1, h2, h3, h4,
  17. h5, h6, p, blockquote, a, em, font, img, strong,
  18. dl, dt, dd, ol, ul, li, fieldset, form {
  19. margin: 0;
  20. padding: 0;
  21. border: 0;
  22. outline: 0;
  23. font-size: 100%;
  24. vertical-align: baseline;
  25. background: transparent;
  26. }
  27.  
  28. a {
  29. text-decoration:none;
  30. color:black;
  31. font-family:trebuchet ms, arial, helvetica, sans-serif;
  32. border:none;
  33. }
  34.  
  35. a:hover {  
  36. text-decoration:underline;
  37. color:black;
  38. }
  39.  
  40. ol, ul {
  41. list-style: none;
  42. }
  43.  
  44. blockquote, q {
  45. quotes: none;
  46. }
  47.  
  48. blockquote:before, blockquote:after, q:before, q:after {
  49. content: '';
  50. content: none;
  51. }
  52.  
  53.  
  54. /** header **/
  55.  
  56. #container {
  57.     width:960px;
  58.     margin-top:15px;
  59.     margin-left:auto;
  60.     margin-right: auto;
  61.     clear: both;
  62. }
  63.  
  64. #header {
  65. height:111px;
  66. overflow:hidden;
  67. }
  68.  
  69. #header img {
  70. float:left;
  71. margin-top:24px;
  72. border:none;
  73. }
  74.  
  75. #header ul#nav {
  76. float:right;
  77. font-size:13px;
  78. font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  79. position:relative;
  80. margin-top:27px;
  81. }
  82.  
  83. #nav li {
  84. display:inline;
  85. padding-left:15px;
  86. float:left;
  87. color: #626262;
  88. }
  89.  
  90. #nav li a {
  91. color:#626262;
  92. font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  93. }
  94. #nav li a.currentPage {
  95.     color:#09C;
  96.     font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  97. }
  98.  
  99. #nav li .leftRegion {
  100.     float:left;
  101.     width:10px;
  102.     height:23px;
  103.     padding-top: 3px;
  104. }
  105.  
  106. #nav li:hover .leftRegion {
  107.     float:left;
  108.     background-image:url(../images/nav-leftRegion.png);
  109.     width:10px;
  110.     height:23px;
  111.     padding-top: 3px;
  112. }
  113.  
  114. #nav li .centerRegion {
  115. float:left;
  116. height:23px;
  117. padding-top: 3px;
  118. }
  119. #nav li:hover .leftRegion #currentPage {
  120.     float:left;
  121.     width:10px;
  122.     height:23px;
  123.     padding-top: 3px;
  124.     background-image: url(none.html);
  125. }
  126.  
  127. #nav li:hover .centerRegion {
  128. float:left;
  129. background-image:url(../images/nav-centerRegion.png);
  130. height:23px;
  131. padding-top: 3px;
  132. }
  133.  
  134. #nav li .rightRegion {
  135.     float:left;
  136.     width:10px;
  137.     height:23px;
  138.     padding-top:3px;
  139. }
  140.  
  141. #nav li:hover .rightRegion {
  142.     float:left;
  143.     background-image:url(../images/nav-rightRegion.png);
  144.     width:10px;
  145.     height:23px;
  146.     padding-top:3px;
  147. }
  148.  
  149. #nav li a:hover {
  150. color:#1e7896;
  151. text-decoration:none;
  152. }
  153.  
  154.  
  155.  
  156. #pageTitle {
  157.     font-family: trebuchet ms, Arial, Helvetica, sans-serif;
  158.     font-size: 36px;
  159.     color: #232323;
  160.     font-weight:normal;
  161.     margin-top: 42px;
  162.     margin-bottom: 50px;
  163. }
  164.  
  165.  
  166.  
  167. /* main content + slider */
  168.  
  169. #main
  170. {
  171. background-image:url(../images/center_bg.png);
  172. height: 276px;
  173. background-repeat: no-repeat;
  174. background-position: center;
  175. margin-top:25px;
  176.  
  177.  
  178. }
  179.  
  180. #header img
  181. {
  182. background:left;
  183. margin: 0 0 0 0;
  184. margin-top:-3px;
  185. }
  186.  
  187. #header .dk
  188. {
  189. margin-left:-25px;
  190. margin-top:30px;
  191. }
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205. #example {
  206.     margin-top:-5px;
  207.     width:600px;
  208.     height: 270px;
  209.     margin-left:183px;
  210.     position:absolute;
  211. }
  212.  
  213.  
  214.  
  215. #frame {
  216.     position:absolute;
  217.     z-index:0;
  218.     width:600px;
  219.     height:255px;
  220.     top:-3px;
  221.     left:-80px;
  222. }
  223.  
  224. /*
  225.     Slideshow
  226. */
  227.  
  228. #slides {
  229.     position:absolute;
  230.     top:15px;
  231.     left:4px;
  232.     z-index:100;
  233. }
  234.  
  235. /*
  236.     Slides container
  237.     Important:
  238.     Set the width of your slides container
  239.     Set to display none, prevents content flash
  240. */
  241.  
  242. .slides_container {
  243.     width:570px;
  244.     overflow:hidden;
  245.     position:relative;
  246.     display:none;
  247. }
  248.  
  249. /*
  250.     Each slide
  251.     Important:
  252.     Set the width of your slides
  253.     If height not specified height will be set by the slide content
  254.     Set to display block
  255. */
  256.  
  257. .slides_container div.slide {
  258.     width:570px;
  259.     height:255px;
  260.     display:block;
  261. }
  262.  
  263.  
  264. /*
  265.     Next/prev buttons
  266. */
  267.  
  268. #slides .next,#slides .prev {
  269.     position:absolute;
  270.     top:107px;
  271.     left:-29px;
  272.     width:24px;
  273.     height:43px;
  274.     display:block;
  275.     z-index:101;
  276.    
  277. }
  278.  
  279. #slides .next {
  280.     left:575px;
  281. }
  282.  
  283. /*
  284.     Pagination
  285. */
  286.  
  287. .pagination {
  288.     margin:26px auto 0;
  289.     width:100px;
  290. }
  291.  
  292. .pagination li {
  293.     float:left;
  294.     margin:0 1px;
  295.     list-style:none;
  296. }
  297.  
  298. .pagination li a {
  299.     display:block;
  300.     width:12px;
  301.     height:0;
  302.     padding-top:12px;
  303.     background-image:url(../images/slider/pagination.png);
  304.     background-position:0 0;
  305.     float:left;
  306.     overflow:hidden;
  307. }
  308.  
  309. .pagination li.current a {
  310.     background-position:0 -12px;
  311. }
  312.  
  313. /*
  314.     Caption
  315. */
  316.  
  317. .caption {
  318.     z-index:500;
  319.     position:absolute;
  320.     bottom:-35px;
  321.     left:0;
  322.     height:30px;
  323.     padding:5px 20px 0 20px;
  324.     background:#000;
  325.     background:rgba(0,0,0,.5);
  326.     width:540px;
  327.     font-size:1.3em;
  328.     line-height:1.33;
  329.     color:#fff;
  330.     border-top:1px solid #000;
  331.     text-shadow:none;
  332. }
  333.  
  334.  
  335.  
  336. a:link,a:visited {
  337.     color:#599100;
  338.     text-decoration:none;
  339. }
  340.  
  341. a:hover,a:active {
  342.     color:#599100;
  343.     text-decoration:underline;
  344. }
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362. /* products */
  363.  
  364. #content {
  365. background-image:url(../images/bg_products.png);
  366. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement