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 */
25
/* Override common #ivlebody */
27
padding: 0 ! important;
30
#middle, #middle tbody {
33
border-collapse: collapse;
44
background-color: #aaf;
50
/* FILE LISTINGS TABLE */
53
border-collapse: collapse;
54
border-right: 1px solid #888;
70
/* Individual column sizes */
71
/* All columns have fixed widths except filename, which expands to fit. */
89
/* Table borders and rows */
92
background-color: #336;
95
tr.rowhead a:link, tr.rowhead a:visited {
98
/* Unselected (grey shades)
99
* Note alternating rows are different shades
102
background-color: #ccc;
106
background-color: #aaa;
109
tr.row1:hover, tr.row2:hover {
110
background-color: #eee;
112
/* And if they are selected (blue shades) */
114
background-color: #88e;
118
background-color: #66c;
121
tr.row1sel:hover, tr.row2sel:hover {
122
background-color: #eee;
126
border-collapse: collapse;
129
#filetable td, #filetable th {
130
border: 1px solid #888;
133
/* Borders between icons and filename are turned off. */
135
#filetable td.col-icons, #filetable th.col-date, #filetable td.col-date {
136
border-right: 0 none;
138
#filetable td.col-filename {
145
border-left: 1px solid #888;
146
border-top: 1px solid #888;
147
background-color: #ccc;
153
#sidepanel p, #sidepanel h1, #sidepanel h2 {
169
background-color: #aaa;
170
border-top: 1px solid #888;