63 lines
969 B
CSS
63 lines
969 B
CSS
|
|
tr:nth-child(odd){
|
|
background:#F4F4F4;
|
|
}
|
|
|
|
.tr-head{
|
|
background-color: #2bf;
|
|
text-align: center;
|
|
}
|
|
|
|
table{
|
|
width:100%;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.td1 {
|
|
BACKGROUND-COLOR: #e6e6e6
|
|
}
|
|
.td_header {
|
|
BACKGROUND-COLOR: #e6e6e6; COLOR: #000000
|
|
}
|
|
.td_1 {
|
|
BACKGROUND-COLOR: #f8fbfb; COLOR: #000000
|
|
}
|
|
.td_2 {
|
|
BACKGROUND-COLOR: #deecec; COLOR: #000000
|
|
}
|
|
.td3 {
|
|
BACKGROUND-COLOR: #a3d1d2; COLOR: black
|
|
}
|
|
.underline {
|
|
BORDER-BOTTOM: #c4c4c4 1pt solid; BORDER-LEFT: #c4c4c4; BORDER-RIGHT: #c4c4c4; BORDER-TOP: #c4c4c4
|
|
}
|
|
.button {
|
|
border:1px solid black;
|
|
background-color:white;
|
|
cursor:hand;
|
|
}
|
|
.star {
|
|
COLOR: red
|
|
}
|
|
.tb_showall
|
|
{
|
|
background:#0078B7;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.container{
|
|
margin: auto;
|
|
width: 80%;
|
|
text-align: center;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.input-form{
|
|
border: black solid 1px;
|
|
margin: auto;
|
|
td{
|
|
border: black solid 1px;
|
|
}
|
|
}
|
|
|