1
/* IVLE - Informatics Virtual Learning Environment
2
* Copyright (C) 2007-2008 The University of Melbourne
3
* Style Sheet for File Browser and Editor
4
* This file is redistributable under the terms of the GNU General Public
5
* License version 2 or later.
8
/* GENERAL FORMATTING */
29
/* Override common #ivlebody */
31
padding: 0 ! important;
34
#middle, #middle tbody {
37
border-collapse: collapse;
48
background-color: #aaf;
54
/* FILE LISTINGS TABLE */
57
border-collapse: collapse;
58
border-right: 1px solid #888;
74
/* Individual column sizes */
75
/* All columns have fixed widths except filename, which expands to fit. */
93
/* Table borders and rows */
96
background-color: #336;
99
tr.rowhead a:link, tr.rowhead a:visited {
102
/* Unselected (grey shades)
103
* Note alternating rows are different shades
106
background-color: #ccc;
110
background-color: #bbb;
113
/* And if they are selected (blue shades) */
115
background-color: #88e;
119
background-color: #77d;
124
border-collapse: collapse;
127
#filetable td, #filetable th {
128
border: 1px solid #888;
131
/* Borders between icons and filename are turned off. */
133
#filetable td.col-icons, #filetable th.col-date, #filetable td.col-date {
134
border-right: 0 none;
136
#filetable td.col-filename {
143
border-left: 1px solid #888;
144
border-top: 1px solid #888;
145
background-color: #ccc;
151
#sidepanel p, #sidepanel h2, #sidepanel h3 {
167
background-color: #aaa;
168
border-top: 1px solid #888;