Advertisement
NaotoShirgone

Endarius

Mar 2nd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 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('http://4.bp.blogspot.com/-L25e6lHgwQE/TvPZKNy3pdI/AAAAAAAABbQ/3v4A-YvUAGM/s1600/2.png');
  13. background-attachment: fixed;
  14. background-position: center center;
  15. background-repeat: repeat;
  16. background-size: cover;
  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: #000;
  31. }
  32.  
  33. h1 {
  34. font-family: Papyrus, fantasy;
  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: -10%;
  55. height: 110%;
  56. }
  57.  
  58. #name {
  59. position: fixed;
  60. background: transparent;
  61. height: 15%;
  62. width: 100%;
  63. bottom: 0%;
  64. left: -2%;
  65. z-index: 1;
  66. }
  67.  
  68. .lilith {
  69. position: absolute;
  70. font-family: Papyrus, fantasy;
  71. text-shadow: -1px 0 black, 0 2px green, 2px 0 green, 0 2px black;
  72. color: #25BE01;
  73. font-size: 10vh;
  74. left: 3%;
  75. bottom: 0%;
  76. }
  77.  
  78. #name:hover .navi{
  79. opacity: 1;
  80. transition-duration: 1s;
  81. z-index: 1;
  82. }
  83.  
  84. .navi {
  85. position: absolute;
  86. background: transparent;
  87. border: 5px dotted;
  88. border-radius: 10px;
  89. border-color: #000;
  90. color: #000000;
  91. height: 30%;
  92. width: 28%;
  93. font-size: 3vh;
  94. font-family: UnifrakturMaguntia;
  95. right: 3%;
  96. bottom: 40%;
  97. opacity: 0;
  98. transition-duration: 1s;
  99. z-index: 1;
  100. }
  101.  
  102. #quote {
  103. z-index: -2;
  104. position: fixed;
  105. height: 60%;
  106. width: 60%;
  107. font-family: Papyrus, fantasy;
  108. font-size: 6.5vh;
  109. color: #000;
  110. text-shadow: 1px 0 black, 0 2px green, 2px 0 black, 0 1px black;
  111. text-shadow: 0vh 0vw 2vh #25BE01;
  112. background: transparent;
  113. left: 63%;
  114. top: 1%;
  115. opacity: 1;
  116. animation: pulse 2s 1;
  117. -webkit-animation: pulse 2s 1;
  118. animation-fill-mode: forwards;
  119. -webkit-animation-fill-mode: forwards;
  120. animation-iteration-count: infinite;
  121. animation-direction: alternate;
  122. }
  123.  
  124. @keyframes pulse{
  125. from{opacity: 1;}
  126. to{opacity: 0.5;}
  127. }
  128.  
  129. @-webkit-keyframes pulse{
  130. from{opacity: 1;}
  131. to{opacity: 0.5;}
  132. }
  133.  
  134.  
  135. #one {
  136. position: fixed;
  137. overflow: auto;
  138. height: 60%;
  139. width: 40%;
  140. background: #130e15;
  141. border: 5px dotted;
  142. border-color: #FFFFFF;
  143. border-radius: 10px;
  144. left: 58%;
  145. top: 9%;
  146. opacity: 0;
  147. transition-duration: 0s;
  148. font-family: Papyrus, fantasy;
  149. font-size: 4vh;
  150. color: #25BE01;
  151. }
  152.  
  153. #two {
  154. position: fixed;
  155. overflow: auto;
  156. height: 60%;
  157. width: 40%;
  158. background: #130e15;
  159. border: 5px dotted;
  160. border-color: #FFFFFF;
  161. border-radius: 10px;
  162. left: 58%;
  163. top: 9%;
  164. opacity: 0;
  165. transition-duration: 0s;
  166. font-family: Papyrus, fantasy;
  167. font-size: 4vh;
  168. color: #1D9301;
  169. }
  170.  
  171. #three {
  172. position: fixed;
  173. overflow: auto;
  174. height: 60%;
  175. width: 40%;
  176. background: #130e15;
  177. border: 5px dotted;
  178. border-color: #FFFFFF;
  179. border-radius: 10px;
  180. left: 58%;
  181. top: 9%;
  182. opacity: 0;
  183. transition-duration: 0s;
  184. font-family: Papyrus, fantasy;
  185. font-size: 4vh;
  186. color: #1D9301;
  187. }
  188.  
  189. #four {
  190. position: fixed;
  191. overflow: auto;
  192. height: 60%;
  193. width: 40%;
  194. background: #130e15;
  195. border: 5px dotted;
  196. border-color: #FFFFFF;
  197. border-radius: 10px;
  198. left: 58%;
  199. top: 9%;
  200. opacity: 0;
  201. transition-duration: 0s;
  202. font-family: Papyrus, fantasy;
  203. font-size: 4vh;
  204. color: #1D9301;
  205. }
  206.  
  207. #five {
  208. position: fixed;
  209. overflow: auto;
  210. height: 60%;
  211. width: 5brb0%;
  212. background: transparent;
  213. border-radius: 10px;
  214. left: 58%;
  215. top: 9%;
  216. opacity: 0;
  217. transition-duration: 1s;
  218. font-family: Papyrus, fantasy;
  219. color: #1D9301;
  220. }
  221.  
  222. #one:target {
  223. opacity: 1;
  224. transition-duration: 1s;
  225. z-index: 4;
  226. }
  227.  
  228. #two:target {
  229. opacity: 1;
  230. transition-duration: 0s;
  231. z-index: 4;
  232. }
  233.  
  234. #three:target {
  235. opacity: 1;
  236. transition-duration: 0s;
  237. z-index: 4;
  238. }
  239.  
  240. #four:target {
  241. opacity: 1;
  242. transition-duration: 0s;
  243. z-index: 4;
  244. }
  245.  
  246. #five:target {
  247. opacity: 1;
  248. transition-duration: 1s;
  249. }
  250.  
  251. .clouds {
  252. position:fixed;
  253. left:0;
  254. bottom:-5%;
  255. width:100%;
  256. height:50%;
  257. display:block;
  258. overflow: visible;
  259. pointer-events: none;
  260. opacity: 0.5;
  261. background:transparent url('http://i.imgur.com/nptVSPv.png') repeat top center;
  262. z-index: 1;
  263. -moz-animation:move-scrolling-front 150s linear infinite;
  264. -ms-animation:move-scrolling-front 150s linear infinite;
  265. -o-animation:move-scrolling-front 150s linear infinite;
  266. -webkit-animation:move-scrolling-front 150s linear infinite;
  267. animation:move-scrolling-front 150s linear infinite;
  268. }
  269.  
  270. @keyframes move-scrolling-front{
  271. from{background-position:0% 0%}
  272. to{background-position:300% 0%}
  273. }
  274. @-webkit-keyframes move-scrolling-front{
  275. from{background-position:0% 0%}
  276. to{background-position:300% 0%}
  277. }
  278. @-moz-keyframes move-scrolling-front{
  279. from{background-position:0% 0%}
  280. to{background-position:300% 0%}
  281. }
  282. @-ms-keyframes move-scrolling-front{
  283. from{background-position:0% 0%}
  284. to{background-position:200% 0%}
  285. }
  286.  
  287. </style>
  288. <div id="elle">
  289. <div class="belle">
  290. <img src="" style="height:90%" draggable="false">
  291. </div></div>
  292. <div id="name">
  293. <div class="lilith"><Font color=#1D9301></font></div>
  294. <div class="navi">
  295. <center>
  296. <a href="#one">Stats</a> .
  297. <a href="#two">Gallery</a> .
  298. <a href="#three">Family&Friends+</a> .
  299. <a href="#four">OOC</a> .
  300. <a href="#five">⟲</a>
  301. </center>
  302. </div>
  303. </div>
  304. <div id="block"></div>
  305. <div id="quote">Endaris</font></div>
  306. <div id="one">
  307. <h1><center>About</center></h1>
  308. <font face="Arial"color="#FFFFFF">
  309. <font size="4">
  310. <center>
  311. <Font Color=#25BE01>
  312. <p><img src="https://s-media-cache-ak0.pinimg.com/236x/e1/6b/98/e16b98997463560cf9925a4a22204680.jpg" alt="Smiley face" style="float:Right;width:160px;height:150px;">
  313. <h2></h2>
  314. <p style="text-align:Left;text-indent:0%;">
  315. <b>Name:</b><Font Color=#ffffff>Endaris</Font>
  316. <br>
  317. <b>Species:</b><Font Color=#ffffff>Vampire</Font>
  318. <br>
  319. <b>Gender:</b><Font Color=#ffffff>Male</Font>
  320. <br>
  321. <b>Appearance Age:</b> <Font Color=#ffffff>24</Font>
  322. <br>
  323. <b>actual Age:</b> <Font Color=#ffffff>450</Font>
  324. <br>
  325. <b>Occupation:</b><Font color=#ffffff></Font>
  326. <br>
  327. <b>Relationship/Mate:</b><font Color=#ffffff>LikKinkyBunny/font>
  328. <br>
  329. <b>Hair:</b><Font Color=#ffffff>White and sometimes Black</Font>
  330. <br>
  331. <b>Eyes:</b><Font Color=#ffffff> Red</Font>
  332. <br>
  333. <b>Height:</b><Font Color=#ffffff>5'6 </Font>
  334. <br>
  335. <b>Orientation:</b><Font Color=#ffffff> Straight</Font>
  336. <br>
  337. </p> <br>
  338. </center>
  339. <hr color="#25BE01" size="1">
  340. <Center><B><i>Likes/Dislikes</b></i><br>
  341. <Font Color=#ffffff>
  342. <p style="text-align:Left;text-indent:0%;">
  343. <b><center> <Font Color=#25BE01>Likes</font></center></b>
  344. <ul>
  345. <li>Low Crowd Areas</li>
  346. <li>Having evening Drinks</li>
  347. <li>Hanging with Friends</li>
  348. <li>Teasing people</li>
  349. <li>Wordplay </li>
  350. </ul>
  351. </p>
  352. <p style="text-align:Left;text-indent:0%;">
  353. <b><center> <Font Color=#25BE01>Dislikes</font></center></b>
  354. <ul>
  355. <li>Crowded Places</li>
  356. <li>Noisy Places</li>
  357. <li>Arrogance</li>
  358. <li>Ignorant</li>
  359. <li>Assholish Behavior</li>
  360. <li>Rude People </li>
  361. <li>People with No Manners<li>
  362. </ul>
  363. <hr color="#FF115E" size="1">
  364. <p>to be a bit more specific Endaris is a 3rd generation vampire (meaning he is very, very old. and has lived and experienced a lot of things in the world, as well as had a lot happen to himself.)Part of his time as a vampire was spent learning how to prevent mind-control and mind reading and thus houses a demon inside of him, her name is Vis, and she is very very protective of him, although she is a passive part of his personality, she can manifest herself is certain criteria are met. she guards his mind with a powerful enchantment. Endaris inhabits her mansion but only uses about a fourth of it to actually live in, the place is just too big otherwise. so there is a lot of open space in the place itself. (Will explain the mansion in more detail as the profile develops, as well as Vis his counterpart.) Endaris dresses to impress but does not enjoy flaunting the fact that he has money to spend, and spare. He is very laid back, and very open to anyone and anything that approaches him. he does not have a sexual preference and is happy to spend time with friends. </p>
  365. </p>
  366. <hr color="#FF115E" size="1">
  367. <br>
  368.  
  369.  
  370. </div><br>
  371.  
  372.  
  373. </div>
  374. <div id="two">
  375. <center><h1><b>Gallery:</b></h1>
  376.  
  377.  
  378. </a><img src="https://s-media-cache-ak0.pinimg.com/originals/72/e9/39/72e9392c8050a4df5c0361cacfc1ccfe.jpg" title="." style="width:100px;height:140px;border:1px solid #1D9301;border-radius:10px;float: center;"></a>
  379. <img src="https://myanimelist.cdn-dena.com/images/characters/12/198047.jpg" title="" style="width:100px;height:140px;border:1px solid #1D9301;border-radius:10px;float: center;"></a>
  380. <img src="https://s-media-cache-ak0.pinimg.com/originals/4f/d1/1b/4fd11b15ddd4d3b599f0f6e248f1db39.jpg" title="" style="width:100px;height:140px;border:1px solid #1D9301;border-radius:10px;float: center;"></a>
  381. <img src="https://photos1.iorbix.com/00/00/00/00/01/86/91/73/Subaru-Kun-659eZMVUl-b.jpg" title="
  382. " style="width:100px;height:140px;border:1px solid #1D9301;border-radius:10px;float: center;"></a>
  383. <br>
  384. <img src="https://s-media-cache-ak0.pinimg.com/236x/49/2e/f3/492ef396fd689c89295194bcd92cc912.jpg" title="" style="width:100px;height:140px;border:1px solid #1D9301;border-radius:10px;float: center;"></a>
  385. <img src="https://s-media-cache-ak0.pinimg.com/236x/9d/e7/df/9de7dffdaeb32a0dc60026fd97318a6a.jpg" title="
  386. " style="width:100px;height:140px;border:1px solid #1D9301;border-radius:10px;float: center;"></a>
  387. <img src="http://img-cache.cdn.gaiaonline.com/4a7721afbaf153e4fa01a18fc170bfda/http://i265.photobucket.com/albums/ii225/purpletulip_2008/anime%20guys/emo.jpg" title="" style="width:100px;height:140px;border:1px solid #1D9301;border-radius:10px;float: center;"></a>
  388.  
  389.  
  390.  
  391. </div>
  392. <div id="three">
  393.  
  394. <hr color="#1D9301" size="1">
  395. <Center><B><Font Color=#ffffff> My Family</b></font></Center>
  396. <center> None Currently</center>
  397.  
  398. <hr color="#1D9301" size="1">
  399. <Center><B><Font Color=#ffffff> My Friends</b></font></Center>
  400.  
  401. <center><img src="http://static.zerochan.net/Yuzuki.Yukari.full.1989954.jpg" title="KinkyLilbunny" style="width:100px;height:140px;border:1px solid #1D9301;border-radius:10px;float: center;"></a>
  402. <img src="http://t14.deviantart.net/L5XQhRIBepq22x_UJ_YCfDFJEmw=/fit-in/700x350/filters:fixed_height(100,100):origin()/pre04/c11e/th/pre/f/2015/175/9/d/wife_kasumi_002__composite__by_yefy-d8ykevr.jpg" title="Michelle" style="width:100px;height:140px;border:1px solid #1D9301;border-radius:10px;float: center;"></a></center>
  403.  
  404.  
  405.  
  406.  
  407. <hr color="#1D9301" size="1">
  408.  
  409. <br>
  410. <br>
  411. <br>
  412. </center>
  413.  
  414. </div>
  415. <div id="four">
  416. <center><h1><b>Rules</b></h1></center>
  417. <font size="5vh">
  418. <font color="#1D9301">☠</font> OCC and IC are two different worlds, <br>
  419. <font color="#1D9301">☠</font> PM Friendly <br>
  420. <font color="#1D9301">☠</font>Dont ask stupid questions you'll get a stupid answer back<br>
  421. <font color="#1D9301">☠</font>Do not be Rude.<br>
  422.  
  423. </font>
  424.  
  425.  
  426. <br><br>
  427. </div>
  428. <div id"five"></div>
  429. <div class="clouds"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement