Videos
Shows
Videos
Shows
Nirvana
Nirvana
Oct 19, 2023
Track Listing
1. Nirvana
Video
/* ----------------------------------------- */ /* View: Track Listing on Single Album - start */ /* ----------------------------------------- */ .stop_button { display:none; } .playing .play_button { display:none; } .playing .stop_button { display:inline-block; } .stop_button i.fa-spinner { display:none; } i.fa-spin { display:none; } .loading i.fa-spin { display:inline-block; } .loading i.fa-pause { display:none; } .track-table > tbody > tr:first-child > td { border-top:0 !important; } /* ----------------------------------------- */ /* View: Track Listing on Single Album - end */ /* ----------------------------------------- */
/* ----------------------------------------- */ /* Content Template: Single Album - start */ /* ----------------------------------------- */ .album-url { width: 150px; display:inline-block;} div.track-list { min-height:430px;} .album-notes, .album-notes p { font-size: 13px; line-height: 17px; color: #8e8e8e; } /* ----------------------------------------- */ /* Content Template: Single Album - end */ /* ----------------------------------------- */