您的位置:首页 > Web前端 > CSS

我的音乐播放器--样式初稿

2011-09-08 23:08 169 查看
body
{
}
h1
{
padding:0 0 10px 0;
text-align:center;
}
.mb-wrapper
{
width:340px;
border:1px solid #ccc;
border-radius:3px;
margin:0 auto;
}
.mb-head
{
background-color:#2a9acd;
border-bottom:1px solid #;
padding:10px 0 5px 5px;;
color:#fff;
}
.mb-head-album
{
float:left;
width:20%;
text-align:center;
vertical-align:center
}
.mb-head-album img
{
width:64px;
height:64px;
border:0;
}
.mb-head-main
{
float:left;
margin-left:10px;
}
.mb-head-song
{
font-size:14px;
font-weight:bold;
margin-bottom:5px;
}
.mb-head-progress
{
margin-bottom:5px;
}
.mb-head-progress>div
{
display:inline-block;
}
.mb-head-operation .slider
{
display:inline;
}
.mb-head-operation>button
{
background-color: #d7e5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#d7e5f5), to(#cbe0f5));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #d7e5f5, #cbe0f5);
background-image: -moz-linear-gradient(top, #d7e5f5, #cbe0f5);
background-image: -ms-linear-gradient(top, #d7e5f5, #cbe0f5);
background-image: -o-linear-gradient(top, #d7e5f5, #cbe0f5);
background-image: linear-gradient(top, #d7e5f5, #cbe0f5);
border-top: 1px solid #abbbcc;
border-left: 1px solid #a7b6c7;
border-bottom: 1px solid #a1afbf;
border-right: 1px solid #a7b6c7;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
-webkit-box-shadow: inset 0 1px 0 0 white;
-moz-box-shadow: inset 0 1px 0 0 white;
-ms-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
color: #1a3e66;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
line-height: 1;
padding: 2px 0 3px 0;
text-align: center;
text-shadow: 0 1px 1px #fff;
width: 50px;
}
.mb-head-operation>button:hover
{
background-color: #ccd9e8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ccd9e8), to(#c1d4e8));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
border-top: 1px solid #a1afbf;
border-left: 1px solid #9caaba;
border-bottom: 1px solid #96a3b3;
border-right: 1px solid #9caaba;
-webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
-moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
-ms-box-shadow: inset 0 1px 0 0 #f2f2f2;
-o-box-shadow: inset 0 1px 0 0 #f2f2f2;
box-shadow: inset 0 1px 0 0 #f2f2f2;
color: #163659;
cursor: pointer;
}
button.play
{
display:none;
}
.mb-search
{
background-color:#2a9acd;
position:relative;
}
.mb-search input
{
width:95%;
padding:3px;
margin:0 0 5px 1%;
border-radius:6px;
}
.mb-tabs,.mb-footer
{
background-color:#ACDDF7;
color:#3b77c2;
}
.mb-tabs-item
{
padding:4px 3px;
font-weight:bold;
margin-left:5px;
}
.mb-body
{
background-color:#e3f5fc;
}
.mb-songs
{
list-style-type: none!important;
padding: 0px;
margin:0;
margin-left:5px!important;
}
.mb-songs li
{
list-style-type: none!important;
padding:5px 0 5px 10px;
cursor: pointer;
color: #647aa4;
}
.mb-footer
{
text-align:center;
padding:5px 0;
font-weight:bold;
background-color:#ACDDF7;
color:#3b77c2;
}

A Music Box Based on HTML5 and CSS3



Queen - Love of My Life

01:30
----------
02:01

Prev
Pause
Play
Next
Mute

All Songs

Queen - Love of my life

Queen - Love of my life

Queen - Love of my life

Queen - Love of my life

Queen - Love of my life

Queen - Love of my life

Queen - Love of my life

@ GPlayer by Simon
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: