8
8
/* GENERAL FORMATTING */
10
#ivlebody p, #ivlebody h2, #ivlebody h3 {
14
#ivlebody p, #ivlebody h3 {
30
#middle, #middle tbody {
33
border-collapse: collapse;
32
/* Approximate height of the components */
44
background-color: #aaf;
50
/* FILE LISTINGS TABLE */
53
border-collapse: collapse;
54
border-right: 1px solid #888;
35
background-color: #ddd;
38
/* NOTE: This style is copied from the generic h1 style
39
* (without the font styling) */
41
background-color: #fea;
42
background-image: url(../ivle.webapp.core/images/chrome/h1-bg.png);
43
background-repeat: repeat-y;
66
/* Individual column sizes */
67
/* All columns have fixed widths except filename, which expands to fit. */
85
/* Table borders and rows */
88
background-color: #336;
91
tr.rowhead a:link, tr.rowhead a:visited {
94
/* Unselected (grey shades)
95
* Note alternating rows are different shades
98
background-color: #ccc;
102
background-color: #aaa;
105
tr.row1:hover, tr.row2:hover {
106
background-color: #eee;
108
/* And if they are selected (blue shades) */
110
background-color: #88e;
114
background-color: #66c;
117
tr.row1sel:hover, tr.row2sel:hover {
118
background-color: #eee;
122
border-collapse: collapse;
125
#filetable td, #filetable th {
126
border: 1px solid #888;
129
/* Borders between icons and filename are turned off. */
131
#filetable td.col-icons, #filetable th.col-date, #filetable td.col-date {
132
border-right: 0 none;
134
#filetable td.col-filename {
141
border-left: 1px solid #888;
142
border-top: 1px solid #888;
143
background-color: #ccc;
149
#sidepanel p, h1, h2 {
46
border-top: white 2px solid; /* Top edge of 3D effect */
47
border-bottom: #863 1px solid; /* Bottom edge of 3D effect */
51
159
font-weight: bold;
56
border-top: white 1px solid; /* Top edge of 3D effect */
58
/* class "choice" is for all choices, enabled and disabled. This is for both
59
* the <a> actions and <option> actions.
60
* class "disabled" is for disabled choices.
62
#actions1 a.choice, #actions2 a {
64
text-decoration: underline;
67
#actions1 a.choice:hover, #actions1 a.choice:active, #actions1 a.choice:focus,
68
#actions2 a:hover, #actions2 a:active, #actions2 a:focus {
71
#actions1 a.disabled {
73
text-decoration: none;
76
/* Drop-down actions and headings */
77
#actions1 option.moreactions, #actions1 option.disabled {
81
/* One of the actions2s is shown at runtime, depending on the context.
82
* We will show moreactions if we need it. */
83
#actions1 #moreactions_area, #actions2 #actions2_file,
84
#actions2 #actions2_directory {
88
/* Everything under the top bar */
94
/* top == #topbar.height */
96
/* Space for the mimimised console */
165
background-color: #aaa;
166
border-top: 1px solid #888;