Advertisement
Falkstids

Bloodmoon Shen

Sep 14th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Exo+2:200,400,900');
  2.  
  3. body{
  4. background:#000;
  5. overflow:hidden;
  6. }
  7.  
  8. ::-webkit-scrollbar
  9. {
  10. width:0px;
  11. background-color: transparent;
  12. }
  13.  
  14. #overlay{
  15. background-image:url(https://www.transparenttextures.com/patterns/noise-pattern-with-subtle-cross-lines.png);
  16. width:100%;
  17. height:100%;
  18. position:absolute;
  19. left:0px;
  20. top:0px;
  21. z-index:20;
  22. }
  23.  
  24. #moon{
  25. background-image:url(https://i.imgur.com/9aFLXrl.png);
  26. background-size:100%;
  27. width:250px;
  28. height:250px;
  29. position:absolute;
  30. top:50%;
  31. left:50%;
  32. margin-left:-125px;
  33. margin-top:-125px;
  34. animation:moon 4s 2.5s;
  35. animation-fill-mode:forwards;
  36. }
  37.  
  38. @keyframes moon{
  39. from{margin-top:-125px;}
  40. to{margin-top:-300px;}
  41.  
  42. }
  43.  
  44. #cloud1{
  45. background-image:url(http://www.freepngimg.com/download/cloud/1-white-clouds-png-image.png);
  46. background-size:100%;
  47. width:600px;
  48. height:450px;
  49. position:absolute;
  50. top:50%;
  51. left:50%;
  52. margin-left:-125px;
  53. margin-top:-150px;
  54. background-repeat:no-repeat;
  55. animation:cloud1 5s 1s;
  56. animation-fill-mode:forwards;
  57. }
  58.  
  59.  
  60. @keyframes cloud1{
  61. 0%{opacity:1; margin-left:-125px;}
  62. 50%{opacity:1; margin-left:125px;}
  63. 100%{opacity:0; margin-left:125px;}
  64. }
  65.  
  66. #cloud2{
  67. background-image:url(http://pngimg.com/uploads/cloud/cloud_PNG30.png);
  68. background-size:100%;
  69. width:600px;
  70. height:450px;
  71. position:absolute;
  72. top:50%;
  73. left:50%;
  74. margin-left:-450px;
  75. margin-top:-150px;
  76. background-repeat:no-repeat;
  77. animation:cloud2 5s 1s;
  78. animation-fill-mode:forwards;
  79. }
  80.  
  81. @keyframes cloud2{
  82. 0%{opacity:1; margin-left:-450px;}
  83. 50%{opacity:1; margin-left:-675px;}
  84. 100%{opacity:0; margin-left:-675px;}
  85. }
  86.  
  87. #shen{
  88. background-image:url(https://i.imgur.com/zsyBdz6.png);
  89. background-size:100%;
  90. background-repeat:no-repeat;
  91. width:800px;
  92. height:600px;
  93. position:absolute;
  94. top:50%;
  95. z-index:15;
  96. left:50%;
  97. margin-top:-150px;
  98. margin-left:-300px;
  99. opacity:0;
  100. animation:shen 2s 5s;
  101. animation-fill-mode:forwards;
  102. filter:contrast(130%);
  103. }
  104.  
  105. @keyframes shen{
  106. from{opacity:0;}
  107. to{opacity:1;}
  108.  
  109. }
  110.  
  111. #boxthing{
  112. background-color:#350609;
  113. background-image:url(http://bighdwalls.com/wp-content/uploads/japan-fuji-tree-Hd-Wall011.jpg);
  114. background-position:0px 200px;
  115. background-size:100%;
  116. width:700px;
  117. height:150px;
  118. position:absolute;
  119. z-index:25;
  120. top:50%;
  121. left:50%;
  122. margin-top:175px;
  123. margin-left:-350px;
  124. opacity:0;
  125. animation:shen 2s 5s;
  126. animation-fill-mode:forwards;
  127. filter:grayscale(50%) brightness(80%) contrast(110%);
  128. box-shadow:0px 0px 10px 0px #000;
  129. }
  130.  
  131. #box1{
  132. border:solid 1px #a41d1c;
  133. height:130px;
  134. width:240px;
  135. background-color:rgba(35, 39, 100, 0.85);
  136. position:absolute;
  137. margin-left:10px;
  138. margin-top:5px;
  139. box-shadow:0px 0px 10px 0px #000;
  140. padding:5px;
  141. overflow:auto;
  142. }
  143.  
  144.  
  145. #box2{
  146. border:solid 1px #a41d1c;
  147. height:130px;
  148. width:190px;
  149. background-color:rgba(35, 39, 100, 0.85);
  150. position:absolute;
  151. right:0px;
  152. margin-right:10px;
  153. margin-top:5px;
  154. box-shadow:0px 0px 10px 0px #000;
  155. padding:5px;
  156. }
  157.  
  158.  
  159. #box3{
  160. border:solid 1px #a41d1c;
  161. height:30px;
  162. width:200px;
  163. background-color:rgba(35, 39, 100, 0.85);
  164. position:absolute;
  165. right:0px;
  166. margin-right:220px;
  167. margin-top:5px;
  168. box-shadow:0px 0px 10px 0px #000;
  169. padding:5px;
  170. }
  171.  
  172. a.tooltip:hover {text-decoration:none;}
  173. a.tooltip span {
  174. display:none;
  175. padding:5px;
  176. margin-left:-6px;
  177. margin-top:40px;
  178. width: 200px;
  179. height: 65px;
  180. line-height:14px;
  181. z-index:10;
  182.  
  183. }
  184.  
  185. a.tooltip:hover span {
  186. display:inline;
  187. position:fixed;
  188. color:#eee;
  189. font-size:7px;
  190. text-align:left;
  191. line-height:11px;
  192. background-color:rgba(35, 39, 100, 0.85);
  193. z-index:99;
  194.  
  195. border:solid 1px #a41d1c;
  196. }
  197.  
  198. h1{
  199. font-family: 'Exo 2', sans-serif;
  200. font-size:40pt;
  201. color:#a41d1c;
  202. margin-top:-60px;
  203. position:absolute;
  204. font-weight:900;
  205.  
  206. }
  207.  
  208. h4{
  209. font-family: 'Exo 2', sans-serif;
  210. font-size:7pt;
  211. position:absolute;
  212. color:#fff;
  213. margin-top:150px;
  214. font-weight:200;
  215. }
  216.  
  217. <div id="moon"></div>
  218. <div id="cloud1"></div>
  219. <div id="cloud2"></div>
  220. <div id="overlay"></div>
  221. <div id="shen"></div>
  222. <div id="boxthing">
  223. <div id="box1">
  224.  
  225. </div>
  226. <div id="box2">
  227.  
  228. </div>
  229. <div id="box3">
  230. <a target="_blank" href="" class="tooltip">
  231. <img style="filter:drop-shadow(0px 0px 4px #000); height:35px; position:absolute; left:5px; top:2.5px;" src="https://ddragon.leagueoflegends.com/cdn/8.9.1/img/passive/Shen_Passive.png">
  232. <div class= "wrapper"><span><div class="arrowup"></div><h2>Ionian Fervor</h2><br><p style="margin-top: -15px;">
  233. When Irelia strikes enemies with spells she gains a stacking bonus damage buff on her basic attacks. At maximum stacks she also gains Attack Speed and deals bonus damage to shields.
  234. </p></span></div></a>
  235.  
  236. <a target="_blank" href="" class="tooltip">
  237. <img style="filter:drop-shadow(0px 0px 4px #000); height:35px; position:absolute; left:47.5px; top:2.5px;" src="https://ddragon.leagueoflegends.com/cdn/8.9.1/img/spell/ShenQ.png">
  238. <div class= "wrapper"><span><div class="arrowup"></div><h2>Ionian Fervor</h2><br><p style="margin-top: -15px;">
  239. When Irelia strikes enemies with spells she gains a stacking bonus damage buff on her basic attacks. At maximum stacks she also gains Attack Speed and deals bonus damage to shields.
  240. </p></span></div></a>
  241.  
  242. <a target="_blank" href="" class="tooltip">
  243. <img style="filter:drop-shadow(0px 0px 4px #000); height:35px; position:absolute; left:87.5px; top:2.5px;" src="https://ddragon.leagueoflegends.com/cdn/8.9.1/img/spell/ShenW.png">
  244. <div class= "wrapper"><span><div class="arrowup"></div><h2>Ionian Fervor</h2><br><p style="margin-top: -15px;">
  245. When Irelia strikes enemies with spells she gains a stacking bonus damage buff on her basic attacks. At maximum stacks she also gains Attack Speed and deals bonus damage to shields.
  246. </p></span></div></a>
  247.  
  248. <a target="_blank" href="" class="tooltip">
  249. <img style="filter:drop-shadow(0px 0px 4px #000); height:35px; position:absolute; left:127.5px; top:2.5px;" src="https://ddragon.leagueoflegends.com/cdn/8.9.1/img/spell/ShenE.png">
  250. <div class= "wrapper"><span><div class="arrowup"></div><h2>Ionian Fervor</h2><br><p style="margin-top: -15px;">
  251. When Irelia strikes enemies with spells she gains a stacking bonus damage buff on her basic attacks. At maximum stacks she also gains Attack Speed and deals bonus damage to shields.
  252. </p></span></div></a>
  253. <a target="_blank" href="" class="tooltip">
  254. <img style="filter:drop-shadow(0px 0px 4px #000); height:35px; position:absolute; left:170px; top:2.5px;" src="https://ddragon.leagueoflegends.com/cdn/8.9.1/img/spell/ShenR.png">
  255. <div class= "wrapper"><span><div class="arrowup"></div><h2>Ionian Fervor</h2><br><p style="margin-top: -15px;">
  256. When Irelia strikes enemies with spells she gains a stacking bonus damage buff on her basic attacks. At maximum stacks she also gains Attack Speed and deals bonus damage to shields.
  257. </p></span></div></a>
  258. </div>
  259.  
  260. <h1>Bloodmoon Shen </h1>
  261. <h4>league of legends - golden rule - canon divergent/my take - story/smut welcome - experienced roleplay - snowball writer - my code, holla at me for one as well - discord available - Irelia is bae
  262. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement