Advertisement
Lizellea

Paradoxa

Jul 8th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.79 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Cormorant+Unicase);
  3. @import url(https://fonts.googleapis.com/css?family=Quicksand);
  4. @import url(https://fonts.googleapis.com/css?family=Cinzel);
  5. ::-webkit-scrollbar { width: 0.4vw; height: 0.4vw;}
  6. ::-webkit-scrollbar-track { border-radius: 0px; background-color: #;}
  7. ::-webkit-scrollbar-thumb { border: 0.1vh solid #; border-radius:50px; background-color: #;}
  8.  
  9.  
  10. body{background-color:black;}
  11. .image{position:absolute;top:0%;left:33.5%;width:32%;height:98.5%;background:url(http://i.picpar.com/GX6b.jpg);background-size:100% 100%;background-position:center;background-color:transparent;background-repeat:no-repeat; border: 6px groove white;z-index:-2;opacity:0.5;
  12. -webkit-animation-name: title1;
  13. -webkit-animation-duration: 10s;
  14. animation-name:title1;
  15. animation-duration: 10s;
  16. }
  17.  
  18. @-webkit-keyframes title1 {
  19. 0% {opacity:1;z-index:2;}
  20. 10% {opacity:0.30;z-index:2;}
  21. 20% {opacity:1;z-index:2;}
  22. 30% {opacity:0.30;z-index:2;}
  23. 40% {opacity:1;z-index:2;}
  24. 50% {opacity:0.30;z-index:2;}
  25. 60% {opacity:1;z-index:2;}
  26. 70% {opacity:0.30;z-index:2;}
  27. 100% {opacity:0.5;z-index:-2;}
  28. }
  29.  
  30. @keyframes title1 {
  31. 0% {opacity:1;z-index:2;}
  32. 10% {opacity:0.30;z-index:2;}
  33. 20% {opacity:1;z-index:2;}
  34. 30% {opacity:0.30;z-index:2;}
  35. 40% {opacity:1;z-index:2;}
  36. 50% {opacity:0.30;z-index:2;}
  37. 60% {opacity:1;z-index:2;}
  38. 70% {opacity:0.30;z-index:2;}
  39. 100% {opacity:0.5;z-index:-2;}
  40. }
  41.  
  42. h1{
  43. color: #000;
  44. text-shadow: -0.2vw 0.2vw 0.2vw #fff;
  45. font-family: Cormorant unicase;
  46. font-size: 3.5vh;
  47. letter-spacing: 0.5vw;
  48. font-weight: normal;
  49. }
  50.  
  51.  
  52. b, strong {color: #ccc; font-family: Cinzel; font-size: 1.6vh; font-style: normal; font-weight: bold; text-decoration: none; font-style: italic; font-weight: normal; text-shadow: -0.1vw 0.1vw 0.1vw #fff;}
  53.  
  54. a {
  55. color: #B10707;
  56. text-decoration: none;
  57. }
  58.  
  59. a:link, a:active, a:visited {
  60. font-size:1.7vh;
  61. letter-spacing:0px;
  62. text-decoration: none;
  63. color: #B10707;
  64. -webkit-transition: all 0.5s linear;
  65. -moz-transition: all 0.5s linear;
  66. -o-transition: all 0.5s linear;
  67. }
  68.  
  69. a:hover {
  70. font-size:1.5vh;
  71. color:#fff;
  72. text-decoraction: line-through;
  73. -webkit-transition: all 0.5s linear;
  74. -moz-transition: all 0.5s linear;
  75. -o-transition: all 0.5s linear;
  76. }
  77.  
  78. #infobackground{
  79. position: fixed;
  80. z-index: 3;
  81. top: 30vh;
  82. left: 8vw;
  83. height: 45.5vh;
  84. width: 20vw;
  85. background: #0E0D0D;
  86. border-top: 0.2vw groove #727070;
  87. border-bottom: 0.2vw groove #727070;
  88. border-left: 0.2vw groove #727070;
  89. border-right: 0.2vw groove #727070;
  90. box-shadow: -0.4vw 0.5vw 0.5vw #fff;
  91. overflow: hidden;
  92. color: #cccccc;
  93. font-family: quicksand;
  94. font-size: 10vh;
  95. opacity:0;
  96. -webkit-animation:infobackin 2.5s 1;
  97. animation:infobackin 2.5s 1;
  98. animation-delay:4.5s;
  99. animation-fill-mode:forwards;
  100. -webkit-animation-delay:4.5s;
  101. -webkit-animation-fill-mode:forwards;
  102. }
  103.  
  104. @keyframes infobackin{
  105. from{opacity:0;}
  106. to{opacity:1;}
  107. }
  108.  
  109. #infobox{
  110. position: static;
  111. z-index: 4;
  112. top: 30vh;
  113. left: 8vw;
  114. height: 45.5vh;
  115. width: 20vw;
  116. overflow: hidden;
  117. color: #000;
  118. text-shadow: -0.1vw 0.1vw 0.1vw #fff;
  119. font-family: quicksand;
  120. font-size: 1.7vh;
  121. opacity:0;
  122. -webkit-animation:infobackin 2.5s 1;
  123. animation:infobackin 2.5s 1;
  124. animation-delay:4.5s;
  125. animation-fill-mode:forwards;
  126. -webkit-animation-delay:4.5s;
  127. -webkit-animation-fill-mode:forwards;
  128. }
  129.  
  130. @keyframes infoboxin{
  131. from{opacity:0;}
  132. to{opacity:1;}
  133. }
  134. @-webkit-keyframes infoboxin{
  135. from{opacity:0;}
  136. to{opacity:1;}
  137. }
  138.  
  139. #infobackground2{
  140. position: fixed;
  141. z-index: 3;
  142. top: 30vh;
  143. right: 8vw;
  144. height: 45.5vh;
  145. width: 20vw;
  146. background: #0E0D0D;
  147. border-top: 0.2vw groove #727070;
  148. border-bottom: 0.2vw groove #727070;
  149. border-left: 0.2vw groove #727070;
  150. border-right: 0.2vw groove #727070;
  151. box-shadow: 0.4vw 0.5vw 0.5vw #fff;
  152. overflow: hidden;
  153. color: #cccccc;
  154. font-family: quicksand;
  155. font-size: 10vh;
  156. opacity:0;
  157. -webkit-animation:infobackin 2.5s ;
  158. animation:infobackin 2.5s ;
  159. animation-delay:4.5s;
  160. animation-fill-mode:forwards;
  161. -webkit-animation-delay:4.5s;
  162. -webkit-animation-fill-mode:forwards;
  163. }
  164.  
  165. @keyframes infobackin{
  166. from{opacity:0;}
  167. to{opacity:1;}
  168. }
  169.  
  170. #infobox2{
  171. position: static;
  172. z-index: 4;
  173. top: 30vh;
  174. right: 8vw;
  175. height: 45.5vh;
  176. width: 20vw;
  177. overflow: hidden;
  178. color: #000;
  179. text-shadow: -0.1vw 0.1vw 0.1vw #fff;
  180. font-family: quicksand;
  181. font-size: 1.7vh;
  182. opacity:0;
  183. -webkit-animation:infobackin 2.5s ;
  184. animation:infobackin 2.5s ;
  185. animation-delay:4.5s;
  186. animation-fill-mode:forwards;
  187. -webkit-animation-delay:4.5s;
  188. -webkit-animation-fill-mode:forwards;
  189. }
  190.  
  191. @keyframes infoboxin{
  192. from{opacity:0;}
  193. to{opacity:1;}
  194. }
  195. @-webkit-keyframes infoboxin{
  196. from{opacity:0;}
  197. to{opacity:1;}
  198. }
  199.  
  200. #buttons {
  201. z-index:2;
  202. list-style-type: none;
  203. margin: 0;
  204. padding: 0;
  205. width: 8.4vw;
  206. background-color: transparent;
  207. position: fixed;
  208. top: 50vh;
  209. left: 46vw;
  210. overflow: auto;
  211. font-family: Cormorant unicase;
  212. font-weight: bold;
  213. opacity:0;
  214. -webkit-animation:buttonfade 2.5s 1;
  215. animation:buttonfade 2.5s 1;
  216. animation-delay:4.5s;
  217. animation-fill-mode:forwards;
  218. -webkit-animation-delay:4.5s;
  219. -webkit-animation-fill-mode:forwards;
  220. }
  221.  
  222. @keyframes buttonfade{
  223. from{opacity:0;}
  224. to{opacity:1;}
  225. }
  226. @-webkit-keyframes buttonfade{
  227. from{opacity:0;}
  228. to{opacity:1;}
  229. }
  230.  
  231.  
  232. #buttons a {
  233. display: block;
  234. color: #000000;
  235. text-shadow: -0.2vw 0.2vw 0.2vw #fff;
  236. font-size: 4vh;
  237. padding: 0vh 0vh 0vh 0vh;
  238. text-decoration: none;
  239. }
  240.  
  241. #buttons a:hover{
  242. color:#ffffff;
  243. text-shadow: -0.2vw 0.2vw 0.2vw #cccccc;
  244. font-size: 4vh;
  245. }
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252. </style>
  253. <div class="image"></div>
  254.  
  255. <div id="buttons">
  256. <center>
  257. <a href="#stats">Stats</a>
  258. <a href="#bio">Bio</a>
  259. <a href="#abilities">Abilities</a>
  260. <a href="#ooc">OOC</a>
  261. </center>
  262. </div>
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269. <div id="infobackground">
  270. <div id="infobox">
  271. <center>
  272. <div style="height: 100%; overflow-y: hidden;">
  273. <a name="stats"></a>
  274. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  275. <h1>Stats</h1>
  276. <b>Words</b> here
  277. </div>
  278.  
  279. <a name="bio"></a>
  280. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  281. <h1>Bio</h1>
  282. Words
  283. </div>
  284. </div>
  285. </div>
  286. </div>
  287.  
  288. <div id="infobackground2">
  289. <div id="infobox2">
  290. <a name="abilities"></a>
  291. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  292. <h1>Abilities</h1>
  293. Words
  294. </div>
  295.  
  296. <a name="ooc"></a>
  297. <div style="width:100%; height: 100%; top: 100px; overflow: auto;" align="center">
  298. <h1>OOC</h1>
  299. Profile code by: <a href="profile.php?user=Pachi" target="_blank">Pachi</a>. Ask her if you can use it.<br><br>
  300. </div>
  301. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement