Advertisement
Lizellea

Charizard

Jan 21st, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.57 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Farsan);
  3. @import url(https://fonts.googleapis.com/css?family=UnifrakturCook);
  4. @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
  5. @import url(https://fonts.googleapis.com/css?family=Cormorant+Unicase);
  6. @import url(https://fonts.googleapis.com/css?family=Cormorant+Upright);
  7.  
  8. ::-webkit-scrollbar { width: 4px; }
  9. ::-webkit-scrollbar-track { border-radius: 2px; background-color: #; }
  10. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #ddd; }
  11.  
  12. body {
  13. background-image: url("http://www.walldevil.com/wallpapers/a35/wallpapers-pokemon-media-gallery-computer-charizard-kanto-diamond-desktop-status-welcome-software.jpg");
  14. background-repeat: repeat;
  15. background-color: #000;
  16. background-size: 100% 100%;
  17. background-position: bottom right;
  18. margin: 0;
  19. }
  20.  
  21. #box {
  22. z-index: 3;
  23. background: url();
  24. background-size: ;
  25. background-position: bottom left;
  26. background-repeat: repeat;
  27. position: absolute;
  28. box-shadow:0px 0px 20px #;
  29. background-color:#;
  30. border: 1px solid #;
  31. bottom: 0%;
  32. left: 12%;
  33. height: 98%;
  34. width: 75%;
  35. opacity: 1;
  36. }
  37.  
  38. #box2{
  39. z-index: 3;
  40. background: url();
  41. background-size: ;
  42. background-position: bottom left;
  43. background-repeat: repeat;
  44. position: absolute;
  45. box-shadow:0px 0px 20px #;
  46. background-color:#;
  47. border: 5px groove #A15A0D;
  48. top: 30%;
  49. left: 9%;
  50. height: 40%;
  51. width: 45%;
  52. opacity: 1;
  53. }
  54.  
  55. .bar {
  56. position: absolute;
  57. left: -0.9%;
  58. top: -17%;
  59. background-color: #000;
  60. background-image:url(http://bestanimations.com/Nature/Fire/fire-animated-gif-4.gif);
  61. background-repeat:repeat;
  62. background-size:100% 100%;
  63. width: 99%;
  64. border: 5px groove #A15A0D;
  65. padding: 0.5%;
  66. height: 10%;
  67. overflow: hidden;
  68. z-index:2;
  69. }
  70.  
  71. .nav {
  72. position: absolute;
  73. width: 95%;
  74. left: 5%;
  75. top: 18.8%;
  76. }
  77.  
  78. .nav a {
  79. text-align: center;
  80. display: inline-block;
  81. background-color: #A15A0D;
  82. text-transform: uppercase;
  83. text-decoration: none;
  84. font-family: Cormorant Unicase;
  85. color: #ddd;
  86. height: 100%;
  87. width: 20%;
  88. border: 1px solid #1F1F1F;
  89. -webkit-transition: all 1s ease-out;
  90. -moz-transition: all 1s ease-out;
  91. -ms-transition: all 1s ease-out;
  92. -o-transition: all 1s ease-out;
  93. transition: all 1s ease-out;
  94. }
  95.  
  96. .nav a:hover {
  97. color: #000;
  98. background-color: #B6B6B6;
  99. -webkit-transition: all 0.6s ease-out;
  100. -moz-transition: all 0.6s ease-out;
  101. -ms-transition: all 0.6s ease-out;
  102. -o-transition: all 0.6s ease-out;
  103. transition: all 0.6s ease-out;
  104. }
  105.  
  106. #infobackground{
  107. position: absolute;
  108. z-index: 3;
  109. top: 0%;
  110. left: 0%;
  111. height: 100%;
  112. width: 100%;
  113. background-size: ;
  114. background-color:#000;
  115. background-image:url(http://bestanimations.com/Nature/Fire/fire-animated-gif-4.gif);
  116. background-position: center;
  117. background-repeat:no-repeat;
  118. background-size:100%;
  119. box-shadow:0px 0px 20px #;
  120. overflow: hidden;
  121. color: #500243;
  122. font-family: Segoe Print;
  123. font-size: 10vh;
  124. opacity:1;}
  125.  
  126.  
  127. #infobox{
  128. position: absolute;
  129. z-index: 4;
  130. top: 9.5%;
  131. left: 7.3%;
  132. height: 80%;
  133. width: 85%;
  134. overflow: hidden;
  135. color: #fff;
  136. box-shadow:0px 0px 20px #A15A0D;
  137. text-align: justify;
  138. letter-spacing: .2px;
  139. line-height: 15px;
  140. border: 2px solid #A15A0D;
  141. background-color:#000;
  142. font-family: farsan;
  143. font-size: 16px;
  144. opacity:0.9;
  145. }
  146.  
  147. h1 {width: 100%; height: auto; font-size: 20px;font-family:Cormorant unicase;margin-top:0px; margin-bottom: 5px; text-align: center; border-bottom: 1px solid #ccc; color: #A15A0D;}
  148. b, strong { color: #A15A0D;}
  149.  
  150. a {color: #A5A5A5; text-decoration: none; }
  151. a:hover {color: orange; text-decoration: line-through;
  152. cursor: url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');}
  153.  
  154. #credit{ position: fixed;
  155. right: 1px;
  156. bottom: 0px;
  157. font-family: Arial;
  158. font-variant: normal;
  159. font-weight: normal;
  160. font-size: 90%;
  161. color: #4E4E4E;
  162. z-index:1;}
  163. </style>
  164. <div id="credit">
  165. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  166. </div>
  167.  
  168. <div id="box">
  169. <img src="http://i.imgur.com/K6Ucs6F.png" height="99%" style="position:absolute;bottom:0%; right: 10%;z-index:3;">
  170. <div id="box2">
  171. <div class="bar">
  172. <div class="nav"><a href="#1">Stats</a> <a href="#2">Bio</a> <a href="#3">Powers</a> <a href="#4">Criminals</a> <a href="#5" style="width: 10%;">OoC</a></div>
  173. </div>
  174. <div id="infobackground">
  175. <div id="infobox">
  176. <center>
  177. <div style="height: 100%; overflow-y: hidden;">
  178. <a name="1"></a>
  179. <div style="width:95%; height: 100%; top: 0px; overflow: auto;" align="left">
  180. <br>
  181. <h1>Stats</h1>
  182. <li><b>Name:</b>Claus Grubber</li>
  183. <li><b>Gender:</b> Male</li>
  184. <li><b>Age:</b>26</li>
  185. <li><b>Race:</b> Charlizard</li>
  186. <li><b>Profession:</b>Wiggle Lizard.</li>
  187. <li><b>Hair:</b> Red and White</li>
  188. <li><b>Eyes:</b> Red</li>
  189. <li><b>Height:</b>6'2</li>
  190. <li><b>Weight:</b> 223</li>
  191. <li><b>Build:</b> Athletic</li>
  192. <li><b>Orientation:</b> Dat milk bro.</li>
  193. <li><b>Occupation:</b> None</li>
  194. Tab 1 <b>Bold</b> <i>Italic</i> <a href="link.com" target="_blank">Link</a>
  195. </div>
  196. </div>
  197.  
  198. <div style="height: 100%; overflow-y: hidden;">
  199. <a name="2"></a>
  200. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  201. <br>
  202. <h1>Biography</h1>
  203.  
  204. </div>
  205. </div>
  206.  
  207. <div style="height: 100%; overflow-y: hidden;">
  208. <a name="3"></a>
  209. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  210. <br>
  211. <h1>Powers</h1>
  212.  
  213. </div>
  214. </div>
  215.  
  216. <div style="height: 100%; overflow-y: hidden;">
  217. <a name="4"></a>
  218. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  219. <br>
  220. <h1>Partners In Crime</h1>
  221. <a target="_blank" href="https://roleplay.chat/profile.php?user=Pain" target="_blank">Coder</a> is a very nice lady. Yet she is also a <a target="_blank" href="https://roleplay.chat/profile.php?user=Pain" target="_blank"> pain</a> in my ass.
  222. </div>
  223. </div>
  224.  
  225. <div style="height: 100%; overflow-y: hidden;">
  226. <a name="5"></a>
  227. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  228. <br>
  229. <h1>OOC</h1>
  230. <li>IC is not OOC.</li>
  231. <li>Fuck with me or my waifu and I will fuck with you right back.</li>
  232. <li>No starters only approach in OOC.</li>
  233. <li>I have limits cross them and wind up alone.</li>
  234. <li>I am here for fun, make it drama and I ignore ya.</li>
  235. <li>Those that know me can give me a starter IC</li>
  236. <li>Shit posting-Multipara</li>
  237. <li>Fuck you and the high horse you road in on if you want to play come at me.</li>
  238. <li>Listen up here you little shits, I am the great and mighty wiggle wizard, and I will wiggle your day the fuck up, with a wiggle of my fingers of course.</li>
  239. </div>
  240. </div>
  241. </div>
  242. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement