Advertisement
Guest User

Untitled

a guest
Dec 7th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.71 KB | None | 0 0
  1. *{
  2.     margin:0;
  3.     padding:0;
  4. }
  5.  
  6.  
  7. body { 
  8.    
  9.     background:#000;
  10.     font-family:Helvetica;
  11.     font-size: 34px;
  12.     letter-spacing:5px;
  13.     width:16000px;
  14.     position:absolute;
  15.     height:4000px;
  16.     top:0px;
  17.     left:0px;
  18.     bottom:0px;
  19.     overflow:hidden;
  20.    
  21.    
  22. }
  23. /* scrollbar */
  24. ::-webkit-scrollbar {
  25.     width: 12px;
  26. }
  27. ::-webkit-scrollbar-track {
  28.     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  29.     -webkit-border-radius: 10px;
  30.     border-radius: 10px;
  31. }
  32. ::-webkit-scrollbar-thumb {
  33.     -webkit-border-radius: 10px;
  34.     border-radius: 10px;
  35.     background: rgba(0,0,0,0.7);
  36.     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  37. }
  38. ::-webkit-scrollbar-thumb:window-inactive {
  39.     background: rgba(0,0,0,0.4);
  40. }
  41.  
  42. .IENotice{
  43.     background:#cecece;  
  44.     padding:0 20% 0 20%;
  45.     position:fixed;
  46.     width:100%;
  47.     height:25px;
  48.     }
  49. .IENotice p{
  50.     width:60%;
  51.     font-color:#FFF;
  52.     font-family:Helvetica;
  53.     text-align:center;
  54.     font-size:10px;
  55.     letter-spacing:0px;
  56.     }
  57. .IENotice a{
  58.     font-color:#FFF;
  59.     font-family:Helvetica;
  60.     text-align:center;
  61.     text-decoration:underline;
  62.     font-size:8px;
  63.     letter-spacing:0px;
  64.     }
  65.    
  66. .section{
  67.     margin:0px;
  68.     bottom:0px;
  69.     width:4000px;
  70.     float:left;
  71.     height:1400px;
  72.    
  73.    
  74.    
  75. }
  76. .workcontent{
  77.     left:300px;
  78.     top:150px;
  79.     background:;
  80.     width:900px;
  81.     height:400px;
  82.     overflow:auto;
  83.     position:relative;
  84.  
  85. }
  86. .workbox{padding:10px 10px 10px 10px;
  87.     Width:200px;
  88.     height:380px;
  89.     background-color:#CCC;
  90.    
  91.     float:left;
  92.     position:relative;
  93. }
  94. .workboximage{
  95.     margin:10px 10px 0px 10px;
  96.     position: relative;
  97.     float:left;
  98.     width:180px;
  99.     height:180px;
  100.     background-color:#333
  101. }
  102. #workboximage1{
  103.     background-image: url(../images/workthumb/bamboo.png)
  104.     }
  105. .workboxdescription{
  106.     margin:0px 10px 10px 10px;
  107.     position:relative;
  108.     float:left;
  109.     width:180px;
  110.     height:180px;
  111.     background-color:#999;
  112.     font-family: helvetica;
  113.     font-style:normal;
  114.     font-size:10px;
  115. }
  116.  
  117. .maincontent{
  118.     left:300px;
  119.     top:150px;
  120.     background:;
  121.     width:900px;
  122.     height:400px;
  123.     overflow:auto;
  124.     position:relative;
  125.  
  126. }
  127. .maincontent h1{
  128.     font-family: helvetica;
  129.     font-size:48px;
  130.     letter-spacing:0px;
  131.     font-style:normal;
  132.     text-transform:uppercase;
  133.     margin:0;
  134. }
  135. .maincontent p{
  136.     margin:20px 0px 0px 0px;
  137.     font-family: helvetica;
  138.     font-style:normal;
  139.     text-transform:uppercase;
  140.     letter-spacing:0px;
  141.     font-size:20px;
  142.    
  143.    
  144. }
  145. .maincontent a{
  146.     margin:20px 0px 0px 0px;
  147.     text-transform:uppercase;
  148.     letter-spacing:0px;
  149.     font-size:20px;
  150.     color:#3F9;
  151.     font-decoration:underline;
  152. }
  153.  
  154. .black{
  155.     color:#fff;
  156.     left:-8px;
  157.     top:-8px;
  158.    
  159.     background:#000 url(../images/black.jpg) no-repeat top right;
  160.     z-index:-1;
  161. }
  162. .white{
  163.     color:#000;
  164.     background:#fff url(../images/white.jpg) no-repeat top right;
  165.     margin-left:-8px;
  166.     margin-top:-8px;
  167.     z-index:-1;
  168. }
  169.  
  170. .section ul{
  171.     list-style:none;
  172.     margin:20px 0px 0px 550px;
  173. }
  174. .black ul li{
  175.     float:left;
  176.     padding:5px;
  177.     margin:5px;
  178.     color:#aaa;
  179. }
  180. .black ul li a{
  181.     display:block;
  182.     color:#f0f0f0;
  183. }
  184. .black ul li a:hover{
  185.     text-decoration:none;
  186.     color:#fff;
  187. }
  188. .white ul li{
  189.     float:left;
  190.     padding:5px;
  191.     margin:5px;
  192.     color:#aaa;
  193. }
  194. .white ul li a{
  195.     display:block;
  196.     color:#222;
  197. }
  198. .white ul li a:hover{
  199.     text-decoration:none;
  200.     color:#000;
  201. }
  202.  
  203. #filter{ width:100%; height:100%; z-index:0;position:absolute;left:0;top:0; background: url(../images/filter.png) repeat left top transparent}
  204.  
  205.  
  206. #container{
  207.     position: relative;    
  208.     width:900px;
  209.     left:50%;
  210.     margin-left:-450px;
  211.     top:120px;
  212.     z-index:1;
  213. }
  214. #logo_back{
  215.     height:64px;
  216.     width:164px;
  217.     position:fixed;
  218.     z-index:98;
  219.     background: #000;
  220.     left:0;
  221.     top:79px;
  222. }
  223.  
  224. #white_line{
  225.     height:2px;
  226.     width:1920px;
  227.     position:fixed;
  228.     z-index:98;
  229.     background-color:#000;
  230.     left:0;
  231.     top:79px;
  232. }
  233.  
  234. #logo{
  235.     margin-left:50px;
  236.     padding-top:50px;
  237.     margin-top:10px;
  238.     background: url(../images/logo3.png) no-repeat 0px top;
  239.     height:224px;
  240.     width:164px;
  241.     overflow:visible;
  242.     position:fixed;
  243.     z-index:99;
  244.     cursor:pointer;
  245. }
  246. #logobreak{
  247.     margin-left:50px;
  248.     top:224px;
  249.     height:5px;
  250.     width:164px;
  251.     position:fixed;
  252.     background: #3f9;
  253. }
  254. #help{
  255.     right:20px;
  256.     top:63px;
  257.     background: #000;
  258.     float: right;
  259.     height:40px;
  260.     width:60px;
  261.     padding:0;
  262.     overflow:visible;
  263.     position:fixed;
  264.     z-index:99;
  265.     cursor:pointer;
  266.     text-align:center;
  267.    
  268. }
  269. #help a{
  270.     width:58px;
  271.     margin:0;
  272.     font:helvetica;
  273.     font-style:normal;
  274.     text-transform:uppercase;
  275.     font-size:17px;
  276.     color:#fff;
  277.     }
  278. #menu{
  279.     margin-left:50px;
  280.     padding-top:100px;
  281.     margin-top:235px;
  282.     background: url(../images/menu.png) no-repeat 0px top;
  283.     width:164px;
  284.     overflow:visible;
  285.     position:fixed;
  286.     z-index:99;
  287.     border-top:solid;
  288.     border-top-color:#000;
  289.     border-top-width:1px;
  290.    
  291.    
  292. }
  293.  
  294. #menu span{
  295.     width:160px;
  296.     height:50px;
  297.     display:block;
  298.     margin-top:-90px;
  299.     cursor: pointer;
  300. }
  301.  
  302.  
  303. #menu ul{
  304.     list-style: none;
  305.     display: block;
  306.     margin: 0;
  307.     padding: 0;
  308.     text-transform: uppercase;
  309.     font-size:13px;
  310.     width:auto;
  311.     height:auto;   
  312. }
  313.  
  314. #menu ul li{
  315.     margin-left:-200px;
  316.     background: url(../images/li2.png) repeat 150px top;
  317.     width:140px;
  318.     padding-left:10px;
  319. }
  320.  
  321. #menu ul li a{
  322.     color: #000;
  323.     font-size:17px;
  324.     font-style:italic;
  325. }
  326.  
  327. #content {
  328.     width:100%;
  329.     position:fixed;
  330.     top:70%;
  331.     height:30%;
  332.     background: url(../images/transparentbg.png) repeat 150px top;
  333. }
  334.  
  335. #content p{
  336.     padding:30px;
  337. }
  338.  
  339. #social {float:right;
  340.     width:320px;
  341.     height: 300px;
  342.     background:url(../images/sidebar.png);
  343.     top:150px;
  344.     right:-280px;
  345.     position:fixed;
  346. }
  347.  
  348. a.rollover1 {
  349.     display: block;
  350.     width: 150px;
  351.     height: 44px;
  352.     text-decoration: none;
  353.     background: url("webvamp.jpg");
  354.     }
  355.  
  356. a.rollover1:hover {
  357.     background-position: -150px 0;
  358.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement