Advertisement
Lizellea

Rena

Jul 4th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Cinzel);
  3. @import url(https://fonts.googleapis.com/css?family=Averia+Libre);
  4. @import url(https://fonts.googleapis.com/css?family=Nosifer);
  5. @import url(https://fonts.googleapis.com/css?family=Shojumaru);
  6. ::-webkit-scrollbar { width: 0.4vw; height: 0.4vw;}
  7. ::-webkit-scrollbar-track { border-radius: 0px; background-color: #563B3B;}
  8. ::-webkit-scrollbar-thumb { border: 0.1vh solid #B59090; border-radius:50px; background-color: #B14C4C;}
  9.  
  10. body{
  11. background-color: #000;
  12. background-image:url('');
  13. }
  14.  
  15.  
  16. #image {
  17. position:fixed;
  18. right:0;
  19. bottom:0;
  20. opacity:1.0;
  21. -webkit-animation: fade 2s 1s;
  22. animation: fade 2s 1s;
  23. -webkit-animation-fill-mode: forwards;
  24. animation-fill-mode: forwards;
  25. }
  26.  
  27. @-webkit-keyframes fade{
  28. from{
  29. opacity:1.0;
  30. }
  31. to{
  32. opacity:.0;
  33. }}
  34. #image img{
  35. height: 100%;
  36. }
  37.  
  38.  
  39.  
  40. #image2{
  41. position: fixed;
  42. z-index: 1;
  43. bottom: 0vh;
  44. right: 45vw;
  45. width: 30vw;
  46. opacity:0;
  47. -webkit-animation:picturein 2.5s 1;
  48. animation:picturein s 1;
  49. animation-delay:3s;
  50. animation-fill-mode:forwards;
  51. -webkit-animation-delay:3s;
  52. -webkit-animation-fill-mode:forwards;
  53. }
  54. #image2 img{
  55. height: 98.5vh;
  56. }
  57.  
  58. @keyframes picturein{
  59. from{opacity:0;}
  60. to{opacity:1;}
  61. }
  62.  
  63.  
  64. #infobackground{
  65. position: fixed;
  66. z-index: 3;
  67. top: 30vh;
  68. left: 8vw;
  69. height: 45.5vh;
  70. width: 20vw;
  71. background: #2C2B2B;
  72. border-top: 0.2vw solid #fff;
  73. border-bottom: 0.2vw solid #fff;
  74. border-left: 0.2vw solid #fff;
  75. border-right: 0.2vw solid #fff;
  76. box-shadow: -0.4vw 0.5vw 0.5vw #610101;
  77. overflow: hidden;
  78. color: #cccccc;
  79. font-family: Segoe Print;
  80. font-size: 10vh;
  81. opacity:0;
  82. -webkit-animation:infobackin 2.5s 1;
  83. animation:infobackin 2.5s 1;
  84. animation-delay:4.5s;
  85. animation-fill-mode:forwards;
  86. -webkit-animation-delay:4.5s;
  87. -webkit-animation-fill-mode:forwards;
  88. }
  89.  
  90. @keyframes infobackin{
  91. from{opacity:0;}
  92. to{opacity:1;}
  93. }
  94.  
  95. #infobox{
  96. position: static;
  97. z-index: 4;
  98. top: 30vh;
  99. left: 8vw;
  100. height: 45.5vh;
  101. width: 20vw;
  102. overflow: hidden;
  103. color: #cccccc;
  104. font-family: Segoe Print;
  105. font-size: 1.5vh;
  106. opacity:0;
  107. -webkit-animation:infobackin 2.5s 1;
  108. animation:infobackin 2.5s 1;
  109. animation-delay:4.5s;
  110. animation-fill-mode:forwards;
  111. -webkit-animation-delay:4.5s;
  112. -webkit-animation-fill-mode:forwards;
  113. }
  114.  
  115. @keyframes infoboxin{
  116. from{opacity:0;}
  117. to{opacity:1;}
  118. }
  119. @-webkit-keyframes infoboxin{
  120. from{opacity:0;}
  121. to{opacity:1;}
  122. }
  123.  
  124. #infobackground2{
  125. position: fixed;
  126. z-index: 3;
  127. top: 30vh;
  128. right: 8vw;
  129. height: 45.5vh;
  130. width: 20vw;
  131. background: #2C2B2B;
  132. border-top: 0.2vw solid #fff;
  133. border-bottom: 0.2vw solid #fff;
  134. border-left: 0.2vw solid #fff;
  135. border-right: 0.2vw solid #fff;
  136. box-shadow: 0.4vw 0.5vw 0.5vw #610101;
  137. overflow: hidden;
  138. color: #cccccc;
  139. font-family: Segoe Print;
  140. font-size: 10vh;
  141. opacity:0;
  142. -webkit-animation:infobackin 2.5s ;
  143. animation:infobackin 2.5s ;
  144. animation-delay:4.5s;
  145. animation-fill-mode:forwards;
  146. -webkit-animation-delay:4.5s;
  147. -webkit-animation-fill-mode:forwards;
  148. }
  149.  
  150. @keyframes infobackin{
  151. from{opacity:0;}
  152. to{opacity:1;}
  153. }
  154.  
  155. #infobox2{
  156. position: static;
  157. z-index: 4;
  158. top: 30vh;
  159. right: 8vw;
  160. height: 45.5vh;
  161. width: 20vw;
  162. overflow: hidden;
  163. color: #cccccc;
  164. font-family: Segoe Print;
  165. font-size: 1.5vh;
  166. opacity:0;
  167. -webkit-animation:infobackin 2.5s ;
  168. animation:infobackin 2.5s ;
  169. animation-delay:4.5s;
  170. animation-fill-mode:forwards;
  171. -webkit-animation-delay:4.5s;
  172. -webkit-animation-fill-mode:forwards;
  173. }
  174.  
  175. @keyframes infoboxin{
  176. from{opacity:0;}
  177. to{opacity:1;}
  178. }
  179. @-webkit-keyframes infoboxin{
  180. from{opacity:0;}
  181. to{opacity:1;}
  182. }
  183.  
  184.  
  185.  
  186. #name{
  187. position: fixed;
  188. z-index:2;
  189. left: 26vw;
  190. top: -0.2vh;
  191. color: #FFFFFF;
  192. text-shadow: -0.3vw 0.3vw 0.3vw #610101;
  193. font-family: Nosifer;
  194. font-size: 4vw;
  195. letter-spacing: 0.5vw;
  196. opacity:0;
  197. -webkit-animation:namefade 1.5s 1;
  198. animation:namefade 1.5s 1;
  199. animation-delay:4s;
  200. animation-fill-mode:forwards;
  201. -webkit-animation-delay:4s;
  202. -webkit-animation-fill-mode:forwards;
  203. }
  204.  
  205. @keyframes namefade{
  206. from{opacity:0;}
  207. to{opacity:1;}
  208. }
  209. @-webkit-keyframes namefade{
  210. from{opacity:0;}
  211. to{opacity:1;}
  212. }
  213.  
  214.  
  215. h1{
  216. color: #E6A8A8;
  217. text-shadow: -0.2vw 0.2vw 0.2vw #610101;
  218. font-family: Shojumaru;
  219. font-size: 2.5vh;
  220. letter-spacing: 0.5vw;
  221. font-weight: normal;
  222. }
  223.  
  224. hr{
  225. border: 0.2vh solid #FFFFFF;
  226. outline: 0.2vw solid #610101;
  227. box-shadow: -0.2vw 0.2vw 0.2vw #610101;
  228. width: 90%;
  229. }
  230.  
  231. b, strong {color: #477F8E; font-family: Averia Libre; font-size: 1.8vh; font-style: normal; font-weight: bold; text-decoration: none; font-style: italic; font-weight: normal;}
  232.  
  233. a {
  234. color: #13AD53;
  235. text-decoration: none;
  236. }
  237.  
  238. a:link, a:active, a:visited {
  239. font-size:1.5vh;
  240. letter-spacing:0px;
  241. text-decoration: none;
  242. color: #D88A8A;
  243. -webkit-transition: all 0.5s linear;
  244. -moz-transition: all 0.5s linear;
  245. -o-transition: all 0.5s linear;
  246. }
  247.  
  248. a:hover {
  249. font-size:1.5vh;
  250. color:#52AFAC;
  251. text-decoraction: line-through;
  252. -webkit-transition: all 0.5s linear;
  253. -moz-transition: all 0.5s linear;
  254. -o-transition: all 0.5s linear;
  255. }
  256.  
  257. #buttons {
  258. z-index:3;
  259. list-style-type: none;
  260. margin: 0;
  261. padding: 0;
  262. width: 6.4vw;
  263. background-color: transparent;
  264. position: fixed;
  265. top: 31vh;
  266. left: 1.5vw;
  267. overflow: auto;
  268. font-family: Shojumaru;
  269. opacity:0;
  270. -webkit-animation:buttonfade 2.5s 1;
  271. animation:buttonfade 2.5s 1;
  272. animation-delay:4.5s;
  273. animation-fill-mode:forwards;
  274. -webkit-animation-delay:4.5s;
  275. -webkit-animation-fill-mode:forwards;
  276. }
  277.  
  278. @keyframes buttonfade{
  279. from{opacity:0;}
  280. to{opacity:1;}
  281. }
  282. @-webkit-keyframes buttonfade{
  283. from{opacity:0;}
  284. to{opacity:1;}
  285. }
  286.  
  287.  
  288. #buttons a {
  289. display: block;
  290. color: #FFFFFF;
  291. text-shadow: -0.2vw 0.2vw 0.2vw #610101;
  292. font-size: 2vh;
  293. padding: 0vh 0vh 0vh 0vh;
  294. text-decoration: none;
  295. }
  296.  
  297. #buttons a:hover{
  298. color:#C16E6E;
  299. text-shadow: -0.2vw 0.2vw 0.2vw #610101;
  300. font-size: 2vh;
  301. }
  302.  
  303. #buttons2 {
  304. z-index:3;
  305. list-style-type: none;
  306. margin: 0;
  307. padding: 0;
  308. width: 6.4vw;
  309. background-color: transparent;
  310. position: fixed;
  311. top: 31vh;
  312. right: 1.5vw;
  313. overflow: auto;
  314. font-family: Shojumaru;
  315. opacity:0;
  316. -webkit-animation:buttonfade 2.5s 1;
  317. animation:buttonfade 2.5s 1;
  318. animation-delay:4.5s;
  319. animation-fill-mode:forwards;
  320. -webkit-animation-delay:4.5s;
  321. -webkit-animation-fill-mode:forwards;
  322. }
  323.  
  324. @keyframes buttonfade{
  325. from{opacity:0;}
  326. to{opacity:1;}
  327. }
  328. @-webkit-keyframes buttonfade{
  329. from{opacity:0;}
  330. to{opacity:1;}
  331. }
  332.  
  333.  
  334. #buttons2 a {
  335. display: block;
  336. color: #FFFFFF;
  337. text-shadow: -0.2vw 0.2vw 0.2vw #610101;
  338. font-size: 2vh;
  339. padding: 0vh 0vh 0vh 0vh;
  340. text-decoration: none;
  341. }
  342.  
  343. #buttons2 a:hover{
  344. color:#C16E6E;
  345. text-shadow: -0.2vw 0.2vw 0.2vw #610101;
  346. font-size: 2vh;
  347. }
  348.  
  349. .circle{
  350. border-radius:0px;
  351. -webkit-transition: all 0.8s ease-out;
  352. -moz-transition: all 0.8s ease-out;
  353. -o-transition: all 0.8s ease-out;
  354. }
  355.  
  356. .circle:hover{
  357. border-radius:0px;
  358. -webkit-transition: all 0.8s ease-out;
  359. -moz-transition: all 0.8s ease-out;
  360. -o-transition: all 0.8s ease-out;
  361. -webkit-transform: rotate(0deg);
  362. -moz-transform: rotate(0deg);
  363. -ms-transform: rotate(0deg);
  364. -o-transform: rotate(-360deg);}
  365.  
  366. </style>
  367.  
  368.  
  369. <div id="image">
  370. <img src="http://i.imgur.com/5MNxMm8.png">
  371. </div>
  372.  
  373. <div id="image2">
  374. <img src="http://i.imgur.com/zbxe3SQ.png">
  375. </div>
  376.  
  377. <div id="name">
  378. Rena Ryuuguu
  379. </div>
  380.  
  381. <div id="buttons">
  382. <center>
  383. <a href="#stats">Stats</a>
  384. <a href="#bio">Bio</a>
  385. </center>
  386. </div>
  387. <div id="buttons2">
  388. <center>
  389. <a href="#friends">Friends</a>
  390. <a href="#ooc">OOC</a>
  391. </center>
  392. </div>
  393.  
  394.  
  395. <div id="infobackground">
  396. <div id="infobox">
  397. <center>
  398. <div style="height: 100%; overflow-y: hidden;">
  399. <a name="stats"></a>
  400. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  401. <h1>Stats</h1>
  402. <b>Words</b> here
  403. </div>
  404.  
  405. <a name="bio"></a>
  406. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  407. <h1>Story</h1>
  408. Words
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413.  
  414. <div id="infobackground2">
  415. <div id="infobox2">
  416. <a name="friends"></a>
  417. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  418. <h1>Friends</h1>
  419.  
  420. </div>
  421.  
  422. <a name="ooc"></a>
  423. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  424. <h1>OOC</h1>
  425. Words
  426. </div>
  427. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement