Advertisement
Lizellea

Bucky

Dec 3rd, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Clicker+Script);
  4. @import url(https://fonts.googleapis.com/css?family=UnifrakturCook);
  5. @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
  6. @import url(https://fonts.googleapis.com/css?family=Cormorant+Unicase);
  7. @import url(https://fonts.googleapis.com/css?family=Cormorant+Upright);
  8.  
  9.  
  10. body {
  11. background-color: #000;
  12. background-image: url(http://data.whicdn.com/images/33645609/tumblr_ls0w5txuft1r3vazto11_r1_400_large.png);
  13. background-attachment: fixed;
  14. background-position:center;
  15. background-repeat: repeat;
  16. background-size:;
  17. overflow:hidden;}
  18.  
  19. ::-webkit-scrollbar-track {background-color:#;}
  20. ::-webkit-scrollbar-thumb {background-color:#AE0505; border:3px solid #;}
  21. ::-webkit-scrollbar {width:6px;height:5px;}
  22.  
  23.  
  24. #frame {
  25. z-index: 10;
  26. background: url(http://i.imgur.com/850jbDV.jpg);
  27. background-size: 1;
  28. background-position: bottom left;
  29. background-repeat: repeat;
  30. background-size: 100% 100%;
  31. position: absolute;
  32. background-color:#A68D69;
  33. border: 5px solid #353535;
  34. top: 45%;
  35. left: 31%;
  36. height:30%;
  37. width: 35%;
  38. }
  39.  
  40. .box {position: absolute;
  41. z-index: -1;
  42. left: 27.5%;
  43. top:-10%;
  44. border: 2px solid #353535;
  45. height:94%;
  46. width:70%;
  47. background-color:#0E0D0D;
  48. overflow-x:auto;
  49. overflow-y:auto;
  50. font-family:arial;
  51. font-size:12px;
  52. line-height:17px;
  53. padding:3px;
  54. opacity:0;
  55. color:#fff;
  56. transition: 0.8s;
  57. -moz-transition: 0.8s;
  58. webkit-transition: 0.8s;
  59. -o-transition: 0.8s;}
  60.  
  61. .box:target{position: absolute;
  62. z-index: 3;
  63. top:1%;
  64. opacity:1;
  65. transition: 0.8s;
  66. -moz-transition: 0.8s;
  67. webkit-transition: 0.8s;
  68. -o-transition: 0.8s;}
  69.  
  70. .aimg {background-color: #fff;
  71. position: absolute;
  72. width: 25%;
  73. height: 96%;
  74. left: 1%;
  75. top:1%;
  76. overflow:auto;
  77. border:2px solid #353535;}
  78.  
  79. .tab1 { z-index:10; position: absolute; top: 78%; left: 33%; width: 3%; height: 1%; border-radius: 0%;background-color: #353535;box-shadow:0px 0px 10px #AE0505;}
  80. .tab2 { z-index:10; position: absolute; top: 78%; left: 41%; width: 3%; height: 1%; border-radius: 0%;background-color: #353535;box-shadow:0px 0px 10px #AE0505;}
  81. .tab3 { z-index:10; position: absolute; top: 78%; left: 48%; width: 3%; height: 1%; border-radius: 0%;background-color: #353535;box-shadow:0px 0px 10px #AE0505;}
  82. .tab4 { z-index:10; position: absolute; top: 78%; left: 55%; width: 3%; height: 1%; border-radius: 0%;background-color: #353535;box-shadow:0px 0px 10px #AE0505}
  83. .tab5 { z-index:10; position: absolute; top: 78%; left: 62.2%; width: 3%; height: 1%; border-radius: 0%;background-color: #353535;box-shadow:0px 0px 10px #AE0505;}
  84.  
  85. h1 {width: 100%; height: auto; font-size: 20px;font-family:Cormorant unicase; margin: 0; text-align: center; border-bottom: 1px solid #FAF3A1; color: #AE0505;}
  86.  
  87. b, strong { color: #AE0505;}
  88.  
  89. a:active, a:link, a:visited {
  90. color: #99ACAE;
  91. text-decoration: none;
  92. -webkit-transition: all 0.4s ease-in;
  93. -moz-transition: all 0.4s ease-in;
  94. -ms-transition: all 0.4s ease-in;
  95. -o-transition: all 0.4s ease-in;
  96. transition: all 0.4s ease-in;
  97. }
  98. a:hover {
  99. color: #BAB463;
  100. -moz-transition-duration:0.5s;
  101. -webkit-transition-duration:0.5s;
  102. -o-transition-duration:0.5s;
  103. transition-duration:0.5s;
  104. }
  105.  
  106. #credit{ position: fixed;
  107. right: 1px;
  108. bottom: 0px;
  109. font-family: Arial;
  110. font-variant: normal;
  111. font-weight: normal;
  112. font-size: 90%;
  113. color: #7E7607;
  114. z-index:1;}
  115.  
  116. </style>
  117. <div id="credit">
  118. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  119. </div>
  120.  
  121. <img src="http://i.imgur.com/5WVx0dz.png" height="45%" style="position:fixed; top:0%; left: 35%;">
  122.  
  123. <a href="#1"><div class="tab1"></div></a>
  124. <a href="#2"><div class="tab2"></div></a>
  125. <a href="#3"><div class="tab3"></div></a>
  126. <a href="#4"><div class="tab4"></div></a>
  127. <a href="#5"><div class="tab5"></div></a>
  128.  
  129. <div id="frame">
  130. <div class="aimg">
  131. <img src="http://i.imgur.com/eyeV3Hf.jpg" Height="100%" Width="100%">
  132. </div>
  133. <div id="1" class="box">
  134. <h1>Title</h1>
  135. Tab1 <b>Bold</b> <i>Italics</i> <a href="link.com">Link</a>
  136. </div>
  137.  
  138. <div id="2" class="box">
  139. <h1>STitle</h1>
  140. Tab2
  141. </div>
  142.  
  143. <div id="3" class="box">
  144. <h1>Title</h1>
  145. Tab3
  146. </div>
  147.  
  148. <div id="4" class="box">
  149. <h1>Title</h1>
  150. Tab4
  151. </div>
  152. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement