grgw_old_java/heatsupply2/WebContent/static/common/css/pool.css

78 lines
1.6 KiB
CSS

/**@import url("http://fonts.useso.com/css?family=Open+Sans:300,400,600,700&lang=en");**/
.page-tabs a.active {
background-color: #80bf33;
color: white;
}
.haders {
background-color: #3a3a3a;
border-bottom: solid 2px #80bf33;
text-align: right;
}
.haderss{
text-align:left;
}
.but {
margin-right: 15px;
margin-left: 15px;
background-color: #3a3a3a;
}
.buttons {
margin-top: 10px;
border: 1px solid #F2F2F2;
cursor: pointer;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: -webkit-linear-gradient(#FFFFFF, #F2F2F2);
/* Safari 5.1 - 6.0 */
background: -o-linear-gradient(#FFFFFF, #F2F2F2);
/* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(#FFFFFF, #F2F2F2);
/* Firefox 3.6 - 15 */
background: linear-gradient(#FFFFFF, #F2F2F2); /* 标准的语法(必须放在最后) */
}
.foots {
margin-bottom: 20px;
}
.ibox-title {
border-color: #FFF;
}
.img {
margin-right: 15px;
margin-left: 15px;
}
.foot {
text-align: center;
background-color: #3a3a3a;
position:fixed; left:0; bottom:-1px; width:100%;
}
.foote {
padding-top: 3px;
padding-bottom: 3px;
}
.box-shadow{
-webkit-box-shadow:0 0 10px #A69F9F;
-moz-box-shadow:0 0 10px #A69F9F;
box-shadow:0 0 10px #A69F9F;
}
a{color:#827C7C}
//a:hover{color:#827C7C}
a:link {color:#827C7C;text-decoration:none;} /* 未被访问的链接 */
a:visited {color:#827C7C} /* 已被访问过的链接 */
a:hover {text-decoration:underline} /* 鼠标悬浮在上的链接 */
a:active {color:#827C7C} /* 鼠标点中激活链接 */
.box{
min-height:700px;
}