29
#middle, #middle tbody {
32
border-collapse: collapse;
32
/* Approximate height of the components */
43
background-color: #aaf;
49
/* FILE LISTINGS TABLE */
52
border-collapse: collapse;
53
border-right: 1px solid #888;
35
background-color: #ddd;
38
/* We don't want the bold-ness of a regular golden H1 */
49
border-top: white 1px solid; /* Top edge of 3D effect */
51
/* class "choice" is for all choices, enabled and disabled. This is for both
52
* the <a> actions and <option> actions.
53
* class "disabled" is for disabled choices.
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
55
#actions1 a.choice, #actions2 a {
60
#actions1 a.choice:hover, #actions1 a.choice:active, #actions1 a.choice:focus,
61
#actions2 a:hover, #actions2 a:active, #actions2 a:focus {
65
#actions1 a.choice:hover, #actions2 a:hover {
66
text-decoration: underline;
69
#actions1 a.disabled {
71
text-decoration: none;
74
/* Drop-down actions and headings */
75
#actions1 option.moreactions, #actions1 option.disabled {
79
/* One of the actions2s is shown at runtime, depending on the context.
80
* We will show moreactions if we need it. */
81
#actions1 #moreactions_area, #actions2 #actions2_file,
82
#actions2 #actions2_directory {
86
/* Everything under the top bar */
92
/* top == #topbar.height */
94
/* Space for the mimimised console */
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;