Advertisement
ChaZayari

Gumi!

Jul 21st, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Cabin&family=Iceland&family=Inconsolata&family=Montserrat+Subrayada&family=Nunito&family=Nunito+Sans&family=Pacifico&family=Quicksand&family=Rubik&family=VT323&display=swap');
  3. @import url('https://fonts.googleapis.com/css2?family=Coda&family=Iceland&family=Sacramento&family=Squada+One&display=swap');
  4. @import url('https://fonts.googleapis.com/css2?family=Changa+One&family=Coda:wght@400;800&family=Rowdies:wght@300;400;700&display=swap');
  5. @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Roboto+Condensed&family=Varta&display=swap');
  6. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  7. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  8. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  9.  
  10. body{
  11. background: rgb(70, 119, 103);
  12. }
  13.  
  14. @keyframes fadeinout{
  15. 0%{opacity: 0;}
  16. 30%{opacity: 1;}
  17. 80%{opacity: 1;}
  18. 100%{opacity: 0;}
  19. }
  20.  
  21. @keyframes colorscheme{
  22. 0%{filter:invert(0);}
  23. 100%{filter:invert(1);}
  24. }
  25.  
  26. @keyframes fadein{
  27. 0%{opacity: 0;z-index: 0;}
  28. 100%{opacity: 1;z-index: 5;}
  29. }
  30. @keyframes fadeout{
  31. 0%{opacity: 1;}
  32. 100%{opacity: 0;}
  33. }
  34.  
  35. @keyframes gumimage{
  36. 0%{right:-50vw;z-index: -1;}
  37. 50%{z-index: 10;}
  38. 100%{right: 7vw;z-index: 10;}
  39. }
  40.  
  41. @keyframes guminfobox{
  42. 0%{left:-70vw;z-index: -1;}
  43. 50%{z-index: 9;}
  44. 100%{left:20vw;z-index: 9;}
  45. }
  46.  
  47. @keyframes title2{
  48. 0%{left: -70vw;z-index: -1;}
  49. 50%{z-index: 10;}
  50. 100%{left: 20vw;z-index: 10;}
  51. }
  52.  
  53.  
  54. #fodder:target~#gumimask{animation:colorscheme 0.5s 1;animation-delay: 5.5s;animation-fill-mode: both;}
  55. #fodder:target{animation: fadeout .5s 1;animation-delay:2s;animation-fill-mode: both;}
  56. #fodder:target~#ooc{animation: fadeout .5s 1;animation-delay:2s;animation-fill-mode: both;}
  57. #fodder:target~#title{animation: fadeout .5s 1;animation-delay:2s;animation-fill-mode: both;}
  58. #fodder:target~#ready{animation: fadeinout 4s 1;animation-delay: 3s;animation-fill-mode: both;}
  59. #fodder:target~#letsgo{animation: fadeinout 4s 1;animation-delay: 6.5s;animation-fill-mode: both;}
  60. #fodder:target~#body{animation: fadein 2s 1;animation-delay: 8s;animation-fill-mode: both;}
  61. #fodder:target~#image{animation: gumimage 2s 1;animation-delay: 9s;animation-fill-mode: both;}
  62. #fodder:target~#infobox{animation: guminfobox 2s 1;animation-delay: 9s;animation-fill-mode: both;}
  63. #fodder:target~#title2{animation: title2 2s 1;animation-delay: 9s;animation-fill-mode: both;}
  64.  
  65.  
  66. #fodder{
  67. position: fixed;
  68. z-index: 3;
  69. transform: rotate(8deg);
  70. opacity: 1;
  71. height: 8vh;
  72. width: 8vw;
  73. top: 55vh;
  74. left: 30vw;
  75. }
  76.  
  77. #gumimask{
  78. position: fixed;
  79. z-index: 1;
  80. background: url(https://i.imgur.com/V645vxJ.png);
  81. background-position: center;
  82. background-size: cover;
  83. height: 100vh;
  84. width:100vw;
  85. left:0vw;
  86. top:0vh;
  87. filter: invert(0);
  88. }
  89.  
  90.  
  91.  
  92. #ooc{
  93. position: fixed;
  94. z-index: 2;
  95. transform: rotate(8deg);
  96. background: rgb(84, 148, 92);
  97. border: .5vh rgb(43, 32, 24) solid;
  98. height: 20vh;
  99. width: 30vw;
  100. top: 30vh;
  101. left: 10vw;
  102. font-family: 'Iceland';
  103. font-size: 2.25vh;
  104. color: #fff;
  105. }
  106.  
  107. #title{
  108. position: fixed;
  109. z-index: 3;
  110. opacity: 1;
  111. transform: rotate(8deg);
  112. color: rgb(43, 32, 24);
  113. height: 10vh;
  114. width: 30vw;
  115. top: 20vh;
  116. left: 11vw;
  117. font-family: 'Squada One';
  118. font-size: 12vh;
  119. }
  120.  
  121.  
  122. .start{
  123. position: absolute;
  124. color: #fff;
  125. font-family: 'Squada One';
  126. text-align: center;
  127. font-size: 6vh;
  128. }
  129.  
  130. #ready{
  131. position: fixed;
  132. z-index: 1;
  133. height: 20vh;
  134. width: 30vw;
  135. top: 40vh;
  136. left:10vw;
  137. font-family: 'VT323';
  138. font-size: 10vh;
  139. color: #fff;
  140. opacity: 0;
  141. }
  142.  
  143. #letsgo{
  144. position: fixed;
  145. z-index: 1;
  146. height: 20vh;
  147. width: 30vw;
  148. top: 40vh;
  149. left:10vw;
  150. font-family: 'VT323';
  151. font-size: 10vh;
  152. color: #000;
  153. opacity: 0;
  154. }
  155.  
  156. #body{
  157. position: fixed;
  158. background:#ebe8c6;
  159. height: 100vh;
  160. width: 100vw;
  161. left: 0vw;
  162. top: 0vh;
  163. }
  164.  
  165.  
  166. #image{
  167. position: fixed;
  168. top: 0vh;
  169. filter: drop-shadow(2vh 2vh .25vh #878b92);
  170. }
  171. #image img{
  172. height: 100vh;
  173. }
  174.  
  175. #title2{
  176. position: fixed;
  177. height: 15vh;
  178. width: 40vw;
  179. top: 28vh;
  180. font-family: 'Changa One';
  181. font-size: 16vh;
  182. color: #FEFEF6;
  183. text-shadow: 0 0 .5vh rgb(138, 138, 138);
  184. }
  185.  
  186.  
  187. #infobox{
  188. position: fixed;
  189. background: #C2C671;
  190. height: 40vh;
  191. bottom: 20vh;
  192. width: 60vw;
  193. box-shadow: 2vh 2vh .25vh #878b92;
  194. overflow: auto;
  195. }
  196.  
  197. #info1, #info2, #info3, #info4{
  198. position: absolute;
  199. background: #87a55f;
  200. padding: .5%;
  201. box-shadow: 0vh 0vh .5vh rgb(138, 138, 138);
  202. height: 35vh;
  203. width: 18vw;
  204. font-family: 'Roboto Condensed';
  205. font-size: 2vh;
  206. color: #fff;
  207. overflow: auto;
  208. }
  209.  
  210. #info1{
  211. top: 6vh;
  212. left: 3vw;
  213. }
  214.  
  215. #info2{
  216. top: 38vh;
  217. left: 23vw;
  218. }
  219.  
  220. #info3{
  221. top: 70vh;
  222. left: 3vw;
  223. }
  224.  
  225. #info4{
  226. top: 102vh;
  227. left: 23vw;
  228. }
  229.  
  230. #imgur1, #imgur2, #imgur3, #imgur4{
  231. position: absolute;
  232. width: 18vw;
  233. padding: .5%;
  234. box-shadow: 0vh 0vh .5vh rgb(138, 138, 138);
  235. }
  236. #imgur1{
  237. background: url(https://i.imgur.com/3j16zgP.png);
  238. background-size: cover;
  239. background-position: 0% 5%;
  240. height: 28vh;
  241. top: 6vh;
  242. left: 23vw;
  243. }
  244. #imgur2{
  245. background: url(https://i.imgur.com/WKcnEIT.png);
  246. background-size: cover;
  247. background-position: 0% 5%;
  248. height: 20vh;
  249. top: 45.5vh;
  250. left: 3vw;
  251. }
  252. #imgur3{
  253. background: url(https://i.imgur.com/KmPq2Ef.png);
  254. background-size: cover;
  255. background-position: 0% 5%;
  256. height: 20vh;
  257. top:77.5vh;
  258. left: 23vw;
  259. }
  260. #imgur4{
  261. background: url(https://i.imgur.com/0Gtf7kE.png);
  262. background-size: cover;
  263. background-position: 0% 5%;
  264. height: 25vh;
  265. top: 109.5vh;
  266. left: 3vw;
  267. }
  268.  
  269.  
  270.  
  271. h1{
  272. font-family: 'Rowdies';
  273. font-size: 4vh;
  274. color: #fff;
  275. font-weight: lighter;
  276. text-align: center;
  277. }
  278.  
  279. .r{float: right;}
  280. a{color: #fff;text-decoration: underline;transition: 0.3s;}
  281. a:hover{text-shadow: 0 0 1vh #fff; transition: 0.3s;}
  282. .friend{height: 10vh;width:10vh;}
  283.  
  284. </style>
  285.  
  286. <div id="fodder">
  287. <a href="#fodder">
  288. <div class="start">Start?</div
  289. ></a>
  290. </div>
  291. <div id="gumimask"></div>
  292.  
  293. <div id="title">GUMI</div>
  294.  
  295.  
  296. <div id="ooc">
  297. <ol>
  298. <li>Wheaton's Law.</li>
  299. <li>In Room Approach.</li>
  300. <li>Lorem Ipsum</li>
  301. <li>Delor Sit Amet</li>
  302. <li>Small OOC Snippets.</li>
  303. </ol><br>
  304. </div>
  305.  
  306. <div id="ready">
  307. Ready, Set...
  308. </div>
  309.  
  310. <div id="letsgo">
  311. It's Gumi Time!
  312. </div>
  313.  
  314. <div id="body"></div>
  315.  
  316. <div id="image">
  317. <img src="https://i.imgur.com/3lnXjOS.png">
  318. </div>
  319. <div id="title2">GUMI!</div>
  320.  
  321.  
  322.  
  323. <div id="infobox">
  324. <div id="info1">
  325. <h1>Story?</h1>
  326. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  327. </div>
  328.  
  329. <div id="imgur1"></div>
  330.  
  331. <div id="info2">
  332. <h1>Stats?</h1>
  333. Name<div class="r">Stat</div><br>
  334. Name<div class="r">Stat</div><br>
  335. Name<div class="r">Stat</div><br>
  336. Name<div class="r">Stat</div><br>
  337. <br>
  338. Name<div class="r">Stat</div><br>
  339. Name<div class="r">Stat</div><br>
  340. Name<div class="r">Stat</div><br>
  341. Name<div class="r">Stat</div><br>
  342. <br>
  343. Name<div class="r">Stat</div><br>
  344. Name<div class="r">Stat</div><br>
  345. Name<div class="r">Stat</div><br>
  346. Name<div class="r">Stat</div><br>
  347. </div>
  348.  
  349. <div id="imgur2"></div>
  350.  
  351. <div id="info3">
  352. <h1>Notes?</h1>
  353. <ol>
  354. <li></li>
  355. <li></li>
  356. <li></li>
  357. <li></li>
  358. <li></li>
  359. <li></li>
  360. <li></li>
  361. <li></li>
  362. <li></li>
  363. <li>Layout was built by <a href="https://roleplay.chat/profile.php?user=From+Shadows+Codes">From Shadows</a> for Gumi's use <u>only!</u> Please do not steal or appropriate.</li>
  364. </ol>
  365. </div>
  366.  
  367. <div id="imgur3"></div>
  368.  
  369. <div id="info4">
  370. <h1>Friends?</h1>
  371. <a href="FRIEND LINK HERE"><img src="friendpichere" class="friend"></a>
  372. <a href="FRIEND LINK HERE"><img src="friendpichere" class="friend"></a>
  373. <a href="FRIEND LINK HERE"><img src="friendpichere" class="friend"></a>
  374. <a href="FRIEND LINK HERE"><img src="friendpichere" class="friend"></a>
  375. <a href="FRIEND LINK HERE"><img src="friendpichere" class="friend"></a>
  376. <a href="FRIEND LINK HERE"><img src="friendpichere" class="friend"></a>
  377. <a href="FRIEND LINK HERE"><img src="friendpichere" class="friend"></a>
  378. <a href="FRIEND LINK HERE"><img src="friendpichere" class="friend"></a>
  379. </div>
  380.  
  381. <div id="imgur4"></div>
  382. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement