Advertisement
NaotoShirgone

Luciferia

May 1st, 2017
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.63 KB | None | 0 0
  1. <style>
  2. /*
  3. INVISIBLE CREDIT; PLEASE DON'T REMOVE
  4.  
  5. Author: Elle
  6. Text type: CSS/HTML
  7. */
  8. @import url('https://fonts.googleapis.com/css?family=Amatic+SC|Great+Vibes|Pacifico|Satisfy|Dancing+Script');
  9.  
  10. ::-webkit-scrollbar{width:0.3vh;height:0.3vh;}
  11. ::-webkit-scrollbar-thumb{border-radius:0;background:#FFFFFF;}
  12. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  13.  
  14. body {
  15. background-image: url('http://orig14.deviantart.net/0e9d/f/2010/063/9/4/vintage_memories_by_ashen_fox.png');
  16. }
  17.  
  18. #sheet {
  19. position: fixed;
  20. height: 100%;
  21. width: 100%;
  22. top: 0%;
  23. bottom: 0%;
  24. left: 0%;
  25. right: 0%;
  26. background: rgba(0,0,0,0.15);
  27. }
  28.  
  29. /* Amatic SC = information ; Great Vibes = quotes ; Pacifico = h1? ; Satisy = links probs */
  30.  
  31. #center {
  32. position: fixed;
  33. height: 90%;
  34. width: 100%;
  35. left: 0%;
  36. top: 5%;
  37. background: transparent;
  38. }
  39.  
  40. #quote1 {
  41. position: absolute;
  42. height: 70%;
  43. width: 30%;
  44. left: 1%;
  45. text-align: center;
  46. font-family: 'Great Vibes';
  47. font-size: 7vh;
  48. transition-duration: 1s;
  49. }
  50.  
  51. #quote2 {
  52. position: absolute;
  53. height: 70%;
  54. width: 30%;
  55. right: 5%;
  56. text-align: center;
  57. font-family: 'Great Vibes';
  58. font-size: 7vh;
  59. transition-duration: 1s;
  60. }
  61.  
  62. #center:hover #quote1, #center:hover #quote2 {
  63. opacity: 0;
  64. transition-duration: 1s;
  65. }
  66.  
  67. #box1 {
  68. position: absolute;
  69. background: rgba(0,0,0,0.6);
  70. height: 70%;
  71. width: 20%;
  72. border-radius: 5%;
  73. border: 2px solid;
  74. border-color:#174E00;
  75. top: 15%;
  76. right: 40%;
  77. transition-duration: 1.5s;
  78. opacity: 0;
  79. font-family: 'Amatic SC';
  80. color:#ffffff;
  81. padding: 5px;
  82. font-size: 3.5vh;
  83. overflow: auto;
  84. }
  85.  
  86. #center:hover #box1 {
  87. opacity: 1;
  88. right: 1%;
  89. transition-duration: 1.5s;
  90. }
  91.  
  92. #box2 {
  93. position: absolute;
  94. background: rgba(0,0,0,0.6);
  95. height: 70%;
  96. width: 50%;
  97. border-radius: 5%;
  98. border: 2px solid;
  99. border-color:#174E00;
  100. top: 15%;
  101. right: 25%;
  102. transition-duration: 1.5s;
  103. font-family: 'Amatic SC';
  104. opacity: 0;
  105. font-size: 4.7vh;
  106. padding: 5px;
  107. }
  108.  
  109. #center:hover #box2 {
  110. opacity: 1;
  111. transition-duration: 1.5s;
  112. }
  113.  
  114. #img {
  115. position: absolute;
  116. height: 120%;
  117. width: 10%;
  118. top: -6%;
  119. right: 60%;
  120. transition-duration: 1.5s;
  121. background: transparent;
  122. }
  123.  
  124. #center:hover #img {
  125. right: 90%;
  126. transition-duration: 1.5s;
  127. }
  128.  
  129. #host{height:100%;width:100%;overflow:hidden;}
  130.  
  131. #stats, #bio, #ooc {height:100%;width:100%;overflow:auto;color:#fff;}
  132.  
  133. h1{font-family:'Dancing Script';font-size:4vh;text-decoration:underline;}
  134.  
  135. a{font-family:'Satisfy';text-decoration:none;color:#06FF19;transition-duration:1s;}
  136.  
  137. a:hover{font-size:110%;transition-duration:1s;}
  138.  
  139. .r{float:right;}
  140.  
  141. b{color:#ffffff;}
  142.  
  143. #navigation {
  144. position: absolute;
  145. height: 40%;
  146. width: 2.5%;
  147. background: transparent;
  148. right: 22%;
  149. top: 30%;
  150. }
  151.  
  152. #nav1 {
  153. position: absolute;
  154. height: 10%;
  155. width: 80%;
  156. top: 20%;
  157. background:#000000;
  158. border: 2px solid;
  159. border-color:#174E00;
  160. opacity: 0;
  161. transition-duration: 1s;
  162. }
  163.  
  164. #nav2 {
  165. position: absolute;
  166. height: 10%;
  167. width: 80%;
  168. top: 50%;
  169. background:#000000;
  170. border: 2px solid;
  171. border-color:#174E00;
  172. opacity: 0;
  173. transition-duration: 1s;
  174. }
  175.  
  176. #nav3 {
  177. position: absolute;
  178. height: 10%;
  179. width: 80%;
  180. top: 80%;
  181. background:#000000;
  182. border: 2px solid;
  183. border-color:#174E00;
  184. opacity: 0;
  185. transition-duration: 1s;
  186. }
  187.  
  188. #center:hover #nav1, #center:hover #nav2, #center:hover #nav3{opacity:1;transition-duration: 0.5s;}
  189.  
  190. #nav1:hover, #nav2:hover, #nav3:hover{
  191. border-radius: 100%;
  192. transition-duration: 0.5s;
  193. transform: rotate(360deg);
  194. border-color:#174E00;
  195. background:#000000;
  196. }
  197.  
  198. /* Credit. please don't remove! */
  199.  
  200. #credit {
  201. position: absolute;
  202. background: rgba(0,0,0,0.4);
  203. border-left: rgBAD255,255,255);
  204. font-family: 'Amatic SC';
  205. font-size: 2.3vh;
  206. padding: 3px;
  207. bottom: 5%;
  208. left: 3%;
  209. }
  210.  
  211. </style>
  212. <div id="sheet"></div>
  213. <div id="center">
  214. <div id="quote1"><center><br><br><br><br><font color=White>That of the Demons, Those who walk in the dark</font><br></center></div>
  215. <div id="quote2"><center><br><br><br><br><font color=White>Daughter of the Demon Angel</font><br></center></div>
  216. <div id="img"><img src="http://vignette2.wikia.nocookie.net/fantendo/images/7/74/Dead_master_render_by_xavierfrost24-d5jqpot.png/revision/latest?cb=20140524235731" style="height: 100%;"></div>
  217. <div id="box1">
  218. <center><h1>Family</h1></center>
  219. <a href="http://i.imgur.com/r1HV3WE.jpg">My Mother: AriaRose </a><br>
  220. <a href="URL HERE">.name</a>.info.quote<br>
  221. <a href="URL HERE">.name</a>.info.quote<br>
  222. <center><h1>Friends</h1></center>
  223. <a href="URL HERE">.name</a>.info.quote<br>
  224. <a href="URL HERE">.name</a>.info.quote<br>
  225. <a href="URL HERE">.name</a>.info.quote<br>
  226. <a href="URL HERE">.name</a>.info.quote<br>
  227. <a href="URL HERE">.name</a>.info.quote<br>
  228. <a href="URL HERE">.name</a>.info.quote<br>
  229. <a href="URL HERE">.name</a>.info.quote<br>
  230. <a href="URL HERE">.name</a>.info.quote<br>
  231. <a href="URL HERE">.name</a>.info.quote<br>
  232. </div>
  233. <div id="box2">
  234. <div id="host">
  235. <div id="stats">
  236. <center><h1>Stats</h1></center>
  237. <font style="font-size:3vh;">
  238. <b>Name</b><div class="r">Luciferia</div><br>
  239. <b>Moniker</b><div class="r">Luci or LuLu </div><br>
  240. <b>Gender</b><div class="r">Female</div><br>
  241. <b>Age</b><div class="r">18 y.o.</div><br>
  242. <b>Species</b><div class="r">Demon</div><br>
  243. <b>Height</b><div class="r">5'5</div><br>
  244. <b>Weight</b><div class="r">140 lbs</div><br>
  245. <b>Marital Status</b><div class="r">Single</div><br>
  246. <b>Orientation</b><div class="r">Straight</div><br>
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253. </font>
  254. </div>
  255. <div id="bio">
  256. <center><h1>Biography</h1></center>
  257. Work.In.Progress<br>
  258. <center> <h1><u> Gallery</u></h1> </center>
  259. <center><h1><u><b><Font color= Green>SMUT IS EARNED NOT GIVEN</font></b></u></center>
  260. <center></a><img src="https://68.media.tumblr.com/977c9b7e8353ed371bd14c4542ab7bfa/tumblr_na5otxk3Wj1tjrh45o1_1280.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  261. <img src="https://cdnio.luscious.net/ansatsuken97/973/lusciousnet_lusciousnet_tumblr_njik4xbeft1sm2fjbo1_1280_1668973722.640x0.png" title="...." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  262. <img src="http://hentai-wallpapers.com/albums/2010-10-29/albums-1/Black-Rock-Shooter/495918-Black-Rock-Shooter-Dead-Master.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  263. <img src="http://hentai-wallpapers.com/albums/2010-10-29/albums-1/Black-Rock-Shooter/428535-Black-Rock-Shooter-Dead-Master.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  264. <br>
  265. <img src="https://s-media-cache-ak0.pinimg.com/236x/5a/df/c0/5adfc06c879fa5e0b9cd34a04a1a1e1b.jpg" title="" style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  266. <img src="http://www.xfancy.com/images/xfancy_pillow/products/hentai-anime-pillow-case-black-rock-shooter5-b.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  267. <img src="http://ddn.i.ntere.st/p/7851759/image" title="...." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  268. <br>
  269. </a><img src="http://hentai-wallpapers.com/albums/2010-10-29/albums-1/Black-Rock-Shooter/492802-Black-Rock-Shooter-Dead-Master.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  270. <img src="http://livedoor.blogimg.jp/tenvow/imgs/e/d/ed97f07b.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  271. <img src="https://s-media-cache-ak0.pinimg.com/originals/17/49/e5/1749e55d5e47808c2dd83153c5606946.png" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  272. <img src="http://hentaipussypics.com/blog/wp-content/uploads/2016/11/black-rock-shooter-11222016-17.jpg" title="..." style="width:100px;height:140px;border:1px solid #00E4FF;border-radius:10px;float: center;"></a>
  273. <br>
  274. </center>
  275. </div>
  276. <div id="ooc">
  277. <font style="font-size:3vh;">
  278. <center><h1>Out Of Character</h1></center>
  279. <b>☣</b> No profile = NO Rp<br>
  280. <b>☣</b> No drama<br>
  281. <b>☣</b>Smut is Earned Not Given<br>
  282. <b>☣</b> No assholes<br>
  283. <b>☣</b> No IRL pictures..<br>
  284.  
  285.  
  286.  
  287. </div>
  288. </div>
  289. </div>
  290. <div id="navigation">
  291. <a href="#stats"><div id="nav1"></div></a>
  292. <a href="#bio"><div id="nav2"></div></a>
  293. <a href="#ooc"><div id="nav3"></div></a>
  294.  
  295. </div>
  296. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement