直覺《Intuition》
靚聲天后集錦: 直覺《Intuition》首首甜膩膩的情歌,發燒女聲專輯。
靚聲品牌GRAPEVINE旗下,頂級天碟集合Mary Black、Janis Ian、Joan Baez、Emmylou Harris、Shinead Lohan等十一位世界級著名女聲天后,演唱十八首百聽不厭之代表作。首首皆是大家耳熟能詳的歌曲,論到錄音簡直一流中高頻段透明清澈,音像立體感甚佳、絕無冷場。碟中的人聲錄音情感特別豐富,每首歌都可以表現到女性天生的溫柔美麗,和唱腔的圓滑甜美,各款樂器的定位和結像很好,有在現場聽音樂會的感受。
一張CD歌曲音樂性豐富,可聽程度高,錄音效果又有優異的表現,難能可貴超值之至、鬆弛神經的最佳伴侶。
專輯曲目:
01. At Seventeen [0:04:44.25] Janis Ian
02. No Frontiers [0:03:58.27]Mary Black
03. When I Was A Boy [0:04:45.73]Dar Williams
04. Welcome Me [0:04:24.27]Joan Baez
05. Jerusalem Tomorrow [0:04:19.58]Emmylou Harris
06. Words [0:04:21.70]Tamalin
07. Wonderful Thing [0:04:18.55]Leslie Dowdall
08. You're In My Love [0:03:50.72]Sinead Lohan
09. Tenderness [0:03:45.05]Janis Ian
10. Bee In The Bottle [0:02:44.55]Sinead Lohan
11. As Cool As I Am [0:03:36.33]Dar Williams
12. Going Back To Harlan [0:04:52.70]Emmylou Harris
13. Libertango [0:04:24.50]Saron Shannon and Kirsty MacColl
14. Don't Think Twice It's Alright [0:04:31.40]Joan Baez
15. Kilkelly [0:07:25.20]Eleanor Shanley
16. Thre's A train That Leaves Tonight [0:04:16.00]Mary Black
17. Gort Na Sailean [0:05:00.30]Tamalin
18. Rise Again [0:03:47.40]The Rankin Family
* {
margin: 0;
padding: 0;
}
body {
background-color: #141942;
}
/* HTML5 Audio player with playlist styles */
.example2 {
margin: 50px auto 0;
width: 390px;
}
.player {
background: #08dec4;
border-radius: 5px;
-moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black;
height: 220px;
position: relative;
width: 110%;
z-index: 2;
}
.title, .artist {
font-family: verdana;
left: 167px;
position: absolute;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.title {
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
top: 23px;
}
.artist {
color: #EEEEEE;
font-size: 12px;
top: 40px;
}
.pl {
background: url(https://www.jqueryscript.net/demo/Minimal-jQuery-Cross-platform-Audio-Player-MINImusic-Player/images/playlist.png) no-repeat;
cursor: pointer;
height: 40px;
left: 370px;
position: absolute;
top: 35px;
width: 39px;
}
.pl:hover {
top: 35px;
}
.cover {
border-radius: 5px 5px 5px 5px;
height: 94px;
left: 20px;
position: absolute;
top: 30px;
width: 94px;
}
.controls {
cursor: pointer;
left: 0px;
position: absolute;
top: 65px;
left: 122px;
}
.controls .play, .controls .pause {
width: 60px;
height: 60px;
margin: 0 5px 0px 5px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd, .controls .stop {
text-indent: -10000px;
border: none;
float: left;
}
.controls .rew, .controls .fwd, .controls .stop {
width: 50px;
height: 50px;
margin: 5px 5px 5px 5px;
}
.controls .play {
background: url(https://www.jqueryscript.net/demo/Minimal-jQuery-Cross-platform-Audio-Player-MINImusic-Player/images/play.png) no-repeat;
}
.controls .pause {
background: url(https://www.jqueryscript.net/demo/Minimal-jQuery-Cross-platform-Audio-Player-MINImusic-Player/images/pause.png) no-repeat;
display: none;
}
.controls .rew {
background: url(https://www.jqueryscript.net/demo/Minimal-jQuery-Cross-platform-Audio-Player-MINImusic-Player/images/rewind.png) no-repeat;
}
.controls .fwd {
background: url(https://www.jqueryscript.net/demo/Minimal-jQuery-Cross-platform-Audio-Player-MINImusic-Player/images/next.png) no-repeat;
}
.controls .stop {
background: url(https://www.jqueryscript.net/demo/Minimal-jQuery-Cross-platform-Audio-Player-MINImusic-Player/images/stop.png) no-repeat;
}
.hidden {
display: none;
}
.controls .visible {
display: block;
}
.volume {
height: 11px;
left: 230px;
position: absolute;
top: 142px;
width: 140px;
}
.mute .volume-btn {
background: url(https://www.jqueryscript.net/demo/Minimal-jQuery-Cross-platform-Audio-Player-MINImusic-Player/images/volume-off.png) no-repeat;
}
.volume-btn {
background: url(https://www.jqueryscript.net/demo/Minimal-jQuery-Cross-platform-Audio-Player-MINImusic-Player/images/volume-up.png) no-repeat;
height: 20px;
width: 20px;
float: left;
position: relative;
top: -4px;
}
.volume-adjust {
height: 11px;
position: relative;
width: 80%;
background: #fff;
float: right;
}
.volume-adjust > div > div {
height: 11px;
background: #151B48;
}
.progressbar
{
background-color: #fff;
cursor: pointer;
z-index: 1;
right: 6.875em; /* 110 */
height: 15px;
left: 0px;
position: absolute;
width: 90%;
top: 170px;
margin: 0px 5%;
}
.novolume .progressbar
{
right: 4.375em; /* 70 */
}
.progressbar div
{
width: 0%;
height: 15px;
position: absolute;
left: 0;
top: 0;
}
.bar-loaded
{
background-color: #f1f1f1;
z-index: 1;
}
.bar-played
{
background: #151B48;
z-index: 2;
}
.timeHolder {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
bottom: 10px;
position: absolute;
margin: 0px 5%;
width: 90%;
}
.time-current, .time-duration, .time-separator {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
float: left;
}
.volume .ui-slider-handle {
background: url("https://www.jqueryscript.net/demo/Minimal-jQuery-Cross-platform-Audio-Player-MINImusic-Player/images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
height: 13px;
width: 13px;
}
.playlist {
background: radial-gradient(1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, radial-gradient(2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, radial-gradient(3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, radial-gradient(#15ffa5, #00ced1);
background-color: mediumspringgreen;
background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%;
background-repeat: repeat;
border-radius: 0 0 5px 5px;
-moz-box-shadow: 0 0 15px black; -webkit-box-shadow: 0 0 15px black; box-shadow: 0 0 15px black;
list-style-type: none;
margin: -10px 0 0 2px;
padding-bottom: 10px;
padding-top: 15px;
padding-right: 15px;
position: relative;
width: 85%;
z-index: 1;
margin: 0px auto;
}
.playlist li {
color: #151B48;
cursor: pointer;
margin: 0 0 5px 15px;
}
.playlist li > a {
color: #151B48;
text-decoration: none;
}
.playlist li.active {
font-weight: bold;
background: rgba(251, 246, 239, 0.4);
}