thisisnotras

LOL Rumor.

Aug 28th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | None | 0 0
  1. <style>
  2.  
  3. body{color:black;}
  4.  
  5. @font-face {
  6. font-family: 'Trade Winds';
  7. font-style: normal;
  8. font-weight: 400;
  9. src: local('Trade Winds'), local('TradeWinds'), url(https://fonts.gstatic.com/s/tradewinds/v5/P7L1H4TWVDNJivDGg_--QI4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  10. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  11. }
  12.  
  13. @font-face {
  14. font-family: 'Allura';
  15. font-style: normal;
  16. font-weight: 400;
  17. src: local('Allura'), local('Allura-Regular'), url(https://fonts.gstatic.com/s/allura/v4/bLVigXKcYDndNJVaeMpTI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  18. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  19. }
  20.  
  21. @font-face {
  22. font-family: 'Allura';
  23. font-style: normal;
  24. font-weight: 400;
  25. src: local('Allura'), local('Allura-Regular'), url(https://fonts.gstatic.com/s/allura/v4/POH_k539yBSzDKiiyA98Tg.woff2) format('woff2');
  26. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  27. }
  28.  
  29. a, a:visited, a:hover { color: default; text-decoration: none; color: black; font-weight: 400; }
  30.  
  31. body {background: transparent;
  32. font-size: 15px;
  33. color: black;}
  34.  
  35. #worldtwo{
  36. position: absolute;
  37. top: 0px;
  38. left: 0px;
  39. right: 0px;
  40. bottom: 0px;
  41. background-image:
  42. url(http://i18.photobucket.com/albums/b149/abysmal_rage/Yume2kkifull1478521.jpg);
  43. background-position: bottom right;
  44. background-repeat: no-repeat;
  45. background-size: auto 100%;
  46. background-color: #2F2F2F;
  47. overflow: hidden;
  48. }
  49.  
  50.  
  51. #secondlyric {
  52. border: 0px solid red;
  53. position: absolute;
  54. top: 200px;
  55. left: 5%;
  56. font-family: 'Allura', cursive;
  57. color: black;
  58. font-weight: 400;
  59. color: #7A7A7A;
  60. text-align: left;
  61. font-size: 20pt;
  62. text-shadow: 1px 1px 3px black;
  63. }
  64.  
  65.  
  66. #thirdlyric
  67. {
  68. position: relative;
  69. top: 350px;
  70. left: 5%;
  71. font-family: 'Trade Winds', cursive;
  72. color: black;
  73. font-weight: 400;
  74. color: #000000;
  75. border: 0px solid red;
  76. text-align: left;
  77. border: 0px solid red;
  78. font-size: 15pt;
  79. line-height:0px;
  80. text-shadow: 2px 2px 3px #2F2F2F;
  81. }
  82.  
  83. #thirdlyric *{
  84. opacity: 0;}
  85.  
  86. @-webkit-keyframes animstyle1{
  87. 0%{opacity:0;}
  88. 50%{opacity:1;}
  89. 100%{opacity:0;}
  90. }
  91.  
  92. @-keyframes animstyle1{
  93. 0%{opacity:0;}
  94. 50%{opacity:1;}
  95. 100%{opacity:0;}
  96. }
  97.  
  98. .opslip{
  99. animation: animstyle1 3s;
  100. -webkit-animation: animstyle1 3s;}
  101.  
  102. i{
  103. text-decoration: none;
  104. font-style: normal;
  105. animation: animstyle1 1.5s linear;
  106. -webkit-animation: animstyle1 1.5s linear;}
  107.  
  108. i:nth-child(2){
  109. animation: animstyle1 1.5s .5s;
  110. -webkit-animation: animstyle1 1.5s .5s;}
  111.  
  112. i:nth-child(3){
  113. animation: animstyle1 1.5s 1s;
  114. -webkit-animation: animstyle1 1.5s 1s;}
  115.  
  116. i:nth-child(4){
  117. animation: animstyle1 1.5s 1.5s;
  118. -webkit-animation: animstyle1 1.5s 1.5s;}
  119.  
  120. i:nth-child(5){
  121. animation: animstyle1 1.5s 1.7s;
  122. -webkit-animation: animstyle1 1.5s 1.7s;}
  123.  
  124.  
  125.  
  126. i:nth-child(7){
  127. animation: animstyle1 1.5s 2s;
  128. -webkit-animation: animstyle1 1.5s 2s;}
  129.  
  130. i:nth-child(8){
  131. animation: animstyle1 1.5s 2.5s;
  132. -webkit-animation: animstyle1 1.5s 2.5s;}
  133.  
  134. i:nth-child(9){
  135. animation: animstyle1 1.5s 3s;
  136. -webkit-animation: animstyle1 1.5s 3s;}
  137.  
  138. i:nth-child(10){
  139. animation: animstyle1 1.5s 3.5s;
  140. -webkit-animation: animstyle1 1.5s 3.5s;}
  141.  
  142. i:nth-child(11){
  143. animation: animstyle1 1.5s 3.7s;
  144. -webkit-animation: animstyle1 1.5s 3.7s;}
  145.  
  146.  
  147.  
  148. i:nth-child(13){
  149. animation: animstyle1 .7s 4.1s;
  150. -webkit-animation: animstyle1 .7s 4.1s;
  151. letter-spacing: 10px;}
  152.  
  153. i:nth-child(14){
  154. animation: animstyle1 .7s 4.2s;
  155. -webkit-animation: animstyle1 .7s 4.2s;
  156. letter-spacing: 10px;}
  157.  
  158. i:nth-child(15){
  159. animation: animstyle1 .7s 4.3s;
  160. -webkit-animation: animstyle1 .7s 4.3s;
  161. letter-spacing: 10px;}
  162.  
  163. i:nth-child(16){
  164. animation: animstyle1 .7s 4.4s;
  165. -webkit-animation: animstyle1 .7s 4.4s;
  166. letter-spacing: 10px;}
  167.  
  168. i:nth-child(17){
  169. animation: animstyle1 .7s 4.5s;
  170. -webkit-animation: animstyle1 .7s 4.5s;
  171. letter-spacing: 10px;}
  172.  
  173. i:nth-child(18){
  174. animation: animstyle1 .7s 4.6s;
  175. -webkit-animation: animstyle1 .7s 4.6s;
  176. letter-spacing: 10px;}
  177.  
  178. i:nth-child(19){
  179. animation: animstyle1 .7s 4.7s;
  180. -webkit-animation: animstyle1 .7s 4.7s;
  181. letter-spacing: 10px;}
  182.  
  183.  
  184.  
  185. i:nth-child(21){
  186. animation: animstyle1 1.5s 5s;
  187. -webkit-animation: animstyle1 1.5s 5s;}
  188.  
  189. i:nth-child(22){
  190. animation: animstyle1 1.5s 5.5s;
  191. -webkit-animation: animstyle1 1.5s 5.5s;}
  192.  
  193. i:nth-child(23){
  194. animation: animstyle1 1.5s 6s;
  195. -webkit-animation: animstyle1 1.5s 6ss;}
  196.  
  197. i:nth-child(24){
  198. animation: animstyle1 1.5s 6.5s;
  199. -webkit-animation: animstyle1 1.5s 6.5s;}
  200.  
  201. i:nth-child(25){
  202. animation: animstyle1 2.5s 7s;
  203. -webkit-animation: animstyle1 2.5s 7s;}
  204.  
  205. i:nth-child(26){
  206. animation: animstyle1 1.5s 8s;
  207. -webkit-animation: animstyle1 1.5s 8s;}
  208.  
  209.  
  210.  
  211. i:nth-child(28){
  212. animation: animstyle1 1.5s 8.5s;
  213. -webkit-animation: animstyle1 1.5s 8.5s;}
  214.  
  215. i:nth-child(29){
  216. animation: animstyle1 1.5s 9s;
  217. -webkit-animation: animstyle1 1.5s 9s;}
  218.  
  219. i:nth-child(30){
  220. animation: animstyle1 1.5s 9.5s;
  221. -webkit-animation: animstyle1 1.5s 9.5s;}
  222.  
  223. i:nth-child(31){
  224. animation: animstyle1 1.5s 10s;
  225. -webkit-animation: animstyle1 1.5s 10s;}
  226.  
  227. i:nth-child(32){
  228. animation: animstyle1 1.5s 10.5s;
  229. -webkit-animation: animstyle1 1.5s 10.5s;}
  230.  
  231.  
  232.  
  233.  
  234. i:nth-child(33){
  235. animation: animstyle1 1.5s 11s;
  236. -webkit-animation: animstyle1 1.5s 11s;}
  237.  
  238. i:nth-child(34){
  239. animation: animstyle1 1.5s 11.3s;
  240. -webkit-animation: animstyle1 1.5s 11.3s;}
  241.  
  242. i:nth-child(35){
  243. animation: animstyle1 1.5s 11.6s;
  244. -webkit-animation: animstyle1 1.5s 11.6s;}
  245.  
  246.  
  247. i:nth-child(37){
  248. animation: animstyle1 3s 12s;
  249. -webkit-animation: animstyle1 3s 12s;}
  250.  
  251. i:nth-child(38){
  252. animation: animstyle1 2.5s 12.5s;
  253. -webkit-animation: animstyle1 2.5s 12.5s;}
  254.  
  255. i:nth-child(39){
  256. animation: animstyle1 2s 13s;
  257. -webkit-animation: animstyle1 2s 13s;}
  258.  
  259. i:nth-child(40){
  260. animation: animstyle1 1.5s 13.3s;
  261. -webkit-animation: animstyle1 1.5s 13.3s;}
  262.  
  263.  
  264.  
  265. i:nth-child(42){
  266. animation: animstyle1 1.5s 14s;
  267. -webkit-animation: animstyle1 1.5s 14s;}
  268.  
  269. i:nth-child(43){
  270. animation: animstyle1 1.5s 14.3s;
  271. -webkit-animation: animstyle1 1.5s 14.3s;}
  272.  
  273. i:nth-child(44){
  274. animation: animstyle1 1.5s 14.6s;
  275. -webkit-animation: animstyle1 1.5s 14.6s;}
  276.  
  277. i:nth-child(45){
  278. animation: animstyle1 1.5s 14.9s;
  279. -webkit-animation: animstyle1 1.5s 14.9s;}
  280.  
  281.  
  282. i:nth-child(47){
  283. animation: animstyle1 1.5s 15.4s;
  284. -webkit-animation: animstyle1 1.5s 15.4s;
  285. letter-spacing: 5px;}
  286.  
  287. i:nth-child(48){
  288. animation: animstyle1 1.5s 15.9s;
  289. -webkit-animation: animstyle1 1.5s 15.9s;
  290. letter-spacing: 5px;}
  291.  
  292.  
  293. i:nth-child(50){
  294. animation: animstyle1 1.5s 16.4s;
  295. -webkit-animation: animstyle1 1.5s 16.4s;
  296. letter-spacing: 7px;}
  297.  
  298. i:nth-child(51){
  299. animation: animstyle1 1.5s 16.9s;
  300. -webkit-animation: animstyle1 1.5s 16.9s;
  301. letter-spacing: 7px;}
  302.  
  303. i:nth-child(52){
  304. animation: animstyle1 1.5s 17.4s;
  305. -webkit-animation: animstyle1 1.5s 17.4s;
  306. letter-spacing: 7px;}
  307.  
  308. i:nth-child(53){
  309. animation: animstyle1 1.5s 17.9s;
  310. -webkit-animation: animstyle1 1.5s 17.9s;
  311. letter-spacing: 7px;}
  312.  
  313.  
  314. i:nth-child(55){
  315. animation: animstyle1 3s 18.5s;
  316. -webkit-animation: animstyle1 3s 18.5s;
  317. letter-spacing: 15px;
  318. margin-top: 20px;
  319. color: red;}
  320.  
  321.  
  322. u{opacity:0;}
  323.  
  324. </style>
  325.  
  326. <div id="worldtwo">
  327.  
  328. <div id="secondlyric">
  329. I hear that masked voice I thought I only dreamt about<br>
  330. It tells all of my fears to everyone else, and conveys it's wants to me.
  331. </div>
  332.  
  333. <div id="thirdlyric">
  334. <i>God's</i> <i>not</i> <i>a</i> <i>goldmine</i><i>,</i><br>
  335. <i>God's</i> <i>on</i> <i>the</i> <i>inside</i><i>,</i><br>
  336. <i>S</i>
  337. <i>e</i>
  338. <i>l</i>
  339. <i>l</i>
  340. <i>i</i>
  341. <i>n</i>
  342. <i>g</i>
  343. <br>
  344. <i>everybody</i> <i>on</i> <i>the</i> <i>front</i><i>lines</i> <i>out</i><br>
  345.  
  346. <i>Did</i> <i>you</i> <i>think</i> <i>you</i> <i>were</i>
  347. <i>.</i>
  348. <i>.</i>
  349. <i>.</i>
  350. <br>
  351.  
  352.  
  353. <i>right</i> <i>-side</i> <i>in</i><i>?</i><br>
  354. <i>Maybe</i>
  355. <i>.</i>
  356. <i>.</i>
  357. <i>.</i><br>
  358.  
  359. <i>i</i><i>n</i><br>
  360. <i>s</i><i>i</i><i>d</i><i>e</i><br>
  361. <i>out?</i>
  362. </div>
  363.  
  364. </div>
  365.  
  366.  
  367. </div>
Advertisement
Add Comment
Please, Sign In to add comment