Initial checkin
This commit is contained in:
commit
d75eb444fc
4304 changed files with 369634 additions and 0 deletions
82
js/style.css
Normal file
82
js/style.css
Normal file
|
@ -0,0 +1,82 @@
|
|||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 76%;
|
||||
}
|
||||
#content {
|
||||
padding: 3em;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 0.5em;
|
||||
border: 1px solid #CCC;
|
||||
}
|
||||
|
||||
thead, tfoot {
|
||||
background-color: #DDD;
|
||||
}
|
||||
|
||||
tr.rowodd {
|
||||
|
||||
}
|
||||
|
||||
tr.roweven {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
|
||||
.sortcol {
|
||||
cursor: pointer;
|
||||
padding-right: 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
}
|
||||
.sortasc {
|
||||
background-color: #DDFFAC;
|
||||
background-image: url(up.gif);
|
||||
}
|
||||
.sortdesc {
|
||||
background-color: #B9DDFF;
|
||||
background-image: url(down.gif);
|
||||
}
|
||||
.nosort {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.urg1, .urg2, .urg3, .urg4, .urg5 {
|
||||
padding: 3px;
|
||||
text-align: center;
|
||||
border: 1px solid #333;
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
.urg1 {
|
||||
background-color: #FFFACD;
|
||||
}
|
||||
.urg2 {
|
||||
background-color: #FFD700;
|
||||
}
|
||||
.urg3 {
|
||||
background-color: Orange;
|
||||
}
|
||||
.urg4 {
|
||||
background-color: #FF6347;
|
||||
}
|
||||
.urg5 {
|
||||
background-color: Red;
|
||||
}
|
||||
|
||||
.scroll-table-head {
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
.scroll-table-body {
|
||||
width: 800px;
|
||||
height: 400px;
|
||||
}
|
||||
.scroll-table-body td {
|
||||
padding-right: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue