Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff|Vollkorn);
  4.  
  5. body {background: #E8E0B1;
  6. }
  7.  
  8. ::-webkit-scrollbar {
  9. width: 4px;
  10. background-color: transparent;
  11. }
  12.  
  13.  
  14. ::-webkit-scrollbar-thumb {
  15. border-radius: 0px;
  16. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  17. background-color: #000000;
  18. }
  19.  
  20.  
  21. #backgroundimages{
  22. position: absolute;
  23. top: 0px;
  24. left: 0px;
  25. right: 0px;
  26. bottom: 0px;
  27. transform:rotate(180deg);
  28. background-image:url(http://wallpapercave.com/wp/VMnlaKl.jpg);
  29. background-position: bottom right;
  30. background-repeat: no-repeat;
  31. background-size: 100% 100%;
  32. }
  33.  
  34. #nikaimage{
  35. position: absolute;
  36. top: 0px;
  37. left: 0px;
  38. right: 0px;
  39. bottom: 0px;
  40. background-image:url(http://i65.tinypic.com/35b8u2u.jpg);
  41. background-position: bottom -20px right 20%;
  42. background-size: auto 80%;
  43. background-repeat: no-repeat;
  44. opacity: .9;
  45. }
  46.  
  47. #backgroundimages2{
  48. position: absolute;
  49. top: 10%;
  50. right: 0px;
  51. bottom: 0px;
  52. width: 70%;
  53. border: 0px solid black;
  54. background-image:url(http://i237.photobucket.com/albums/ff195/lordmalic/stickers_6789d3d762c7d9fc01abf4437f.gif);
  55. background-repeat: no-repeat;
  56. background-position: bottom right;
  57. background-size: 90% auto;
  58. -webkit-filter:saturate(50%);
  59. opacity: .8;
  60. }
  61.  
  62. #contentcontainer{
  63. position: absolute;
  64. top: 0px;
  65. bottom: 0px;
  66. left: -500px;
  67. right: 0px;
  68. margin: auto;
  69. height: 90%;
  70. width: 400px;
  71. border: 0px solid black;
  72. }
  73.  
  74. #strips{
  75. position: absolute;
  76. background-color: #CB0D39;
  77. background-image:url(https://cdn.pbrd.co/images/8BKmSlE7A.png);
  78. -webkit-filter:saturate(60%);
  79. }
  80.  
  81. #strips:nth-child(1){
  82. top: 0px;
  83. left: 0px;
  84. height: 100%;
  85. width: 20px;
  86. }
  87.  
  88. #strips:nth-child(2){
  89. top: 0px;
  90. right: 0px;
  91. height: 100%;
  92. width: 20px;
  93. }
  94.  
  95. #strips:nth-child(3){
  96. top: 50px;
  97. left: 0px;
  98. right: 0px;
  99. height: 20px;
  100. }
  101.  
  102. #strips:nth-child(4){
  103. top: 160px;
  104. left: 0px;
  105. right: 0px;
  106. height: 25px;
  107. }
  108.  
  109. @font-face {
  110. font-family: 'titlefont';
  111. src: url('https://dl.dropboxusercontent.com/s/21mz4j9kz704amx/againts.ttf?dl=0');
  112. }
  113.  
  114. #contenttitle{
  115. position: absolute;
  116. top: 70px;
  117. left: 20px;
  118. right: 20px;
  119. height: 90px;
  120. font-family: 'titlefont', 'Times', Arial;
  121. font-size: 50pt;
  122. text-align: center;
  123. border: 0px solid black;
  124. box-sizing: border-box;
  125. padding-top: 2px;
  126. }
  127.  
  128. #contenttitle:before{
  129. position: absolute;
  130.  
  131. }
  132.  
  133. #linkmenu{
  134. position: absolute;
  135. left: 20px;
  136. right: 0px;
  137. top: 165px;
  138. height: 30px;
  139. text-align: center;
  140. box-sizing: border-box;
  141. padding-left: 20px;
  142. padding-top: 0px;
  143. z-index: 2;
  144. }
  145.  
  146. #linkmenu a{
  147. float: left;
  148. height: 15px;
  149. width: 40px;
  150. margin-right: 50px;
  151. background-color: black;
  152. opacity: 1;
  153. border-radius: 5px 5px 5px 5px;
  154. }
  155.  
  156. #linkmenu a:after{
  157. position: absolute;
  158. content:'';
  159. margin-top: 20px;
  160. margin-left: -25px;
  161. height: 20px;
  162. width: 50px;
  163. background: transparent;
  164. z-index: 1;
  165. font-family:'titlefont';
  166. font-size: 25pt;
  167. color: black;
  168. opacity: 0;
  169. -webkit-transition: all 1s;
  170. transition: all 1s;
  171. }
  172.  
  173. #linkmenu a:nth-child(1):after{
  174. content:'info';
  175. }
  176.  
  177. #linkmenu a:nth-child(2):after{
  178. content:'history';
  179. }
  180.  
  181. #linkmenu a:nth-child(3):after{
  182. content:'ooc';
  183. }
  184.  
  185. #linkmenu a:nth-child(4):after{
  186. content:'art';
  187. }
  188.  
  189. #linkmenu a:hover:after{
  190. opacity: 1;
  191. }
  192.  
  193. .contentslide{
  194. position: absolute;
  195. left: 20px;
  196. right: 20px;
  197. top: 280px;
  198. height: 300px;
  199. border: 0px solid black;
  200. z-index: 0;
  201. opacity: 0;
  202. -webkit-transition: all 1s;
  203. transition: all 1s;
  204. }
  205.  
  206. .contentslide:after{
  207. position: absolute;
  208. bottom: -20px;
  209. left: 0px;
  210. content:'';
  211. background-color: #CB0D39;
  212. background-image:url(https://cdn.pbrd.co/images/8BKmSlE7A.png);
  213. -webkit-filter:saturate(60%);
  214. width: 360px;
  215. height: 20px;
  216. }
  217.  
  218. .contentslide:before{
  219. position: absolute;
  220. content: '';
  221. top: 0px;
  222. left: 0px;
  223. right: 0px;
  224. bottom: 0px;
  225. background: #76201B;
  226. opacity: .3;
  227. }
  228.  
  229. #contentinfo{
  230. position: absolute;
  231. top: 0px;
  232. left: 0px;
  233. right: 0px;
  234. bottom: 0px;
  235. overflow: auto;
  236. box-sizing: border-box;
  237. padding: 5px;
  238. padding-top: 42px;
  239. color: black;
  240. z-index: 1;
  241. opacity: 0;
  242. -webkit-transition: all 1s;
  243. transition: all 1s;
  244. font-family:'vollkorn';
  245. font-size: 13px;
  246. font-style: italic;
  247. color:#000;
  248. letter-spacing:2px;
  249. text-align:center;
  250. }
  251.  
  252. #ooc #contentinfo{
  253. padding-top: 20px;}
  254.  
  255. #art #contentinfo{
  256. padding-top: 52px;}
  257.  
  258. #selection1:target #info,
  259. #selection2:target #history,
  260. #selection3:target #ooc,
  261. #selection4:target #art{
  262. -webkit-transition: all 1s 1s;
  263. transition: all 1s 1s;
  264. opacity: 1;
  265. z-index: 2;
  266. top: 185px;
  267. }
  268.  
  269. #selection1:target #info #contentinfo,
  270. #selection2:target #history #contentinfo,
  271. #selection3:target #ooc #contentinfo,
  272. #selection4:target #art #contentinfo{
  273. -webkit-transition: all 1s 1.5s;
  274. transition: all 1s 1.5s;
  275. opacity: 1;
  276. }
  277.  
  278. #selection1:target #linkmenu a:nth-child(1):after,
  279. #selection2:target #linkmenu a:nth-child(2):after,
  280. #selection3:target #linkmenu a:nth-child(3):after,
  281. #selection4:target #linkmenu a:nth-child(4):after{
  282. opacity: 1;
  283. text-decoration: none;
  284. }
  285.  
  286. b{letter-spacing:2px;color:#551c1c;}
  287. i{color:#fff;}
  288. a{color:#c65538; font-weight:bold;}
  289.  
  290. #musicslice{
  291. position: fixed;
  292. top: 20px;
  293. right: 20px;
  294. height: 50px;
  295. width: 50px;
  296. border: 1px solid black;
  297. overflow: hidden;
  298. -webkit-transition: all 1s;
  299. transition: all 0s;
  300. background-image:url(https://cdn.pbrd.co/images/8BKmSlE7A.png);
  301. background-color: #821D35;
  302. box-shadow: 1px 1px 3px black;}
  303.  
  304. #musicslice:active{
  305. -webkit-transition: all 0s;
  306. transition: all 0s;
  307. box-shadow: 0px 0px 0px black;}
  308.  
  309. #musiccover{
  310. position: absolute;
  311. left: 0px;
  312. top: 0px;
  313. height: 50px;
  314. width: 50px;
  315. background-image:url(http://i67.tinypic.com/2ir2bd1.jpg);
  316. background-size: auto 200%;
  317. background-repeat: no-repeat;
  318. background-position: top center;
  319. }
  320.  
  321. #musichidden{
  322. position: absolute;
  323. left: -10px;
  324. top: 0px;
  325. height: 50px;
  326. width: 50px;
  327. zoom: 180%;
  328. opacity: 0;
  329. z-index: 1;
  330. overflow: hidden;}
  331.  
  332. </style>
  333.  
  334. <div id="selection1">
  335. <div id="selection2">
  336. <div id="selection3">
  337. <div id="selection4">
  338.  
  339. <div id="backgroundimages">
  340. </div>
  341.  
  342. <div id="nikaimage">
  343. </div>
  344.  
  345. <div id="backgroundimages2">
  346. </div>
  347.  
  348. <div id="contentcontainer">
  349. <div id="strips">
  350. </div>
  351. <div id="strips">
  352. </div>
  353. <div id="strips">
  354. </div>
  355. <div id="strips">
  356. </div>
  357. <div id="contenttitle">
  358. NIKA EVANLISH
  359. </div>
  360. <div id="linkmenu">
  361. <a href="#selection1"></a>
  362. <a href="#selection2"></a>
  363. <a href="#selection3"></a>
  364. <a href="#selection4"></a>
  365. </div>
  366.  
  367. <div id="info" class="contentslide">
  368. <div id="contentinfo">
  369. <b>Name</b> <i>--</i> Nika Evanlish <br>
  370. <b>Age</b> <i>--</i> 200+ years <br>
  371. <b>Species</b> <i>--</i> Kemonomimi (fox)<br>
  372. <b>Gender</b> <i>--</i> Female <br>
  373. <b>Height</b> <i>--</i> 5.1 Feet <br>
  374. <b>Weight</b> <i>--</i> 110 Pounds <br>
  375. <b>Eye Color</b> <i>--</i> Gold <br>
  376. <b>Blood Type</b> <i>--</i> Unknown<br>
  377. <b>Marital Status</b> <i>--</i> Single<br>
  378. <b>Sexuality</b> <i>--</i> Bisexual <br>
  379. <b>Weapons</b> <i>--</i> None <br>
  380.  
  381. <b>*</b> <i>--</i> Is a clumsy and silly person, also has a very bad memory and short term memory problems at times.
  382.  
  383. </div>
  384. </div>
  385.  
  386. <div id="history" class="contentslide">
  387. <div id="contentinfo" style="margin-top:50px;">
  388.  
  389. A kemonomimi from the eastern continent, who travels around the world with the reason that "I can't find my way home".She is a half-breed of a Kitsunemimi and a western human that born in Tokyo,the capital of the eastern kingdom, Japan. Nika took a lot of interest in western culture, and her favorite beverages are soft drinks and English tea. Currently stays at the very corner of the A to Z Records shop.
  390.  
  391. </div>
  392. </div>
  393.  
  394. <div id="ooc" class="contentslide">
  395. <div id="contentinfo" style="margin-top:50px;">
  396. <b>IC</b> <i>--</i> Smut is okay, pm friendly. English is not my mother language, please bare with my bad grammar. <br><br>
  397.  
  398. <b>OOC</b> <i>--</i> No smut outside of RPC! Pm friendly. All art of the character belongs to me. Do not steal it!<br><br>
  399.  
  400. <b>*</b> <i>--</i> Code created by <a target="_blank" href="https://roleplay.chat//profile.php?user=Digital" target="_blank">Digital</a> & <a target="_blank" href="http://roleplay.chat/profile.php?user=Minuet" target=_blank>© LittleDove</a>
  401.  
  402. </div>
  403. </div>
  404.  
  405. <div id="art" class="contentslide">
  406. <div id="contentinfo">
  407. <b>*</b> <i>--</i> I am an artist and can be found on both <a target="_blank" href="http://www.furaffinity.net/user/nikaevanlish" target="_blank">FA</a> and <a target="_blank" href="http://para-n01d.deviantart.com/" target="_blank">DA</a>, and I am open for commissions!<br><br>
  408.  
  409. <a target="_blank" href="http://i.imgur.com/2mtOCbc.jpg" target="_blank" title="full-size nika"><img src="http://i.imgur.com/2mtOCbc.jpg" height="100"></a>
  410.  
  411. <a target="_blank" href="http://www.furaffinity.net/view/20493404/" target="_blank"><img src="http://t.facdn.net/20493404@400-1467865346.jpg" height="100"></a>
  412.  
  413. <a target="_blank" href="http://www.furaffinity.net/view/20742399/" target="_blank"><img src="http://d.facdn.net/art/nikaevanlish/1470184116/1470184116.nikaevanlish_dsc_0132.jpg" height="100"></a>
  414.  
  415. <a target="_blank" href="http://www.furaffinity.net/view/20420125/" target="_blank"><img src="http://t.facdn.net/20420125@400-1467211690.jpg" height="100"></a>
  416.  
  417.  
  418. <a target="_blank" href="http://www.furaffinity.net/view/20562461/" target="_blank"><img src="http://t.facdn.net/20562461@400-1468514959.jpg" height="100"></a>
  419.  
  420.  
  421. <a target="_blank" href="http://www.furaffinity.net/view/20788394/" target="_blank"><img src="http://d.facdn.net/art/nikaevanlish/1470612868/1470612761.nikaevanlish_a_to_z_chibis_.jpg" width="100"></a>
  422. </div>
  423. </div>
  424.  
  425. <div class="contentslide" style="z-index: 1;">
  426. </div>
  427.  
  428. </div>
  429.  
  430. <div id="musicslice" title="click for music // yuko suzuhana - nijiro chouchou">
  431. <div id="musiccover">
  432. </div>
  433. <div id="musichidden">
  434. <audio controls src="http://k003.kiwi6.com/hotlink/iqv2jwdzwl/Yuko_Suzuhana_with_Wagakki_Band_-_Nijiiro_Chouchou_1_VOLUME.mp3
  435. "></audio>
  436. </div>
  437. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement