Advertisement
hekirei

sdadsad

Apr 30th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.83 KB | None | 0 0
  1. <style type="text/css">
  2.     .body{
  3.         position: absolute;
  4.         background-color: 000;
  5.         height: 100%;
  6.         width: 100%;
  7.         left: 0%;
  8.         overflow-x:hidden;
  9. overflow-y:hidden;
  10.         top: 0%;
  11.     }
  12.     *{        padding: 0px;
  13.         margin: 0px;
  14.              overflow-x:hidden;
  15. overflow-y:hidden;}
  16. #box{border-radius: 0px 0px 0px 0px;font-family:'Laila',serif;border:0pxsolid#c0bccd;height:100%;width:100%;font-size:9px;overflow:auto;color:#808080;position:absolute;overflow-x:hidden;overflow-y:hidden;  top:0%;padding: 0px;margin: 0px;left:0%;z-index: 6;opacity: 1.6;
  17. }
  18. .todo{
  19. position:fixed;
  20. z-index:4;
  21. height:100%;
  22. width:100%;
  23. left:0%;
  24. top:0%;
  25. }
  26. .dy3{
  27.     position: relative;
  28.     left: 90%;
  29.     top: 15%;
  30. color:#808080;
  31. font-family:tahoma;
  32. font-size:18px;
  33. display:block;
  34. text-decoration:none;
  35. height:15%;
  36. width:8%;
  37.     margin: 1%;
  38. border-radius:50%;
  39. background-color:#5c5c5c;
  40. color:00ebdd;
  41. border:1px solid #00fff0;
  42. z-index:9999;
  43.     text-align: center;
  44.     opacity: 0.7;
  45.                 -webkit-transition:all 1s ease;
  46. -o-transition:all 1s ease;
  47. transition:all 1s ease;
  48.    
  49.  
  50. }
  51.  
  52.     .disp{
  53.         position: absolute;
  54.         z-index: 9;
  55.         left: 0%;
  56.         top: 0%;
  57.         width: 45%;
  58.         height: 100%;
  59.                     overflow-x:hidden;
  60. overflow-y:hidden;
  61.        
  62.     }
  63.  
  64. .dy3:hover{
  65. z-index:9999;
  66. -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  67. -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  68. -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  69.     transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  70. text-decoration:none;
  71. color:#00fff0;
  72. background-color:#303030;
  73.     opacity: 1;
  74. border:2px solid #00fff0;
  75.  
  76. }
  77. .dy2{
  78. position: absolute;
  79.     background-color: #5c5c5c;
  80.     background-size: 100% 100%;
  81.   height: 7%;
  82.     width: 10%;
  83.     color: #00ebdd;
  84.     right: 0%;
  85.     display:block;
  86.     top: 48%;
  87.     z-index: 990;
  88.     font-family: tahoma;
  89.     text-decoration:none;
  90.     text-align: center;
  91.     border:0px solid #ff0000;
  92.     border-radius: 0px 0px 0px 500px;
  93.     font-size:18px;
  94.     }
  95.     .dy2:hover{
  96.         text-decoration:none;
  97. background-color: #00fff0;
  98.         -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  99. -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  100. -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  101.     transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  102.     }
  103.     .dy1:hover{
  104.         background-color:#a6a6a6;
  105.         -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  106. -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  107. -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  108.     transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  109.         text-decoration:none;
  110.     }
  111.     .dy1{
  112. position: fixed;
  113.     background-color: #5c5c5c;
  114.     background-size: 100% 100%;
  115.   height: 7%;
  116.     width: 10%;
  117.     color: aliceblue;
  118.     right: 0%;
  119.     top: 20%;
  120.         font-family: tahoma;
  121.     text-decoration:none;
  122.     z-index: 99099999;
  123.     text-align: center;
  124.     border:0px solid #ff0000;
  125.     border-radius: 500px 0px 0px 0px;
  126.     color:#fff;
  127. font-size:18px;
  128. display:block;
  129. text-decoration:none;
  130.     }.dy:hover{
  131.         text-decoration:none;
  132.     }
  133.     .imgbox{
  134.         position: absolute;
  135.         top:0%;
  136.         left: 0%;
  137.         height: 100%;
  138.         width: 100%;
  139.               overflow-x:hidden;
  140. overflow-y:hidden;
  141.                
  142.    }
  143.                 .tab1{
  144.         position: absolute;
  145.         top:0%;
  146.         left: 0%;
  147.         height: 100%;
  148.                     background:#000 url("https://images2.alphacoders.com/545/545916.jpg") no-repeat;
  149.                     width: 100%;
  150.                     height: 100%;
  151.              background-size: 100% 100%;
  152.         border-radius: 0px 0px 0px 0px;
  153.         z-index: 99999;
  154.         }
  155.                     .tab2{
  156.                         top: 0%;
  157.                         position: absolute;
  158.                        background:#000 url("http://wallpapercave.com/wp/ozUbXUx.png") no-repeat;
  159.                     width: 100%;
  160.                     height: 100%;
  161.                         background-position: 100%;
  162.              background-size: 75% 100%;
  163.         border-radius: 5px 5px 0px 0px;
  164.         z-index: 5;
  165.         overflow-x:hidden;
  166.         left: 0%;
  167. overflow-y:hidden;  }
  168.    
  169.  
  170.  
  171.     #greet{
  172.         opacity: 2.7;
  173.         z-index: 2;
  174.         position: absolute;
  175.         height: 100%;
  176.         width: 90%;
  177.         left: 0%;
  178.         top: -8px;
  179.     }
  180.       #greet2{
  181.         opacity: 2.7;
  182.         z-index: 6;
  183.         position: absolute;
  184.         height: 100%;
  185.         width: 90%;
  186.         left: 0%;
  187.         top: -8px;
  188.     }
  189.  a{
  190. margin-left:20px;
  191. color:#000;
  192. font-family:tahoma;}
  193.  body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1026.ani), url(http://cur.cursors-4u.net/cursors/cur-11/cur1026.png), progress !important;}
  194.    
  195.  
  196. .info{
  197. background-color:#5b5b5b;
  198.     position: absolute;
  199.     height: 70%;
  200.     width: 25%;
  201.    
  202.     z-index: 79999;
  203.     opacity: 2.8;
  204.             overflow-x:scroll;
  205. overflow-y:hidden;
  206.     top: 10%;
  207.     border-color: #fff;
  208. }
  209.     .pic{
  210.         position: absolute;
  211.         left: 25%;
  212.         width: 50%;
  213.         height: 40%;
  214.         border-color: #fff;
  215.         border-style: solid;
  216.     }
  217.     b{
  218.         font-family: comic sans ms;
  219.         color:darkgrey;
  220.     }
  221.     p{
  222.         top: 25%;
  223.         position: absolute;
  224.         color:white;
  225.         text-align: center;
  226.         left: 25%;
  227.     }
  228.  
  229. <style>
  230.   ::-webkit-scrollbar {
  231.   width: 10px;574A68
  232.   height: 5px;
  233.   background-color:#fff;
  234.       opacity:0,4;
  235.   }
  236.   ::-webkit-scrollbar-button:start:decrement,
  237.   ::-webkit-scrollbar-button:end:increment {display: block;}
  238.   ::-webkit-scrollbar-button:vertical:start:increment,
  239.   ::-webkit-scrollbar-button:vertical:end:decrement {display: none;}
  240.   ::-webkit-scrollbar-button:end:increment
  241.         {background-color:#fff;
  242.   background-repeat: no-repeat;background-position:center;
  243.         -webkit-box-shadow: inset 0 0 0px rgba(0,911,499,2.0);}
  244.  
  245.   ::-webkit-scrollbar-button:start:decrement
  246.   {background-color:#ffffff;;
  247.   background-repeat: no-repeat;background-position:center;
  248.         -webkit-box-shadow: inset 0 0 0px rgba(0,198,255,2.0);}
  249.   ::-webkit-scrollbar-thumb {
  250.   background-color:transparent;
  251.         background-color:#5b5b5b;
  252.         background-size: 100% auto;
  253.   border-left:0px solid #000000;
  254.   border-right:0px solid #000000;
  255.   border-bottom:0px solid #000000;
  256.   border-top:0px solid #000;
  257.   border-radius:20px;
  258.   }
  259.   #scrollbardolliecrave {
  260.   width:10px;
  261.   height:20px;
  262.   position: fixed;    
  263.   left: 0px;    
  264.   bottom: 0px;
  265.   }
  266.   ::-webkit-scrollbar-track {
  267.        
  268.   }
  269.  
  270. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement