8
8
/* GENERAL FORMATTING */
10
#ivlebody p, #ivlebody h2, #ivlebody h3 {
11
background-color: white;
19
a:hover, a:active, a:focus {
14
#ivlebody p, #ivlebody h3 {
43
#middle, #middle tbody {
46
border-collapse: collapse;
32
/* Approximate height of the components */
57
background-color: #aaf;
63
/* FILE LISTINGS TABLE */
66
border-collapse: collapse;
67
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.
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
55
#actions1 a.choice, #actions2 a {
57
text-decoration: underline;
60
#actions1 a.choice:hover, #actions1 a.choice:active, #actions1 a.choice:focus,
61
#actions2 a:hover, #actions2 a:active, #actions2 a:focus {
64
#actions1 a.disabled {
66
text-decoration: none;
69
/* Drop-down actions and headings */
70
#actions1 option.moreactions, #actions1 option.disabled {
74
/* One of the actions2s is shown at runtime, depending on the context.
75
* We will show moreactions if we need it. */
76
#actions1 #moreactions_area, #actions2 #actions2_file,
77
#actions2 #actions2_directory {
81
/* Everything under the top bar */
87
/* top == #topbar.height */
89
/* Space for the mimimised console */
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;