Advertisement
Lizellea

Kiana

Jan 28th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. <style>
  2. /* Demonic Tempter was last updated on October 10, 2015*/
  3. .pfor {
  4. display: none;}
  5. #profile {
  6. background-color: transparent;
  7. border: transparent;}
  8.  
  9. @font-face {
  10. font-family: Black Asylum;
  11. src: url(http://static.tumblr.com/rka7seb/xOan7p0n9/blackasylumdemo-kcfonts.ttf);}
  12.  
  13. body {
  14. background-color: #b8b8b8;}
  15.  
  16. #splashart2 {
  17. position: fixed;
  18. right: 0%;
  19. bottom: 0%;}
  20. #splashart2 img {
  21. width: ;
  22. height:100%;}
  23.  
  24.  
  25. #navi {
  26. position: fixed;
  27. left: 458;
  28. top: 170;
  29. text-align: center;
  30. width: 467px;}
  31. #navi a {
  32. display: inline-block;
  33. width: 18%;
  34. padding-left: 2px;
  35. padding-right: 2px;
  36. padding-top: 8px;
  37. padding-bottom: 8px;
  38. font-family: Times New Roman;
  39. font-size: 10px;
  40. text-align: center;
  41. text-decoration: none;
  42. color: #fff;
  43. background-color: #FE2EF7;
  44. border-radius: 25%;
  45. transition: all 0.5s ease-in-out;
  46. -moz-transition: all 0.5s ease-in-out;
  47. -webkit-transition: all 0.5s ease-in-out;}
  48. #navi a:hover {
  49. color: #000000;
  50. background-color: #F781F3;
  51. transition: all 0.8s ease-in-out;
  52. -moz-transition: all 0.8s ease-in-out;
  53. -webkit-transition: all 0.8s ease-in-out;}
  54. #navi a:active {
  55. color: #000000;
  56. background-color: #ffffff;}
  57.  
  58. #infobox {
  59. position: fixed;
  60. left: 461;
  61. top: 201;
  62. color: #990000;
  63. font-family: Times New Roman;
  64. font-size: 13px;
  65. text-decoration: none;
  66. text-align: left;
  67. background-color: #FE2EF7;
  68. border-radius: 10%;
  69. width: 440px;
  70. height: 250px;
  71. padding: 10px;}
  72.  
  73. a {
  74. color: #ff6000;
  75. text-decoration: none;
  76. transition: all 0.8s ease-in-out;
  77. -moz-transition: all 0.8s ease-in-out;
  78. -webkit-transition: all 0.8s ease-in-out;}
  79. a:hover {
  80. color: #ffffff;
  81. text-decoration: none;
  82. transition: all 0.4s ease-in-out;
  83. -moz-transition: all 0.4s ease-in-out;
  84. -webkit-transition: all 0.4s ease-in-out;}
  85.  
  86. ::-webkit-scrollbar-thumb {
  87. width: 0px;
  88. background-color: transparent;}
  89. ::-webkit-scrollbar {
  90. width: 0px;
  91. background-color: transparent;}
  92.  
  93. a.credit {
  94. z-index: 2;
  95. position: fixed;
  96. right: 5;
  97. top: 5;
  98. color: #33ff00;
  99. font-family: monospace;
  100. font-size: 11px;
  101. font-weight: 300;
  102. text-decoration: none;}
  103. </style>
  104. <body oncontextmenu="return false;">
  105. <a href="http://adokenrazahl.deviantart.com/gallery/45571364" class="credit" target="_blank" title="@ Adoken Razahl">credit</a>
  106.  
  107.  
  108. <div id="splashart2"><img src="http://i.imgur.com/nRe8PKm.png"></div>
  109.  
  110.  
  111. <div id="navi">
  112. <a href="#01">Tab One</a>
  113. <a href="#02">Tab Two</a>
  114. <a href="#03">Tab Three</a>
  115. <a href="#04">Tab Four</a>
  116. <a href="#05">Tab Five</a>
  117. </div>
  118. <div id="infobox">
  119. <div style="height: 100%; overflow-y: hidden;">
  120. <a name="01"></a>
  121. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  122. <br><b>Name:</b>
  123. <br><b>Gender:</b>
  124. <br><b>Race:</b>
  125. <br><b>Height:</b>
  126. <br><b>Weight:</b>
  127. <br><b>Hair:</b>
  128. <br><b>Eyes:</b>
  129. <br><b>Age:</b>
  130. <br><b>Orientation:</b>
  131. <br><b>Marital Status:</b>
  132. </div>
  133.  
  134. <a name="02"></a>
  135. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  136. Tab Two Information
  137. </div>
  138.  
  139. <a name="03"></a>
  140. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  141. Tab Three Information
  142. </div>
  143.  
  144. <a name="04"></a>
  145. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  146. Tab Four Information
  147. </div>
  148.  
  149. <a name="05"></a>
  150. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  151. Tab Five Information
  152. </div>
  153. </div>
  154. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement