Advertisement
ZukoHiyama

Noct Code by Blackbird

Dec 21st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. <style>@import url('https://fonts.googleapis.com/css?family=Spectral+SC|Julius+Sans+One');
  2.  
  3. body{
  4. background-color:#000;
  5. }
  6.  
  7. ::-webkit-scrollbar {
  8. width: 3px;
  9. height: 0px;
  10. background:transparent;
  11. }
  12. ::-webkit-scrollbar-thumb {
  13. background-color:rgba(255,255,255,.18);
  14. -webkit-border-radius: 5px;
  15. border-radius: 5px;
  16. }
  17. ::selection {
  18. color: #777;
  19. background: #333;
  20. }
  21.  
  22. .flat{
  23. height:300px;
  24. width:500px;
  25. position:fixed;
  26. left:689px;
  27. bottom:164px;
  28. overflow:hidden;
  29. opacity:1;
  30. background-image:url(https://static.tumblr.com/9951ca2e7e884a48ca5b5269f5514cd6/lycuamb/jw3onle7s/tumblr_static_filename_640_v2.gif);
  31. background-size: 105%;
  32. background-repeat: no-repeat;
  33. filter:hue-rotate(190deg);
  34. background-position:center;
  35. -webkit-transition: all 0.5s ease-in-out;
  36. -moz-transition: all 0.5s ease-in-out;
  37. -o-transition: all 0.5s ease-in-out;
  38. -ms-transition: all 0.5s ease-in-out;
  39. transition: all 0.5s ease-in-out;
  40. }
  41.  
  42. body:hover .flat{
  43. border: 1px solid #111;
  44. outline: 1px solid #1a1a1a;
  45. outline-offset: 3px;
  46. }
  47.  
  48. .noct{
  49. opacity:0;
  50. height:300px;
  51. width:500px;
  52. position:fixed;
  53. left:691px;
  54. bottom:165px;
  55. overflow:hidden;
  56. -webkit-transition: all 0.5s ease-in-out;
  57. -moz-transition: all 0.5s ease-in-out;
  58. -o-transition: all 0.5s ease-in-out;
  59. -ms-transition: all 0.5s ease-in-out;
  60. transition: all 0.5s ease-in-out;
  61. }
  62.  
  63. body:hover .noct{
  64. opacity:.3;
  65. filter:brightness(100%);
  66. background-image:url(https://m.popkey.co/e952f9/gakkY.gif);
  67. background-repeat:no-repeat;
  68. background-size:100%;
  69. -webkit-transition: all 0.5s ease-in-out;
  70. -moz-transition: all 0.5s ease-in-out;
  71. -o-transition: all 0.5s ease-in-out;
  72. -ms-transition: all 0.5s ease-in-out;
  73. transition: all 0.5s ease-in-out;
  74.  
  75. }
  76.  
  77. .center{
  78. width: 480px;
  79. height: 280px;
  80. background-color:rgba(255,255,255,.05);
  81. position: fixed;
  82. left: 690px;
  83. bottom: 165px;
  84. padding:10px;
  85. color:#fff;
  86. font-family: 'Spectral SC', serif;
  87. text-align:center;
  88. font-size:10px;
  89. text-shadow:0px 0px 2px #000;
  90. opacity:0;
  91. z-index:99;
  92. overflow:auto;
  93. -webkit-transition: all 0.5s ease-in-out;
  94. -moz-transition: all 0.5s ease-in-out;
  95. -o-transition: all 0.5s ease-in-out;
  96. -ms-transition: all 0.5s ease-in-out;
  97. transition: all 1.7s ease-in-out;
  98. }
  99.  
  100. body:hover .center{
  101. opacity:1;
  102. transition-delay:.8s;
  103. }
  104.  
  105. .triage{
  106. position:fixed;
  107. margin:auto;
  108. left:910px;
  109. bottom:122px;
  110. width:48px;
  111. height:48px;
  112. opacity:1;
  113. transform:rotate(45deg);
  114. border:10px solid #326fd1;
  115. z-index:999;
  116. -webkit-transition: all 0.5s ease-in-out;
  117. -moz-transition: all 0.5s ease-in-out;
  118. -o-transition: all 0.5s ease-in-out;
  119. -ms-transition: all 0.5s ease-in-out;
  120. transition: all 0.5s ease-in-out;
  121. }
  122.  
  123. body:hover .triage{
  124. transform:rotate(135deg);
  125. filter: brightness(30%);
  126. opacity:1;
  127. -webkit-transition: all 0.5s ease-in-out;
  128. -moz-transition: all 0.5s ease-in-out;
  129. -o-transition: all 0.5s ease-in-out;
  130. -ms-transition: all 0.5s ease-in-out;
  131. transition: all 0.5s ease-in-out;
  132. }
  133.  
  134. .square{
  135. position:fixed;
  136. margin:auto;
  137. left:925px;
  138. bottom:137px;
  139. width:38px;
  140. height:38px;
  141. opacity:1;
  142. transform:rotate(45deg);
  143. background-color:#222;
  144. z-index:999;
  145. -webkit-transition: all 0.5s ease-in-out;
  146. -moz-transition: all 0.5s ease-in-out;
  147. -o-transition: all 0.5s ease-in-out;
  148. -ms-transition: all 0.5s ease-in-out;
  149. transition: all 0.5s ease-in-out;
  150. }
  151.  
  152. body:hover .square{
  153. transform:rotate(135deg);
  154. filter: brightness(100%);
  155. opacity:1;
  156. -webkit-transition: all 0.5s ease-in-out;
  157. -moz-transition: all 0.5s ease-in-out;
  158. -o-transition: all 0.5s ease-in-out;
  159. -ms-transition: all 0.5s ease-in-out;
  160. transition: all .8s ease-in-out;
  161. }
  162.  
  163.  
  164. .text1{
  165. color:#fefefe; font-family: 'Julius Sans One', sans-serif; font-size:47px; position:fixed; left:682px; bottom:125px; z-index:1001;
  166. text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  167. -webkit-transition: all 0.5s ease-in-out;
  168. -moz-transition: all 0.5s ease-in-out;
  169. -o-transition: all 0.5s ease-in-out;
  170. -ms-transition: all 0.5s ease-in-out;
  171. transition: all 1.8s ease-in-out;
  172. }
  173.  
  174. body:hover .text1{
  175. color:#ccc;
  176. text-shadow:-1px 0 #4d8ff9, 0 1px #4d8ff9, 1px 0 #4d8ff9, 0 -1px #4d8ff9;
  177. bottom:465px;
  178. -webkit-transition: all 0.5s ease-in-out;
  179. -moz-transition: all 0.5s ease-in-out;
  180. -o-transition: all 0.5s ease-in-out;
  181. -ms-transition: all 0.5s ease-in-out;
  182. transition: all 1.4s ease-in-out;
  183. }
  184. </style><div style="position:fixed; bottom:0px; left:300px;"><img src="http://static.tumblr.com/fbfa48d5295e1fdd362986c1022ecf47/dii4lo2/VRYn2plkl/tumblr_static_noctis-render.png"></div>
  185.  
  186. <div class="text1">Noctis Lucis Caelum</div>
  187.  
  188. <div class="center">
  189. "Heir apparent to the Lucian throne, Noctis's trials begin when he sets forth from the crown city in order to wed Lunafreya Nox Fleuret. In combat, he wields spectral weapons which he forges from thin air, a power possessed by those of his royal line."<br><br><br>[ under construction ]<br><br>
  190. PM Friendly. One-liner to multi-para. Snowballs mostly.<br><br>
  191.  
  192.  
  193.  
  194. </div>
  195. <div class="flat"></div>
  196. <div class="noct"></div>
  197.  
  198. <div class="triage"></div><div class="square"></div>
  199. <div class="center" style="position:fixed; bottom:15px; height:80px; border: 1px solid #111; outline: 1px solid #1a1a1a;outline-offset: 3px; padding-top:40px">[ friends / party list ]</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement