29
#middle, #middle tbody {
32
border-collapse: collapse;
32
/* height == h2.margin + h2.line-height
33
* + max(h2.margin, p.margin) + p.line-height + p.margin
34
* == 1.1*0.7em + 1.1*1.2em + 1.1*0.7em + 1.1em + 0.7em
43
38
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
48
/* class "choice" is for all choices, enabled and disabled. This is for both
49
* the <a> actions and <option> actions.
50
* class "disabled" is for disabled choices.
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 {
52
#actions1 a.choice, #actions2 a {
54
text-decoration: underline;
57
#actions1 a.choice:hover, #actions1 a.choice:active, #actions1 a.choice:focus,
58
#actions2 a:hover, #actions2 a:active, #actions2 a:focus {
60
text-decoration: underline;
62
#actions1 a.disabled {
64
text-decoration: none;
67
#actions1 a.disabled:hover, #actions1 a.disabled:active, #actions1 a.disabled:focus {
69
text-decoration: none;
71
/* Drop-down actions and headings */
76
#actions1 option.moreactions {
79
#actions1 option.heading {
156
80
font-weight: bold;
162
background-color: #aaa;
163
border-top: 1px solid #888;
82
#actions1 option.choice {
85
#actions1 option.disabled {
90
/* Everything under the top bar */
96
/* top == #topbar.height + #topbar.padding * 2 */