TemaUpdatw


SUBMITTED BY: Geshurller

DATE: May 29, 2022, 1:38 p.m.

FORMAT: Python

SIZE: 3.7 kB

HITS: 395

  1. <meta name='viewport' content='width=device-width, initial-scale=1.0'><style>@font-face {
  2. font-family: 'Palanquin Dark';
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: swap;
  6. src: url(pictures/atlantus.woff2) format('woff2');
  7. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  8. }
  9. body
  10. {
  11. overflow: hidden;
  12. position: fixed;
  13. font-family: 'Palanquin Dark', sans-serif;
  14. background: radial-gradient(#06060a, #171627);
  15. color: white;
  16. margin: 0px;
  17. left: 0px;
  18. top: 0px;
  19. height: 100%;
  20. width: 100%;
  21. }
  22. .moonbottom
  23. {
  24. position: fixed;
  25. bottom: -5px;
  26. width: 150%;
  27. height: 294px;
  28. left: -25%;
  29. background: #cccccc;
  30. border-top-left-radius: 70%;
  31. border-top-right-radius: 70%;
  32. }
  33. .notification
  34. {
  35. background: linear-gradient(
  36. 45deg
  37. , #3f51b5, #0d4181);
  38. transform: translate(0%, -50%);
  39. position: fixed;
  40. right: 5px;
  41. top: 12%;
  42. height: 50px;
  43. width: max-content;
  44. color: white;
  45. text-align: left;
  46. padding-left: 19px;
  47. padding-right: 15px;
  48. z-index: 7;
  49. font-size: 15px;
  50. border-radius: 11px;
  51. }
  52. #logsview
  53. {
  54. position: absolute;
  55. top: 46px;
  56. left: 0px;
  57. height: 69%;
  58. display: none;
  59. font-size: 14px;
  60. font-family: sans-serif;
  61. width: 100%;
  62. text-align: left;
  63. color: #ccc;
  64. overflow: scroll;
  65. padding-left: 20px;
  66. }
  67. .atlimg.animated {
  68. -webkit-animation: filter-animation 5s infinite;
  69. animation: filter-animation 5s infinite;
  70. }
  71. @-webkit-keyframes filter-animation {
  72. 0% {
  73. -webkit-filter: hue-rotate(0deg);
  74. }
  75. 40% {
  76. -webkit-filter: hue-rotate(100deg);
  77. }
  78. 76% {
  79. -webkit-filter: hue-rotate(
  80. 241deg);
  81. }
  82. 100% {
  83. -webkit-filter: hue-rotate(
  84. 343deg);
  85. }
  86. }
  87. @keyframes filter-animation {
  88. 0% {
  89. filter: hue-rotate(0deg);
  90. }
  91. 50% {
  92. filter: hue-rotate(100deg);
  93. }
  94. 86% {
  95. filter: hue-rotate(
  96. 241deg);
  97. }
  98. 100% {
  99. filter: hue-rotate(
  100. 343deg);
  101. }
  102. }
  103. .demotxt
  104. {
  105. position: fixed;
  106. -webkit-transform: translate(-50%, -50%);
  107. transform: translate(-50%, -50%);
  108. left: 50%; top: 50%;
  109. font-size: 7vw; width: 85%;
  110. text-shadow: 0px 0px 5px black;
  111. }
  112. @keyframes demo {
  113. 0% {
  114. box-shadow: 0px 0px 0px 2px #ff004c;;
  115. }
  116. 25% {
  117. box-shadow: 0px 0px 0px 2px #8a2b47;;
  118. }
  119. 75% {
  120. box-shadow: 0px 0px 0px 2px #4b242f;;
  121. }
  122. 100% {
  123. box-shadow: 0px 0px 0px 2px #972b4c;;
  124. }
  125. }
  126. @keyframes shake {
  127. 0% {
  128. transform: translate(-50%, -50%) rotate(
  129. 0deg);
  130. filter: drop-shadow(2px 4px 16px red);
  131. }
  132. 25% {
  133. transform: translate(-50%, -50%) rotate(
  134. -1deg);
  135. filter: drop-shadow(2px 4px 6px rgb(197, 12, 43));
  136. }
  137. 50% {
  138. transform: translate(-50%, -50%) rotate(
  139. 1deg);
  140. filter: drop-shadow(2px 4px 6px darkred);
  141. }
  142. 75% {
  143. transform: translate(-50%, -50%) rotate(
  144. -1deg);
  145. }
  146. 100% {
  147. transform: translate(-50%, -50%) rotate(
  148. -1deg);
  149. }
  150. }
  151. .hshakex {
  152. animation: shakex 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  153. }
  154. .hshake {
  155. animation: shake 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  156. }
  157. .hshakez {
  158. animation: shakez 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  159. }
  160. @keyframes shakez {
  161. 0% {
  162. filter: drop-shadow(0px 0px 14px rgb(167, 139, 16

comments powered by Disqus