Advertisement
Lizellea

Manectric

Jan 11th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Caveat);
  3. @import url(https://fonts.googleapis.com/css?family=Farsan);
  4.  
  5. ::-webkit-scrollbar { width: 4px; }
  6. ::-webkit-scrollbar-track { border-radius: 2px; background-color: #; }
  7. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #000; }
  8.  
  9. body {
  10. background-image: url("http://i.imgur.com/tw3yzhs.png");
  11. background-repeat: repeat;
  12. background-color: #0C1F37;
  13. background-size:;
  14. background-position: bottom right;
  15. margin: 0;
  16. }
  17.  
  18. @font-face{
  19. src:url(https://dl.dropboxusercontent.com/s/4t3axry3503qh9t/LIGHRG__.TTF);
  20. font-family:'lightning';}
  21.  
  22.  
  23. .bartop{position:absolute;
  24. z-index:1;
  25. top:-15%;
  26. left:-4.2%;
  27. width:108.2%;
  28. height:15%;
  29. border-radius: 50px 50px 50px 50px;
  30. background-color: #316280;}
  31. .barbottom{position:absolute;
  32. z-index:1;
  33. bottom:-15%;
  34. left:-4.2%;
  35. width:108.2%;
  36. height:15%;
  37. border-radius: 50px 50px 50px 50px;
  38. background-color: #316280;}
  39.  
  40. .name{position: absolute;
  41. z-index:50;
  42. left: 30%;
  43. top: -20%;
  44. color: #fff;
  45. text-shadow: 0.2vw 0.2vw 0.2vw #B6BC4D;
  46. font-family: lightning;
  47. line-height:80px;
  48. text-align:center;
  49. font-size: 6vw;
  50. letter-spacing: 0.1vw;}
  51.  
  52. #holder {
  53. z-index: 3;
  54. background: url(http://i.imgur.com/tw3yzhs.png);
  55. background-size: ;
  56. background-position: bottom left;
  57. background-repeat: repeat;
  58. position: absolute;
  59. background-color:#6A6B2D;
  60. border-left: 16px solid #316280;
  61. border-right: 16px solid #316280;
  62. top: 25%;
  63. left: 20%;
  64. height: 45%;
  65. width: 55%;
  66. opacity: 1;
  67. }
  68.  
  69.  
  70. #infobackground{
  71. position: absolute;
  72. z-index: 3;
  73. top: 4.5%;
  74. left: 1%;
  75. height: 90%;
  76. width: 50%;
  77. background-size: ;
  78. background-color:#EB9EBF;
  79. background-image:url(http://i.imgur.com/KInVGlc.png);
  80. background-position: center;
  81. background-repeat:repeat;
  82. border:3px solid #8F9B41;
  83. overflow: hidden;
  84. color: #500243;
  85. font-family: Segoe Print;
  86. font-size: 10vh;
  87. opacity:1;}
  88.  
  89.  
  90. #infobox{
  91. position: absolute;
  92. z-index: 4;
  93. top: 0%;
  94. left: 0%;
  95. height: 100%;
  96. width: 100%;
  97. overflow: hidden;
  98. color: #ccc;
  99. text-align: justify;
  100. letter-spacing: .2px;
  101. line-height: 15px;
  102. font-weight:bold;
  103. border: 2px solid #;
  104. background-color:#25495F;
  105. font-family: Farsan;
  106. font-size: 16px;
  107. opacity:1;
  108. }
  109.  
  110. .tab1 { z-index:10; position: absolute; bottom: -13%; left: 30%; width:5%; height: 10.5%; border-radius: 0%;background-color: #;border:2px solid #;background: url(http://i.imgur.com/dLapGmV.png);
  111. background-size: 100% 100%;}
  112. .tab2 { z-index:10; position: absolute; bottom: -13%; left: 40%; width: 5%; height: 10.5%; border-radius: 0%;background-color: #;border:2px solid #;background:url(http://i.imgur.com/dLapGmV.png);
  113. background-size: 100% 100%;}
  114. .tab3 { z-index:10; position: absolute; bottom: -13%; left: 50%; width: 5%; height: 10.5%; border-radius: 0%;background-color: #;border:2px solid #;background:url(http://i.imgur.com/dLapGmV.png);
  115. background-size: 100% 100%;}
  116. .tab4 { z-index:10; position: absolute; bottom: -13%; left: 60%; width: 5%; height: 10.5%; border-radius: 0%;background-color: #;border:2px solid #;background:url(http://i.imgur.com/dLapGmV.png);
  117. background-size: 100% 100%;}
  118.  
  119. h1 {width: 100%; height: auto; font-size: 23px;font-family:Caveat;margin-top:1px; margin-bottom: 5px; text-align: center; border-bottom: 2px solid #000; color: #ddd;}
  120. b, strong { color: #787D1F;text-shadow: 0.1vw 0.1vw 0.1vw #;}
  121.  
  122. a {color: #787D1F; text-decoration: none; }
  123. a:hover {color: purple; text-decoration: line-through;
  124. cursor: url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');}
  125.  
  126.  
  127. #credit{ position: fixed;
  128. right: 1px;
  129. bottom: 0px;
  130. font-family: Arial;
  131. font-variant: normal;
  132. font-weight: normal;
  133. font-size: 90%;
  134. color: #000;
  135. z-index:1;}
  136.  
  137. </style>
  138. <div id="credit">
  139. Layout © <a href="profile.php?user=Pachi" target="_blank" title="This profile was made for Manectric only.
  140. Do not take or alter in any way.
  141. If you want a profile contact Pachi via RPC mail.">Pachi</a>
  142. </div>
  143.  
  144. <div id="holder">
  145. <img src="http://i.imgur.com/rTAEKZc.png" height="100%" style="position:absolute;bottom:0%; right: 0%;z-index:9;">
  146. <img src="http://i.imgur.com/n4KrSJD.gif" height="15%" style="position:absolute;top:-16%; right: 3%;z-index:20;">
  147. <div class="name">
  148. Manectric
  149. </div>
  150.  
  151. <a href="#1"><div class="tab1"></div></a>
  152. <a href="#2"><div class="tab2"></div></a>
  153. <a href="#3"><div class="tab3"></div></a>
  154. <a href="#4"><div class="tab4"></div></a>
  155.  
  156. <div class="bartop"></div>
  157. <div class="barbottom"></div>
  158.  
  159. <div id="infobackground">
  160. <div id="infobox">
  161. <center>
  162. <div style="height: 100%; overflow-y: hidden;">
  163. <a name="1"></a>
  164. <div style="width:95%; height: 100%; top: 0px; overflow: auto;" align="left">
  165. <br>
  166. <h1>Stats</h1>
  167. Tab1
  168.  
  169. </div>
  170. </div>
  171.  
  172. <div style="height: 100%; overflow-y: hidden;">
  173. <a name="2"></a>
  174. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  175. <br>
  176. <h1>Moveset</h1>
  177. Tab2
  178.  
  179. </div>
  180. </div>
  181.  
  182. <div style="height: 100%; overflow-y: hidden;">
  183. <a name="3"></a>
  184. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  185. <br>
  186. <h1>Friends</h1>
  187. Tab3
  188.  
  189. </div>
  190. </div>
  191.  
  192. <div style="height: 100%; overflow-y: hidden;">
  193. <a name="4"></a>
  194. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  195. <br>
  196. <h1>OOC</h1>
  197. Tab4
  198. </div>
  199. </div>
  200. </div>
  201. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement