Skip to content

add 'more accurate' tellyscript#22

Open
tails1154 wants to merge 1 commit into
SKCro:mainfrom
tails1154:main
Open

add 'more accurate' tellyscript#22
tails1154 wants to merge 1 commit into
SKCro:mainfrom
tails1154:main

Conversation

@tails1154

Copy link
Copy Markdown

very accuraet real

@hmzhbyry44-lab

Copy link
Copy Markdown

WebTV-HD.git

@hmzhbyry44-lab

Copy link
Copy Markdown

tails1154:main

@hmzhbyry44-lab

Copy link
Copy Markdown

git

@hmzhbyry44-lab

Copy link
Copy Markdown

@hmzhbyry44-lab

Copy link
Copy Markdown

/* Dialing Screen CSS */

body {
background-color: #000;
color: #888;
font-family: 'Helvetica', Arial, sans-serif;
margin: 0;
padding: 0;
animation-fill-mode: forwards;
display: flex;
flex-direction: column;
height: 100vh;
}

#city {
position: fixed;
width: 100%;
height: 0;
padding-bottom: 100vh;
background-image: url('../images/Dialing.svg');
background-size: contain;
background-position: center center;
z-index: -1;
background-repeat: no-repeat;
animation: city-road-anim 1s 1s;
}

.city img {
width: 100%;
}

#dialing-music {
display: flex;
margin: 2vh 1vh 1vh 1vh;
}

#progressbar-container {
margin-left: 15vh;
margin-right: 15vh;
margin-top: 85vh;
}

/* Progress bar style based off of pjfrix's code, animation by me */

progress {
box-sizing: border-box;
border: solid 0.2rem #202020;
border-color: #202020 #666666 #666666 #202020;
background: -webkit-linear-gradient(90deg, rgb(32, 42, 42), rgb(0, 0, 0));
background: linear-gradient(90deg, rgb(32, 42, 42), rgb(0, 0, 0));
padding: 0.1rem 0.2rem;
height: 1.3rem;
}

progress[value]::-moz-progress-bar {
background: repeating-linear-gradient(145deg, #006F00 -0.3%, #006F00 0.1%, #00A500 2.5%, #006F00 5%);
border-top: 0.1rem solid #003c00;
border-bottom: 0.1rem solid #003c00;
animation: baranim 120s linear infinite;
}

progress[value]::-webkit-progress-value {
background: repeating-linear-gradient(145deg, #006F00 -0.3%, #006F00 0.1%, #00A500 2.5%, #006F00 5%);
border-top: 0.1rem solid #003c00;
border-bottom: 0.1rem solid #003c00;
animation: baranim 120s linear infinite;
}

progress::-webkit-progress-bar {
background: transparent;
}

@Keyframes baranim {
100% {
background-position: 10000px 0;
background-size: 100% 100%;
}
}

@tails1154

tails1154 commented May 15, 2026 via email

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants