Advertisement
LadyDarkness

Alicina's updated code

Jan 9th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.70 KB | None | 0 0
  1. <style>
  2. /*Silver Mischief was last updated on April 28, 2016*/
  3. #noclick {
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. right: 0;
  8. bottom: 0;}
  9.  
  10. body {
  11. background-image: url(http://i.picpar.com/vLcd.jpg);
  12. background-size: 100% 100%;
  13. background-repeat: no-repeat;}
  14.  
  15. #splashart {
  16. position: fixed;
  17. z-index: -1;
  18. right: 0;
  19. bottom: 0;}
  20. #splashart img {
  21. height: 95%;}
  22.  
  23. #nameart {
  24. position: fixed;
  25. top: 100;
  26. left: 50;}
  27. #nameart img {
  28. width: 306px;
  29. height: 95px;}
  30.  
  31. .iconart {
  32. position: fixed;
  33. left: 50;
  34. top: 200;
  35. width: 250px;
  36. height: 300px;
  37. border: 3px double #ffffff;
  38. background-image: url(http://i.picpar.com/tLcd.jpg);
  39. background-size: 100% 100%;
  40. background-repeat: no-repeat;}
  41.  
  42. .liltitle {
  43. width: 250px;
  44. height: 170px;
  45. background-color: #FF2BB0;
  46. padding-top: 130px;
  47. opacity: 0;
  48. color: #000000;
  49. text-align: center;
  50. font-family: georgia;
  51. font-size:20px;
  52.  
  53. transition: all 0.6s ease-in-out;
  54. -moz-transition: all 0.6s ease-in-out;
  55. -webkit-transition: all 0.6s ease-in-out;}
  56.  
  57. .iconart:hover .liltitle {
  58. opacity:0.6;
  59. transition: all 0.4s ease-in-out;
  60. -moz-transition: all 0.4s ease-in-out;
  61. -webkit-transition: all 0.4s ease-in-out;}
  62.  
  63. #navi {
  64. position: fixed;
  65. top: 188;
  66. left: 300;
  67. width: 35px;
  68. }
  69. #navi a {
  70. display: block;
  71. width: 100%;
  72. margin: 12px;
  73. padding-left: 2px;
  74. padding-right: 2px;
  75. padding-top: 10px;
  76. padding-bottom: 10px;
  77. font-family: georgia;
  78. font-size: 13px;
  79. text-align: center;
  80. text-decoration: none;
  81. color: #FF2BB0;
  82. border: 3px double #ffffff;
  83. background-color: #000000;
  84. background-size: cover;
  85. transition: all 0.5s ease-in-out;
  86. -moz-transition: all 0.5s ease-in-out;
  87. -webkit-transition: all 0.5s ease-in-out;
  88.  
  89. border-radius: 0;
  90. -moz-border-radius: 0;
  91. -webkit-border-radius: 0;}
  92. #navi a:hover {
  93. color: #000000;
  94. text-shadow: 0 0 0.7em #ffffff;
  95. transition: all 0.3s ease-in-out;
  96. -moz-transition: all 0.3s ease-in-out;
  97. -webkit-transition: all 0.3s ease-in-out;
  98.  
  99. border-radius: 30px 30px 30px 30px;
  100. -moz-border-radius: 30px 30px 30px 30px;
  101. -webkit-border-radius: 30px 30px 30px 30px;}
  102.  
  103. #infobox {
  104. position: fixed;
  105. left: 363;
  106. top: 100;
  107. border: 3px double #ffffff;
  108. background-color: #000000;
  109. color: #EFBAFF;
  110. font-family: georgia;
  111. font-size: 11px;
  112. padding: 20px;
  113. width: 400px;
  114. height: 360px;}
  115.  
  116. a {
  117. color: #FF2BB0;
  118. transition: all 0.4s ease-in-out;
  119. -moz-transition: all 0.4s ease-in-out;
  120. -webkit-transition: all 0.4s ease-in-out;
  121. text-decoration: none;}
  122. a:hover {
  123. color: #ffffff;
  124. transition: all 0.4s ease-in-out;
  125. -moz-transition: all 0.4s ease-in-out;
  126. -webkit-transition: all 0.4s ease-in-out;}
  127.  
  128. b {
  129. color: #ffffff;
  130. border-left: 3px double #FF2BB0;
  131. border-right: 3px double #FF2BB0;
  132. padding-left: 5px;
  133. padding-right: 5px;}
  134.  
  135. i {
  136. color: #ffffff;
  137. font-weight: 800;}
  138.  
  139. td.quer {
  140. font-family: georgia;
  141. font-size: 11px;
  142. color: #ffffff;
  143. border-right: 3px double #FF2BB0;
  144. padding-left: 5px;
  145. padding-right: 5px;}
  146. td.sp {
  147. opacity:0;}
  148. td.desc {
  149. color: #EFBAFF;
  150. text-align: right;
  151. font-family: georgia;
  152. font-size: 11px;}
  153.  
  154. a img.gall {
  155. border: 1px solid #ffffff;
  156. border-radius: 50px;
  157. width: 80px;
  158. height: 80px;
  159. transition: all 0.4s ease-in-out;
  160. -moz-transition: all 0.4s ease-in-out;
  161. -webkit-transition: all 0.4s ease-in-out;}
  162.  
  163. a img.gall:hover {
  164. border: 1px solid #FF2BB0;
  165. border-radius: 10px;
  166. width: 80px;
  167. height: 80px;
  168. transition: all 0.2s ease-in-out;
  169. -moz-transition: all 0.2s ease-in-out;
  170. -webkit-transition: all 0.2s ease-in-out;}
  171.  
  172.  
  173. ::-webkit-scrollbar-thumb {
  174. width: 0px;
  175. background-color: transparent;}
  176. ::-webkit-scrollbar {
  177. width: 0px;
  178. background-color: transparent;}
  179.  
  180. a.credit {
  181. position: fixed;
  182. z-index: 5;
  183. right: 5;
  184. top: 5;
  185. color: #000000;
  186. font-family: monospace;
  187. font-size: 11px;
  188. text-decoration: none;}
  189. </style>
  190. <div id="noclick" oncontextmenu="return false;">
  191. <a href="http://adokenrazahl.deviantart.com/gallery/45571364" class="credit" target="_blank" title="@ Adoken Razahl">credit</a>
  192.  
  193. <div id="splashart"><img src=""></div>
  194.  
  195. <div id="nameart"><img src="http://i.picpar.com/sLcd.jpg"></div>
  196.  
  197. <div class="iconart"><div class="liltitle">
  198.  
  199. </div></div>
  200.  
  201. <div id="navi">
  202. <a href="#01">☪</a>
  203. <a href="#02">☪</a>
  204. <a href="#03">☪</a>
  205. <a href="#04">☪</a>
  206. <a href="#05">☪</a>
  207. <a href="#06">☪</a>
  208. </div>
  209.  
  210. <div id="infobox">
  211. <div style="height: 100%; overflow-y: hidden;">
  212. <a name="01"></a>
  213. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  214. <center>
  215. Stats <br>
  216. <br>
  217. <font color="#FF0000">Name:</font> <i> Aryana Belrose </i><br> <br>
  218. <font color="#FF0000">Age:</font> <i> 24 </i> <br> <br>
  219. <font color="#FF0000">Race:</font> <i> Lycan </i> <br> <br>
  220. <font color="#FF0000">Status:</font> <i> Single </i> <br> <br>
  221. <font color="#FF0000">Orientation:</font> <i> Bisexual (only full male and full female) </i> <br> <br>
  222. <font color="#FF0000">Occupation:</font> <i> Dancer </i> <br> <br>
  223. <font color="#FF0000">Likes:</font> <i> Too many </i> <br> <br>
  224. <font color="#FF0000">Dislikes:</font> <i> Rape/Force,Too much blood,Incest,Anal, Age Play, she-males, futas, etc. </i> <br>
  225.  
  226. </center>
  227. </div>
  228.  
  229. <a name="02"></a>
  230. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  231. <center>
  232. <center> Friends list</i> <br> <br>
  233. <div style="float: right; clear: right; padding-left:3px;"><a target="_blank" href="" target="_blank"><img src="" height="100" width="50" class="border"></a></div> <div style="float: right; clear: left; width: 170px; height: 100;"><h2>---→</h2><br>
  234. something goes here.</div><br><br>
  235.  
  236. <div style="float: left; clear: left; padding-right:3px;"><a target="_blank" href="" target="_blank"><img src="" height="100" width="50" class="border"></a></div> <div style="float: left; clear: right; width: 170px; height: 100;"><h3>←---</h3><br>
  237. Something goes here.</div><br><br>
  238.  
  239. <div style="float: right; clear: right; padding-left:3px;"><a target="_blank" href="" target="_blank"><img src="" height="100" width="50" class="border"></a></div> <div style="float: right; clear: left; width: 170px; height: 100;"><h2>---→</h2><br>
  240. Something goes here.</div><br><br>
  241.  
  242. </center>
  243. </div>
  244.  
  245. <a name="03"></a>
  246. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  247. <center>
  248. <center> Abilities </center> <br> <br>
  249. Telepathy: The ability to speak within the mind. <br><br>
  250. Super strength <br><br>
  251. Eolas: That allows them to discover a person's whereabouts by connecting to nature. Although it can be addictive. <br><br>
  252.  
  253. </center>
  254. </div>
  255.  
  256. <a name="04"></a>
  257. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  258. <center>
  259. <font color="#FF0000">Backstory:</font> <i> Will tell in time </i> <br>
  260.  
  261.  
  262. </center>
  263. </div>
  264.  
  265. <a name="05"></a>
  266. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  267. <center>
  268. <font color="#FF0000">Gallery:</font><br><br>
  269.  
  270. <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
  271. <a target="_blank" href="http://i.picpar.com/1Lcd.jpg" class="gall" target="_blank">
  272. <img src="http://i.picpar.com/1Lcd.jpg" class="gall">
  273. </a>
  274.  
  275. <a target="_blank" href="http://i.picpar.com/2Lcd.jpg" class="gall" target="_blank">
  276. <img src="http://i.picpar.com/2Lcd.jpg" class="gall">
  277. </a>
  278.  
  279. <a target="_blank" href="http://i.picpar.com/3Lcd.jpg" class="gall" target="_blank">
  280. <img src="http://i.picpar.com/3Lcd.jpg" class="gall">
  281. </a>
  282.  
  283. <a target="_blank" href="http://i.picpar.com/4Lcd.jpg" class="gall" target="_blank">
  284. <img src="http://i.picpar.com/4Lcd.jpg" class="gall">
  285. </a>
  286.  
  287. <a target="_blank" href="http://i.picpar.com/5Lcd.jpg" class="gall" target="_blank">
  288. <img src="http://i.picpar.com/5Lcd.jpg" class="gall">
  289. </a>
  290.  
  291. <br><br>
  292.  
  293. <a target="_blank" href="http://i.picpar.com/6Lcd.jpg" class="gall" target="_blank">
  294. <img src="http://i.picpar.com/6Lcd.jpg" class="gall">
  295. </a>
  296.  
  297. <a target="_blank" href="http://i.picpar.com/7Lcd.jpg" class="gall" target="_blank">
  298. <img src="http://i.picpar.com/7Lcd.jpg" class="gall">
  299. </a>
  300. <a target="_blank" href="http://i.picpar.com/8Lcd.jpg" class="gall" target="_blank">
  301. <img src="http://i.picpar.com/8Lcd.jpg" class="gall">
  302. </a>
  303. <a target="_blank" href="http://i.picpar.com/9Lcd.jpg" class="gall" target="_blank">
  304. <img src="http://i.picpar.com/9Lcd.jpg" class="gall">
  305. </a>
  306. <a target="_blank" href="http://i.picpar.com/ALcd.jpg" class="gall" target="_blank">
  307. <img src="http://i.picpar.com/ALcd.jpg" class="gall">
  308. </a>
  309. <br><br>
  310.  
  311. <a target="_blank" href="http://i.picpar.com/BLcd.jpg" class="gall" target="_blank">
  312. <img src="http://i.picpar.com/BLcd.jpg" class="gall">
  313. </a>
  314. <a target="_blank" href="http://i.picpar.com/DLcd.jpg" class="gall" target="_blank">
  315. <img src="http://i.picpar.com/DLcd.jpg" class="gall">
  316. </a>
  317. <a target="_blank" href="http://i.picpar.com/ELcd.jpg" class="gall" target="_blank">
  318. <img src="http://i.picpar.com/ELcd.jpg" class="gall">
  319. </a>
  320. <a target="_blank" href="http://i.picpar.com/FLcd.jpg" class="gall" target="_blank">
  321. <img src="http://i.picpar.com/FLcd.jpg" class="gall">
  322. </a>
  323. <a target="_blank" href="http://i.picpar.com/GLcd.jpg" class="gall" target="_blank">
  324. <img src="http://i.picpar.com/GLcd.jpg" class="gall">
  325. </a>
  326.  
  327. </marquee>
  328.  
  329. </center>
  330. </div>
  331.  
  332. <a name="06"></a>
  333. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="Left">
  334. <center>
  335. <font color="#FF0000">OOC:</font> <i>I'm very friendly so please come up and say hello but know that sexual rps have to be earned, not given. Follow my rules on dislikes and not try to force something I dislike on me then I'm good. </i> <br>
  336. <br>
  337. Face claim: Neesy Rizzo <br>
  338. <br>
  339.  
  340. </center>
  341. </div>
  342. </div>
  343. </div>
  344. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement