initial commit

This commit is contained in:
2026-06-29 14:51:56 +06:00
commit c5c4b7c509
2400 changed files with 725568 additions and 0 deletions

32
webroot/css/youtube.css Normal file
View File

@@ -0,0 +1,32 @@
.hytPlayerWrap.ended::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
cursor: pointer;
background-color: black;
background-repeat: no-repeat;
background-position: center;
background-size: 128px 128px;
background-image: url("https://cdn1.iconfinder.com/data/icons/pointed-edge-web-navigation/107/redo-512.png");
}
.hytPlayerWrap.paused::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: calc(100%);
height: auto;
cursor: pointer;
background-color: black;
background-repeat: no-repeat;
background-position: center;
background-size: 128px 128px;
background-image: url("https://i.ya-webdesign.com/images/play-button-png-16.png");
}