5
5
* License version 2 or later.
8
/* GENERAL FORMATTING */
29
#middle, #middle tbody {
32
border-collapse: collapse;
43
background-color: #aaf;
49
/* FILE LISTINGS TABLE */
52
border-collapse: collapse;
53
border-right: 1px solid #888;
69
/* Individual column sizes */
70
/* All columns have fixed widths except filename, which expands to fit. */
88
/* Table borders and rows */
91
background-color: #336;
94
tr.rowhead a:link, tr.rowhead a:visited {
97
/* Unselected (grey shades)
98
* Note alternating rows are different shades
101
background-color: #ccc;
105
background-color: #bbb;
108
/* And if they are selected (blue shades) */
110
background-color: #88e;
114
background-color: #77d;
119
border-collapse: collapse;
122
#filetable td, #filetable th {
123
border: 1px solid #888;
126
/* Borders between icons and filename are turned off. */
128
#filetable td.col-icons, #filetable th.col-date, #filetable td.col-date {
129
border-right: 0 none;
131
#filetable td.col-filename {
138
border-left: 1px solid #888;
139
border-top: 1px solid #888;
140
background-color: #ccc;
146
#sidepanel p, #sidepanel h2, #sidepanel h3 {
162
background-color: #aaa;
163
border-top: 1px solid #888;