| #musicPlayer | div | Main body of music player. |
| #musicPlayerCoverLink | a | The anchor tag of music player's cover image. Opens the original source when clicked. |
| #musicPlayerCoverImage | img | Music player's cover image that displays the album cover of the current song. If no image is defined, a fallback image will be displayed using its background-image CSS property. |
| #musicPlayerPanel | div | Right column of music player, which contains music player display, progress bar and playback buttons. |
| #musicPlayerDisplay | div | The bordered box that contains sliding text. |
| #musicPlayerDisplayText | span | The sliding text that usually contains music name and artist name. |
| #musicPlayerProgress | div | Contains music's progress time, duration time and progress bar. |
| #musicPlayerProgressbar | div | The progress bar itself. Where you can click and drag the handle to set song's current position. |
| #musicPlayerProgressbar::before | pseudo-element | The handle of progress bar. |
| --musicProgressFinishedColor | defined in #musicPlayerProgressbar | Color variable of progress bar's finished part. |
| --musicProgressUnfinishedColor | defined in #musicPlayerProgressbar | Color variable of progress bar's unfinished part. |
| #musicPlayerStart | span | Displays music's progress time. |
| #musicPlayerFinish | span | Displays music's duration time. |
| #musicPlayerButtons | div | Contains music player's buttons. |
| .musicPlayerButton | button | General class for music player buttons. |
| #musicPlayerFinishNext | button | Sets playback mode to "Random" when clicked. |
| #musicPlayerFinishRandom | button | Sets playback mode to "Loop" when clicked. |
| #musicPlayerFinishLoop | button | Sets playback mode to "Next" when clicked. |
| #musicPlayerPrev | button | Plays the previous song when clicked. |
| #musicPlayerPlay | button | Plays the current song when clicked |
| #musicPlayerPause | button | Pauses the current song when clicked. |
| #musicPlayerNext | button | Plays the next song when clicked |
| #musicPlayerMute | button | Sets the volume to 100% when clicked. |
| #musicPlayerSoft | button | Mutes the audio when clicked. |
| #musicPlayerLoud | button | Sets the volume to 50% when clicked. |