66 lines
874 B
CSS
66 lines
874 B
CSS
body {
|
|
outline: 0px;
|
|
border: 0px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #f5f5f2;
|
|
}
|
|
|
|
.headDiv {
|
|
background-color: white;
|
|
}
|
|
|
|
.className {
|
|
text-align: center;
|
|
background-color: #f58100;
|
|
font-size: 1.5em;
|
|
color: white;
|
|
line-height: 2.4em;
|
|
}
|
|
|
|
.classScore {
|
|
font-size: 1.3em;
|
|
line-height: 1.6em;
|
|
color: #505050;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
padding-top: 0.4em;
|
|
padding-bottom: 0.4em;
|
|
}
|
|
|
|
.classTab td {
|
|
text-align: center;
|
|
}
|
|
|
|
a.tbodyTitle {
|
|
letter-spacing: 0.25em;
|
|
}
|
|
|
|
.scoreBody {
|
|
padding: 1em;
|
|
}
|
|
|
|
.scoreDiv {
|
|
background-image: url(../image/ic_list_bac.png);
|
|
background-repeat: round;
|
|
margin-bottom: 0.83em;
|
|
font-size: 1.2em;
|
|
color: #808080;
|
|
line-height: 1.8em;
|
|
padding-top: 0.5em;
|
|
padding-bottom: 1em;
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
td.userNmae {
|
|
font-size: 1.25em;
|
|
color: #f58100;
|
|
width: 31%;
|
|
}
|
|
|
|
td.userLoginno {
|
|
font-size: 0.9em;
|
|
} |