Advertisement
NaotoShirgone

Alerion

Feb 12th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Amatic+SC|Cedarville+Cursive|Cookie|Great+Vibes|Rochester|Sacramento');
  3. ::-webkit-scrollbar {width: 0.3vw; height: 0.3vw;}
  4. ::-webkit-scrollbar-track { border-radius: 0px; background-color: transparent;}
  5. ::-webkit-scrollbar-thumb { border-radius: 0px; background-color: transparent;}
  6.  
  7.  
  8.  
  9. body {
  10. overflow: hidden;
  11. background-color: #000000;
  12. background-image: url('https://i.ytimg.com/vi/VkZBXOqNtnU/maxresdefault.jpg');
  13. background-attachment: fixed;
  14. background-position: center center;
  15. background-repeat: repeat;
  16. background-size: auto;
  17. }
  18.  
  19. img {
  20. user-drag: none;
  21. user-select: none;
  22. -moz-user-select: none;
  23. -webkit-user-select: none;
  24. -webkit-user-drag: none;
  25. -ms-user-select: none;
  26. }
  27.  
  28. a {
  29. text-decoration: none;
  30. color: #FFFFFF;
  31. }
  32.  
  33. h1 {
  34. font-family: Cedarville Cursive;
  35. font-size: 5vh;
  36. }
  37.  
  38. .s {
  39. float: right;
  40. }
  41.  
  42. #elle {
  43. position: fixed;
  44. background: transparent;
  45. height: 100%;
  46. width: 35%;
  47. top: 0;
  48. right: 0;
  49. }
  50.  
  51. .belle {
  52. position: absolute;
  53. right: 0%;
  54. bottom: 0%;
  55. }
  56.  
  57. #name {
  58. position: fixed;
  59. background: transparent;
  60. height: 15%;
  61. width: 100%;
  62. bottom: 6%;
  63. left: 0%;
  64. z-index: 1;
  65. }
  66.  
  67. .lilith {
  68. position: absolute;
  69. font-family: Great Vibes;
  70. color: #8c1e3b;
  71. font-size: 15vh;
  72. left: 3%;
  73. bottom: 0%;
  74. }
  75.  
  76. #name:hover .navi{
  77. opacity: 1;
  78. transition-duration: 1s;
  79. z-index: 1;
  80. }
  81.  
  82. .navi {
  83. position: absolute;
  84. background: transparent;
  85. border: 5px dotted;
  86. border-radius: 10px;
  87. border-color: #FFFFFF;
  88. color: #000000;
  89. height: 30%;
  90. width: 23%;
  91. font-size: 4vh;
  92. font-family: cookie;
  93. right: 33%;
  94. bottom: 40%;
  95. opacity: 0;
  96. transition-duration: 1s;
  97. z-index: 1;
  98. }
  99.  
  100. #quote {
  101. z-index: -2;
  102. position: fixed;
  103. height: 60%;
  104. width: 60%;
  105. font-family: Sacramento;
  106. font-size: 6.5vh;
  107. color: #fff;
  108. text-shadow: 0vh 0vw 2vh #690000;
  109. background: transparent;
  110. left: 5%;
  111. top: 40%;
  112. opacity: 1;
  113. animation: pulse 2s 1;
  114. -webkit-animation: pulse 2s 1;
  115. animation-fill-mode: forwards;
  116. -webkit-animation-fill-mode: forwards;
  117. animation-iteration-count: infinite;
  118. animation-direction: alternate;
  119. }
  120.  
  121. @keyframes pulse{
  122. from{opacity: 1;}
  123. to{opacity: 0.5;}
  124. }
  125.  
  126. @-webkit-keyframes pulse{
  127. from{opacity: 1;}
  128. to{opacity: 0.5;}
  129. }
  130.  
  131.  
  132. #one {
  133. position: fixed;
  134. overflow: auto;
  135. height: 60%;
  136. width: 61.5%;
  137. background: #130e15;
  138. border: 5px dotted;
  139. border-color: #FFFFFF;
  140. border-radius: 10px;
  141. left: 5%;
  142. top: 10%;
  143. opacity: 0;
  144. transition-duration: 0s;
  145. font-family: Amatic SC;
  146. font-size: 4vh;
  147. color: #FFFFFF;
  148. }
  149.  
  150. #two {
  151. position: fixed;
  152. overflow: auto;
  153. height: 60%;
  154. width: 61.5%;
  155. background: #130e15;
  156. border: 5px dotted;
  157. border-color: #FFFFFF;
  158. border-radius: 10px;
  159. left: 5%;
  160. top: 10%;
  161. opacity: 0;
  162. transition-duration: 0s;
  163. font-family: Amatic SC;
  164. font-size: 4vh;
  165. color: #FFFFFF;
  166. }
  167.  
  168. #three {
  169. position: fixed;
  170. overflow: auto;
  171. height: 60%;
  172. width: 61.5%;
  173. background: #130e15;
  174. border: 5px dotted;
  175. border-color: #FFFFFF;
  176. border-radius: 10px;
  177. left: 5%;
  178. top: 10%;
  179. opacity: 0;
  180. transition-duration: 0s;
  181. font-family: Amatic SC;
  182. font-size: 4vh;
  183. color: #FFFFFF;
  184. }
  185.  
  186. #four {
  187. position: fixed;
  188. overflow: auto;
  189. height: 60%;
  190. width: 61.5%;
  191. background: #130e15;
  192. border: 5px dotted;
  193. border-color: #FFFFFF;
  194. border-radius: 10px;
  195. left: 5%;
  196. top: 10%;
  197. opacity: 0;
  198. transition-duration: 1s;
  199. font-family: Amatic SC;
  200. font-size: 4vh;
  201. color: #FFFFFF;
  202. }
  203.  
  204. #five {
  205. position: fixed;
  206. overflow: auto;
  207. height: 60%;
  208. width: 61.5%;
  209. background: transparent;
  210. border-radius: 10px;
  211. left: 5%;
  212. top: 10%;
  213. opacity: 0;
  214. transition-duration: 1s;
  215. font-family: Amatic SC;
  216. color: #FFFFFF;
  217. }
  218.  
  219. #one:target {
  220. opacity: 1;
  221. transition-duration: 1s;
  222. z-index: 4;
  223. }
  224.  
  225. #two:target {
  226. opacity: 1;
  227. transition-duration: 0s;
  228. z-index: 4;
  229. }
  230.  
  231. #three:target {
  232. opacity: 1;
  233. transition-duration: 0s;
  234. z-index: 4;
  235. }
  236.  
  237. #four:target {
  238. opacity: 1;
  239. transition-duration: 0s;
  240. z-index: 4;
  241. }
  242.  
  243. #five:target {
  244. opacity: 1;
  245. transition-duration: 1s;
  246. }
  247.  
  248. .clouds {
  249. position:fixed;
  250. left:0;
  251. bottom:-5%;
  252. width:100%;
  253. height:50%;
  254. display:block;
  255. overflow: visible;
  256. pointer-events: none;
  257. opacity: 0.5;
  258. background:transparent url('http://i.imgur.com/nptVSPv.png') repeat top center;
  259. z-index: 1;
  260. -moz-animation:move-scrolling-front 150s linear infinite;
  261. -ms-animation:move-scrolling-front 150s linear infinite;
  262. -o-animation:move-scrolling-front 150s linear infinite;
  263. -webkit-animation:move-scrolling-front 150s linear infinite;
  264. animation:move-scrolling-front 150s linear infinite;
  265. }
  266.  
  267. @keyframes move-scrolling-front{
  268. from{background-position:0% 0%}
  269. to{background-position:300% 0%}
  270. }
  271. @-webkit-keyframes move-scrolling-front{
  272. from{background-position:0% 0%}
  273. to{background-position:300% 0%}
  274. }
  275. @-moz-keyframes move-scrolling-front{
  276. from{background-position:0% 0%}
  277. to{background-position:300% 0%}
  278. }
  279. @-ms-keyframes move-scrolling-front{
  280. from{background-position:0% 0%}
  281. to{background-position:200% 0%}
  282. }
  283.  
  284. </style>
  285. <div id="elle">
  286. <div class="belle">
  287. <img src="http://i.imgur.com/eaeL0wb.gif" style="height:90%" draggable="false">
  288. </div></div>
  289. <div id="name">
  290. <div class="lilith"><Font color=#967877>Alerion<br> BloodLust</white></div>
  291. <div class="navi">
  292. <center>
  293. <a href="#one">Stats</a> .
  294. <a href="#two">Family</a> .
  295. <a href="#three">Friends</a> .
  296. <a href="#four">OOC</a> .
  297. <a href="#five">⟲</a>
  298. </center>
  299. </div>
  300. </div>
  301. <div id="block"></div>
  302. <div id="quote"><center>Live a legacy die a legend.</center></div>
  303. <div id="one">
  304. <center><h1><b>Stats</b></h1></center>
  305. Name <div class="s">Alerion BloodLust</div><br>
  306. Moniker <div class="s">Ale and AB</div><br>
  307. Title/s <div class="s">Her King</div><br>
  308. Height <div class="s">6'3</div><br>
  309. Complexion <div class="s">Pale</div><br>
  310. Hair <div class="s">Blonde/White</div><br>
  311. Eyes <div class="s">Red</div><br>
  312. Persona <div class="s">Cold But Respectful.</div><br>
  313. Married to: <div class="s"><a href="https://roleplay.chat/profile.php?user=Snow%20BloodLust"><b>Snow BloodLust</b></a><br><br></div>
  314. </div>
  315. <div id="two">
  316. <center><h1><b>Family/Gallery</b></h1>
  317. <img src="http://4.bp.blogspot.com/-IkJEM7W6JXw/TkjyMEslOfI/AAAAAAAAAJ4/wF459mxLKLs/s1600/%5Banimepaper.net%5Dpicture-standard-anime-katekyo-hitman-reborn-belphegor-191868-edwardedicavenger-preview-1f0d303f.jpg" title="Her King" style="width:100px;height:140px;border:1px solid #4d4d4d;border-radius:10px;float: center;"></a>
  318. <img src="https://s-media-cache-ak0.pinimg.com/236x/79/a0/29/79a02947b6a9d38d4f538bf1e9f2b3ac.jpg" title="His Queen" style="width:100px;height:140px;border:1px solid #4d4d4d;border-radius:10px;float: center;"></a>
  319. <br>
  320. <img src="http://i.imgur.com/mZwt9vA.jpg" title="We will Take your Life" style="width:100px;height:140px;border:1px solid #4d4d4d;border-radius:10px;float: center;"></a>
  321. <img src="http://i.imgur.com/DlFPnaR.jpg" title="Our Love Transends Earth" style="width:100px;height:140px;border:1px solid #4d4d4d;border-radius:10px;float: center;"></a>
  322. <img src="http://i.imgur.com/xTFaz4F.jpg" title="Loving her forever" style="width:100px;height:140px;border:1px solid #4d4d4d;border-radius:10px;float: center;"></a>
  323.  
  324.  
  325. </font>
  326. </center>
  327. </div>
  328. <div id="three">
  329. <center><h1><b>My Friends</b></h1></center>
  330. names here
  331. <center><h1><b>My Enemies</b></h1></center>
  332. more names here
  333. </div>
  334. <div id="four">
  335. <center><h1><b>Rules</b></h1></center>
  336. <font size="5vh">
  337. <font color="#8E9179">⚔</font> In-room approach is always best.<br>
  338. <font color="#8E9179">⚔</font> Smut is reserved for partner.<br>
  339. <font color="#8E9179">⚔</font> What I do IC does not reflect me OOC.<br>
  340. <font color="#8E9179">⚔</font> Your rudeness to me will reflect back to you<br>
  341. <font color="#8E9179">⚔</font> I take no shit from anyone so be prepared to be Punched right back.<br>
  342. <font color="#8E9179">⚔</font> Semi-PM Friendly<br><br>
  343. <center>v scroll for more v</center>
  344. </font>
  345. <center><h1><b>Typist Info</b></h1></center>
  346. <font color="#8E9179">⚔</font> 20 y.o.<br>
  347. <font color="#8E9179">⚔</font> Male<br>
  348. <font color="#8E9179">⚔</font>Designed By: LilKinky <br>
  349. <font color="#8E9179">⚔</font> Get the code <a href="http://pastebin.com/wF5QzGvP"><b>Coded by moi.</b></a><br>
  350. <br><br>
  351. </div>
  352. <div id"five"></div>
  353. <div class="clouds"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement