Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--static-->
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900"
- height="100" viewBox="0 -20 900 80" version="1.1">
- <style>
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- font-family: monospace;
- }
- svg {
- background: #07252D;
- }
- #GlowingTubelight {
- user-select: none;
- position: relative;
- font-size: 2rem;
- color: #0E3742;
- text-transform: uppercase;
- width: 100%;
- text-align: center;
- -webkit-box-reflect: below 1px linear-gradient(transparent, #0008);
- line-height: 0.7rem;
- outline: none;
- }
- #GlowingTubelight .is-light {
- animation: animate 1s linear forwards;
- }
- #GlowingTubelight .is-flashing {
- animation: animate 1s linear forwards, animate 8s linear infinite;
- }
- @keyframes animate {
- 0%,17%,20%,52%,60%,66%,80%,91%,93% {
- color: #0E3742;
- text-shadow: none;
- }
- 18%,21%,30%,50%,61%,65%,81%,90%,92%,100% {
- color: #FFFFFF;
- text-shadow:
- 0 0 10px #03BCF4,
- 0 0 20px #03BCF4,
- 0 0 40px #03BCF4,
- 0 0 80px #03BCF4,
- 0 0 160px #03BCF4;
- }
- }
- </style>
- <g id="GlowingTubelight">
- <text fill="currentColor" x="50" y="30" class="is-light">84% [================>....] ~9,000 / </text>
- <text fill="currentColor" x="630" y="30" class="is-flashing">11,</text>
- <text fill="currentColor" x="680" y="30" class="is-light">323 [EOL]</text>
- </g>
- </svg>
- <!--progress-->
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="100" viewBox="0 -20 900 80" version="1.1">
- <style>
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- font-family: monospace;
- }
- svg {
- background: #07252D;
- }
- #GlowingTubelight {
- user-select: none;
- position: relative;
- font-size: 2rem;
- color: #0E3742;
- text-transform: uppercase;
- width: 100%;
- text-align: center;
- -webkit-box-reflect: below 1px linear-gradient(transparent, #0008);
- line-height: 0.7rem;
- outline: none;
- }
- #GlowingTubelight .is-light {
- animation: animate 1.3s linear forwards;
- }
- #GlowingTubelight .is-flashing {
- animation: animate 1s linear forwards, animate 4.7s linear infinite;
- }
- @keyframes animate {
- 0%,17%,20%,52%,60%,66%,80%,91%,93% {
- color: #0E3742;
- text-shadow: none;
- }
- 18%,21%,30%,50%,61%,65%,81%,90%,92%,100% {
- color: #FFFFFF;
- text-shadow:
- 0 0 10px #03BCF4,
- 0 0 20px #03BCF4,
- 0 0 40px #03BCF4,
- 0 0 80px #03BCF4,
- 0 0 160px #03BCF4;
- }
- }
- </style>
- <g id="GlowingTubelight">
- <text fill="currentColor" x="50" y="30" class="is-light">84% [▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▫▫▫▫] 9,568 / </text>
- <text fill="currentColor" x="590" y="30" class="is-flashing">11,</text>
- <text fill="currentColor" x="640" y="30" class="is-light">322 [EOL]</text>
- </g>
- <style>
- @keyframes particleAnimation {
- 0% { transform: translateY(0); opacity: 1; }
- 100% { transform: translateY(-100px); opacity: 0; }
- }
- .particleUse {
- color: #FFFFFF;
- text-shadow:
- 0 0 10px #03BCF4,
- 0 0 20px #03BCF4,
- 0 0 40px #03BCF4,
- 0 0 80px #03BCF4,
- 0 0 160px #03BCF4;
- animation: particleAnimation 1.1s infinite;
- }
- </style>
- <defs>
- <g id="singleDirection">
- <circle cx="0" cy="0" r="10"></circle>
- <circle cx="0" cy="0" r="10" style="animation-delay: 0.1s;"></circle>
- <circle cx="0" cy="0" r="10" style="animation-delay: 0.2s;"></circle>
- <circle cx="0" cy="0" r="10" style="animation-delay: 0.3s;"></circle>
- </g>
- <symbol id="powders" viewBox="0 0 400 400">
- <g transform="rotate(0 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.9667s;"></use>
- </g>
- <g transform="rotate(20 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.8246s;"></use>
- </g>
- <g transform="rotate(40 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.6722s;"></use>
- </g>
- <g transform="rotate(60 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.8796s;"></use>
- </g>
- <g transform="rotate(80 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.5745s;"></use>
- </g>
- <g transform="rotate(100 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.6256s;"></use>
- </g>
- <g transform="rotate(120 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.0754s;"></use>
- </g>
- <g transform="rotate(140 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.5271s;"></use>
- </g>
- <g transform="rotate(160 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.0005s;"></use>
- </g>
- <g transform="rotate(180 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.1288s;"></use>
- </g>
- <g transform="rotate(200 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.0237s;"></use>
- </g>
- <g transform="rotate(220 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.4631s;"></use>
- </g>
- <g transform="rotate(240 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.0476s;"></use>
- </g>
- <g transform="rotate(260 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 1.0058s;"></use>
- </g>
- <g transform="rotate(280 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.2613s;"></use>
- </g>
- <g transform="rotate(300 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.3519s;"></use>
- </g>
- <g transform="rotate(320 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 1.0014s;"></use>
- </g>
- <g transform="rotate(340 200 200)">
- <use fill="currentColor" class="particleUse" xlink:href="#singleDirection" x="200" y="200" style="animation-delay: 0.2534s;"></use>
- </g>
- </symbol>
- </defs>
- <use xlink:href="#powders" x="-355" y="-34" transform="scale(4)"></use>
- </svg>
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="690" height="250" viewBox="0 -20 900 80" version="1.1">
- <style>
- @font-face {
- font-family: "Ubuntu Mono";
- src: url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@1,700&display=swap");
- }
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- font-family: monospace;
- }
- svg {
- background: #07252D;
- }
- text {
- font-family: "Ubuntu Mono"
- }
- #GlowingTubelight {
- user-select: none;
- position: relative;
- font-size: 2rem;
- color: #0E3742;
- width: 100%;
- text-align: center;
- -webkit-box-reflect: below 1px linear-gradient(transparent, #0008);
- line-height: 0.7rem;
- outline: none;
- }
- #GlowingTubelight .is-light {
- animation: animate 1.3s linear forwards;
- }
- #GlowingTubelight .is-flashing {
- animation: animate 1s linear forwards, animate 4.7s linear infinite;
- }
- @keyframes animate {
- 0%,17%,20%,52%,60%,66%,80%,91%,93% {
- color: #0E3742;
- text-shadow: none;
- }
- 18%,21%,30%,50%,61%,65%,81%,90%,92%,100% {
- color: #FFFFFF;
- text-shadow:
- 0 0 10px #03BCF4,
- 0 0 20px #03BCF4,
- 0 0 40px #03BCF4,
- 0 0 80px #03BCF4,
- 0 0 160px #03BCF4;
- }
- }
- </style>
- <g id="GlowingTubelight">
- <text fill="currentColor" x="90" y="-30" class="is-light">88% [|||||||||||||||||||||||----] 9,686 / </text>
- <text fill="currentColor" x="635" y="-30" class="is-flashing">10,</text>
- <text fill="currentColor" x="675" y="-30" class="is-light">956 [EOL]</text>
- </g>
- <defs>
- <g id="singleDirection">
- <circle cx="0" cy="0" r="10"></circle>
- <circle cx="0" cy="0" r="10" style="animation-delay: 0.1s;"></circle>
- <circle cx="0" cy="0" r="10" style="animation-delay: 0.2s;"></circle>
- <circle cx="0" cy="0" r="10" style="animation-delay: 0.3s;"></circle>
- </g>
- </defs>
- <use xlink:href="#powders" x="-340" y="-48" transform="scale(4)"></use>
- </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement