Advertisement
Lizellea

Assassin

Apr 20th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. <style>
  2. /* Golden Dancer was last updated on December 24, 2015*/
  3. .pfor {
  4. display: none;}
  5. #profile {
  6. background-color: transparent;
  7. border: transparent;}
  8.  
  9. body {
  10. background-image:url("http://i.imgur.com/yNwRoNT.gif");
  11. background-color:#000;
  12. background-attachment:fixed;
  13. background-position: Center;
  14. background-size:30%;
  15. background-repeat:repeat;}
  16.  
  17. #iconart {
  18. position: fixed;
  19. left: 12%;
  20. top: 90;
  21. border: 3px double #FF9900;
  22. background-color: #452900;
  23. border-radius: 31px 31px 31px 31px;
  24. -moz-border-radius: 31px 31px 31px 31px;
  25. -webkit-border-radius: 31px 31px 31px 31px;}
  26. #iconart img {
  27. width: 300px;
  28. height: 200px;
  29. border-radius: 30px 30px 30px 30px;
  30. -moz-border-radius: 30px 30px 30px 30px;
  31. -webkit-border-radius: 30px 30px 30px 30px;}
  32.  
  33. #boxart {
  34. z-index: -1;
  35. position: fixed;
  36. left: 33%;
  37. top: 70;}
  38. #boxart img {
  39. width: 430px;
  40. height: 550px;}
  41.  
  42. #infobox {
  43. position: fixed;
  44. left: 35%;
  45. top: 145;
  46. width: 380px;
  47. height: 400px;
  48. color: #2B1B10;
  49. font-family: papyrus;
  50. font-size: 14px;}
  51.  
  52. #navi {
  53. position: fixed;
  54. top: 300;
  55. left: 15%;
  56. text-align: center;
  57. width: 196px;
  58. }
  59. #navi a {
  60. display: inline-block;
  61. width: 100%;
  62. margin: 2px;
  63. padding-left: 2px;
  64. padding-right: 2px;
  65. padding-top: 8px;
  66. padding-bottom: 8px;
  67. font-family: papyrus;
  68. font-size: 13px;
  69. text-align: center;
  70. text-decoration: none;
  71. color: #000;
  72. border: 3px double #;
  73. background-image: url(http://i.imgur.com/TCbzNhY.png);
  74. background-size: cover;
  75. transition: all 0.3s ease-in-out;
  76. -moz-transition: all 0.3s ease-in-out;
  77. -webkit-transition: all 0.3s ease-in-out;
  78.  
  79. border-radius: 30px 30px 30px 30px;
  80. -moz-border-radius: 30px 30px 30px 30px;
  81. -webkit-border-radius: 30px 30px 30px 30px;}
  82. #navi a:hover {
  83. color: #000000;
  84. text-shadow: 0 0 0.5em #ffffff;
  85. letter-spacing: 3px;
  86. transition: all 0.3s ease-in-out;
  87. -moz-transition: all 0.3s ease-in-out;
  88. -webkit-transition: all 0.3s ease-in-out;}
  89.  
  90. img.title {
  91. width: 160px;
  92. height: 200px;
  93. float: left;
  94. margin: 5px;}
  95.  
  96. img.galltl {
  97. height: 115px;
  98. width: 115px;
  99. border: 1px solid #FF9900;
  100. border-radius: 30px 0px 0px 0px;
  101. -moz-border-radius: 30px 0px 0px 0px;
  102. -webkit-border-radius: 30px 0px 0px 0px;}
  103. img.gallmid {
  104. height: 115px;
  105. width: 115px;
  106. border: 1px solid #FF9900;}
  107. img.galltr {
  108. height: 115px;
  109. width: 115px;
  110. border: 1px solid #FF9900;
  111. border-radius: 0px 30px 0px 0px;
  112. -moz-border-radius: 0px 30px 0px 0px;
  113. -webkit-border-radius: 0px 30px 0px 0px;}
  114. img.gallbl {
  115. height: 115px;
  116. width: 115px;
  117. border: 1px solid #FF9900;
  118. border-radius: 0px 0px 0px 30px;
  119. -moz-border-radius: 0px 0px 0px 30px;
  120. -webkit-border-radius: 0px 0px 0px 30px;}
  121. img.gallbr {
  122. height: 115px;
  123. width: 115px;
  124. border: 1px solid #FF9900;
  125. border-radius: 0px 0px 30px 0px;
  126. -moz-border-radius: 0px 0px 30px 0px;
  127. -webkit-border-radius: 0px 0px 30px 0px;}
  128.  
  129. b.title {
  130. border-bottom: 3px double #2B1B10;
  131. border-left: 3px double #2B1B10;
  132. border-right: 3px double #2B1B10;
  133. padding-left: 25px;
  134. padding-right: 25px;
  135. border-radius: 20px 20px 20px 20px;
  136. -moz-border-radius: 20px 20px 20px 20px;
  137. -webkit-border-radius: 20px 20px 20px 20px;}
  138.  
  139. b.stat {
  140. border-bottom: 3px double #2B1B10;
  141. padding-right: 5px;
  142. border-radius: 0px 20px 20px 0px;
  143. -moz-border-radius: 0px 20px 20px 0px;
  144. -webkit-border-radius: 0px 20px 20px 0px;}
  145.  
  146. a {
  147. color: #BD1F00;
  148. text-decoration: none;
  149. transition: all 0.3s ease-in-out;
  150. -moz-transition: all 0.3s ease-in-out;
  151. -webkit-transition: all 0.3s ease-in-out;}
  152.  
  153. a:hover {
  154. color: #000000;
  155. transition: all 0.3s ease-in-out;
  156. -moz-transition: all 0.3s ease-in-out;
  157. -webkit-transition: all 0.3s ease-in-out;}
  158.  
  159. ::-webkit-scrollbar-thumb {
  160. width: 0px;
  161. background-color: transparent;}
  162. ::-webkit-scrollbar {
  163. width: 0px;
  164. background-color: transparent;}
  165.  
  166. a.credit {
  167. z-index: 2;
  168. position: fixed;
  169. right: 5;
  170. top: 5;
  171. color: #119BF0;
  172. font-family: monospace;
  173. font-size: 11px;
  174. font-weight: 300;
  175. text-decoration: none;}
  176. </style>
  177. <body oncontextmenu="return false;">
  178. <a href="http://adokenrazahl.deviantart.com/gallery/45571364" class="credit" target="_blank" title="@ Adoken Razahl">credit</a>
  179.  
  180. <img src="http://i.imgur.com/4SgFVH0.gif" height="18%" style="position:fixed; bottom:0%; left: 0%;">
  181. <img src="http://i.imgur.com/3aRMQQb.png" height="100%" style="position:fixed; bottom:0%; right: 5%;">
  182.  
  183. <div id="iconart"><img src="http://i.imgur.com/cV0FKNI.gif"></div>
  184.  
  185. <div id="navi">
  186. <a href="#01">Reset</a>
  187. <a href="#02">Tab Two</a>
  188. <a href="#03">Tab Three</a>
  189. <a href="#04">Tab Four</a>
  190. <a href="#05">Tab Five</a>
  191. <a href="#06">Tab Six </a>
  192. </div>
  193.  
  194. <div id="boxart"><img src="http://i59.tinypic.com/2m6048l.png"></div>
  195. <div id="infobox">
  196. <div style="height: 100%; overflow-y: hidden;">
  197. <a name="01"></a>
  198. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  199. </div>
  200.  
  201. <a name="02"></a>
  202. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  203. Tab Two Information
  204. </div>
  205.  
  206. <a name="03"></a>
  207. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  208. Tab Three Information
  209. </div>
  210.  
  211. <a name="04"></a>
  212. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  213. Tab Four Information
  214. </div>
  215.  
  216. <a name="05"></a>
  217. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  218. Tab Five Information
  219. </div>
  220.  
  221. <a name="06"></a>
  222. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  223. Tab Six Information
  224. </div>
  225. </div>
  226. </div>
  227. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement