mhg/EvQuest/table.css
2024-04-11 20:03:24 +08:00

127 lines
3.2 KiB
CSS

/*------------ table style set ------------*/
.hpb-cnt-tb1{
background-color: #333333;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
}
.hpb-cnt-tb-th1 {
background-color: #BBBBBB;
color: #333333;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
}
.hpb-cnt-tb-cell0 {
background-color: #FFFFFF;
color: #333333;
border-top-width: 0px;
border-right-width : 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
text-indent : 1px;
}
.hpb-cnt-tb-cell1 {
background-color: #FFFFFF;
color: #333333;
border-top-width: 0px;
border-right-width : 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
text-indent : 2px;
}
.hpb-cnt-tb-cell2 {
background-color: #FFFFFF;
color: #333333;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
padding-left : 0px;
text-align : right;
text-indent : 0px;
padding-right : 2px;
}
.hpb-cnt-tb-cell3 {
background-color: #FFFFFF;
color: #333333;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
text-align : center;
}
.hpb-cnt-tb-cell4 {
background-color: #FFFFFF;
color: #333333;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
text-align : right;
padding-right : 3px;
}
a { text-decoration: none; color:#0000EE; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; color:#EE0000}
a:focus { text-decoration: underline; color:#EE00EE}
a:hover, a:active { text-decoration: underline; }