css.css

来自「哈克MusicPHP音乐程序v1.0一套基本于PHP+TXT的在线音乐播放程序。」· CSS 代码 · 共 1,003 行 · 第 1/2 页

CSS
1,003
字号
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* 其它主要页面*/
#Content #Main #Body #Subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #0E91CF;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0E91CF;
	height: 35px;
}
#Content #Main #Sidebar #SingerNav {
	float: left;
	width: 240px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Content #Main #Sidebar #SingerNav h2{
	color: #8BA72E;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:  #BCBCBC;
	padding-bottom: 3px;
	margin-bottom:2px;
	text-indent: 6px;
}
#Content #Main #Sidebar #SingerNav a{
    display:block;
	padding-left:4px;
}
#Content #Main #Sidebar #SingerNav li{
	font-size: 13px;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	padding-left: 12px;
	width: 90%;
	line-height: 28px;
}
#Content #Main #Sidebar #SingerNav a:hover{
	background-color:#0CA3DC;
	text-decoration:none;
	color: #FFFFFF;
}
#Content #Main #Body #List {
	float: left;
	width: 100%;
	margin-top: 10px;
	list-style-type: none;
}
#Content #Main #Body #List li{
    font-size:13px;
	height:30px;
	background-image: url(line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 2px;
	padding-left: 5px;
}
#Content #Main #Body #List a{
	color:#0575C6;
	text-decoration: none;
}
#Content #Main #Body #List a:hover{
	color:#FFF;
	background: #0E81DE;
}
#Content #Main #Body #List .songname {
	float: left;
	width: 310px;
}
#Content #Main #Body #List .singer {
	float: left;
	width: 130px;
}
#Content #Main #Body #List .play ,.dg,.sc,.down{
	float: left;
	width: 50px;
	text-align: center;	
}
#Content #Main #Body #List .scrq{
	float: left;
	width: 70px;
	text-align: center;	
}
#Content #Main #Body #List .PageNav {
	font-size:12px;
	background-color: #EFEFEF;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px solid #DEDEDE;
	float:left;
	width:100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
}

/*歌手分类*/
#Content #Main #Body #SortList {
	float: left;
	width: 98%;
	margin-top: 10px;
}
#Content #Main #Body #SortList h2 {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	clear: both;
	width: 100%;
}
#Content #Main #Body #SortList #Content {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	clear: both;
	width: 99%;
}
#Content #Main #Body #SortList .SingerContent{
	float: left;
	height: 25px;
	width: 150px;
}
/*点歌页面*/
#Content #Main #Body #Dg {
	float: left;
	width: 85%;
	list-style-type: none;
	margin: 30px;
	border: 1px solid #f2e28e;
	background:#fffcf5;
	padding: 20px;
}
#Content #Main #Body #Dg li{
    font-size:13px;
	height:35px;
}
#Content #Main #Body #Dg .left{
	width:100px;
	text-align: right;
	vertical-align: middle;
	clear: both;
	float: left;
}
#Content #Main #Body #Dg .zs{
   font-size:12px;
   color:#ABABAB;
}
/*注册页面*/
#Content #Main #Body #Reg {
	float: left;
	width: 85%;
	list-style-type: none;
	margin: 30px;
	border: 1px solid #f2e28e;
	background:#fffcf5;
	padding: 20px;
}
#Content #Main #Body #Reg li{
    font-size:13px;
	height:50px;
}
#Content #Main #Body #Reg .left{
	width:90px;
	text-align: right;
	vertical-align: middle;
	clear: both;
	float: left;
}
#Content #Main #Body #Reg .zs{
   font-size:12px;
   color:#ABABAB;
}
#Content #Main #Body #Reg #pwd_info,#pwdrepeat_info,#email_info{
	height: 20px;
	float: left;
	width: auto;
	margin-left: 100px;
}
/*会员中心页面*/
#Content #Main #Body #Member {
	float: left;
	width: 92%;
	list-style-type: none;
	margin: 20px;
}
#Content #Main #Body #Member li{
    font-size:13px;
	height:35px;
}
#Content #Main #Body #Member .title{
	font-size: 13px;
	color: #666;
    width:100%;
	clear: both;
	padding: 5px;
}
#Content #Main #Body #Member .Mcontent{
	margin-top: 10px;
	width: 100%;
}
#Content #Main #Body #Member .Mcontent .icon{
	float:left;
	padding: 2px;
	border: 1px solid #F2F2F2;
}
#Content #Main #Body #Member .Mcontent .MemTitle a{
	font-size:13px;
	font-weight:600;
	float:left;
	width:500px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	color:#006699;
}
#Content #Main #Body #Member .Mcontent .zs{
	float:left;
	height:25px;
	width:500px;
	line-height: 12px;
	color: #AEAEAE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;

}
/* 歌词秀 */
#lrcollbox td, #lrcollbox font { font-size: 16px;}
#lrcoll td { color:#0080C0; cursor: default; }
#lrcbox { color:#00FF00 }
#lrcfilter { filter: alpha(opacity=0) }
#lrcbc { color:#FFFF33 }

/*播放页面*/
#Content #Play{
	padding:10px;
}
#Content #Play #Subtitle{
	font-size: 16px;
	font-weight: 600;
	color: #0E91CF;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0E91CF;
	height: 35px;
	margin-bottom: 10px;
}
#Content #Play #Left{
	width:480px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}
#Content #Play #Right{
	width:470px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}
#Content #Play #Left #MemWindow {
	float: left;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #CFECFB;
	padding: 2px;
}
#Content #Play #Left #MemWindow .title {
	font-size: 13px;
	font-weight: 600;
	color: #0E91CF;
	padding-left: 10px;
	background-color: #E7F8FF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#Content #Play #Left #MemWindow .menu1 {
	text-align: center;
	background-image: url(sc2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 112px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
}
#Content #Play #Left #MemWindow .menu2 {
	text-align: center;
	background-image: url(dg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 112px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
}
#Content #Play #Left #MemWindow .menu3 {
	text-align: center;
	background-image: url(bc2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 112px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
}
#Content #Play #Left #MemWindow .menu4 {
	text-align: center;
	background-image: url(xz2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 112px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
}

#Content #Play #Right #SongInfo {
	float: left;
	width: 100%;
	border: 1px solid #f2e28e;
	padding: 2px;
}
#Content #Play #Right #SongInfo .title{
	font-size: 14px;
	font-weight: 600;
	color: #8FA916;
	padding-left: 10px;
	background: #fffcf5;
	padding-top: 3px;
	padding-bottom: 3px;
}
#Content #Play #Right #SongInfo .Info {
	padding: 10px;
	float: left;
	width: 100%;
	list-style-type: none;
}
#Content #Play #Right #SongInfo .Info li{
   height:22px;
}

#Content #Play #Right #PostComment {
	float: left;
	width: 100%;
	border: 1px solid #f2e28e;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Content #Play #Right #PostComment .title{
	font-size: 14px;
	font-weight: 600;
	color: #8FA916;
	padding-left: 10px;
	background: #fffcf5;
	padding-top: 3px;
	padding-bottom: 3px;
}
#Content #Play #Right #PostComment .Info {
	padding: 10px;
	float: left;
	width: 100%;
	list-style-type: none;
}
#Content #Play #Right #PostComment .Info li{
   height:22px;
}
#Content #Play #Right #PlayComment {
	float: left;
	width: 100%;
	border: 1px solid #f2e28e;
	padding: 2px;
	margin-bottom: 10px;
}
#Content #Play #Right #PlayComment .ptitle{
	font-size: 14px;
	font-weight: 600;
	color: #8FA916;
	padding-left: 10px;
	background: #fffcf5;
	padding-top: 3px;
	padding-bottom: 3px;
}
#Content #Play #Right #PlayComment .maincontent {
	padding: 10px;
	float: left;
	width: 100%;
	list-style-type: none;
}
#Content #Play #Right #PlayComment .maincontent .clist {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DEDEDE;
	padding-bottom: 5px;
}
/* 帮助页面 */
#Content #Main #Body #Help {
	width: 100%;
	line-height: 22px;
	color: #6F756F;
	margin-top: 10px;
	margin-left: 15px;
}
#Content #Main #Body #Help h2 {
	font-size: 13px;
	font-weight: 600;
	color: #4194C5;
	line-height: 25px;
}
#Content #Main #Body #Help a {
	color: #4194C5;
}
/* 页面加载特效 */
#loader_container { 
    text-align:center; 
    position:absolute; 
    top:40%; 
    width:100%; 
    left: 0; 
} 
#loader { 
    font-family:Tahoma, Helvetica, sans; 
    font-size:11.5px; 
    color:#000000; 
    background-color:#FFFFFF; 
    padding:10px 0 16px 0; 
    margin:0 auto; 
    display:block; 
    width:130px; 
    border:1px solid #5a667b; 
    text-align:left; 
    z-index:2; 
} 
#progress { 
    height:5px; 
    font-size:1px; 
    width:1px; 
    position:relative; 
    top:1px; 
    left:0px; 
    background-color:#8894a8; 
} 
#loader_bg { 
    background-color:#e4e7eb; 
    position:relative; 
    top:8px; 
    left:8px; 
    height:7px; 
    width:113px; 
    font-size:1px; 
} 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?