5
5
* License version 2 or later.
8
/* GENERAL FORMATTING */
11
background-color: white;
19
a:hover, a:active, a:focus {
43
#middle, #middle tbody {
46
border-collapse: collapse;
57
background-color: #aaf;
63
/* FILE LISTINGS TABLE */
66
border-collapse: collapse;
67
border-right: 1px solid #888;
79
/* Individual column sizes */
80
/* All columns have fixed widths except filename, which expands to fit. */
98
/* Table borders and rows */
101
background-color: #336;
104
tr.rowhead a:link, tr.rowhead a:visited {
107
/* Unselected (grey shades)
108
* Note alternating rows are different shades
111
background-color: #ccc;
115
background-color: #aaa;
118
tr.row1:hover, tr.row2:hover {
119
background-color: #eee;
121
/* And if they are selected (blue shades) */
123
background-color: #88e;
127
background-color: #66c;
130
tr.row1sel:hover, tr.row2sel:hover {
131
background-color: #eee;
135
border-collapse: collapse;
138
#filetable td, #filetable th {
139
border: 1px solid #888;
142
/* Borders between icons and filename are turned off. */
144
#filetable td.col-icons, #filetable th.col-date, #filetable td.col-date {
145
border-right: 0 none;
147
#filetable td.col-filename {
154
border-left: 1px solid #888;
155
border-top: 1px solid #888;
156
background-color: #ccc;
162
#sidepanel p, h1, h2 {
178
background-color: #aaa;
179
border-top: 1px solid #888;