Widget:AudioPlayer2: Difference between revisions

From The Midnight Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 23: Line 23:
   border-radius: 50%;
   border-radius: 50%;
   position: absolute;
   position: absolute;
   top: 10px;
   top: 7px;
   left: 20px;
   left: 28px;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
Line 102: Line 102:
   border-radius: 50%;
   border-radius: 50%;
   position: absolute;
   position: absolute;
   bottom: 20px;
   bottom: 5px;
   right: 30px;
   left: 7px;
   border: 3.5px solid #95003d;
   border: 3.5px solid #95003d;
   outline: none;
   outline: none;
Line 116: Line 116:
   height: 7px;
   height: 7px;
   position: absolute;
   position: absolute;
   left: 235px;
   left: 252px;
   top: 60px;
   top: 60px;
   background-color: #d11b66;
   background-color: #d11b66;
Line 146: Line 146:


.player-wrapper .sign-logo {
.player-wrapper .sign-logo {
     width: 70px;
     width: 120px;
     height: 29.25px;
     height: 50.14px;
     right: 68px;
     right: 6px;
     top: 153px;
     top: 131px;
}
}
</style>
</style>

Revision as of 17:04, 14 June 2023


Sample result

Press the button to play/pause

Adjust volume with slider