1
/* IVLE - Informatics Virtual Learning Environment
2
* Copyright (C) 2007-2008 The University of Melbourne
4
* This file is redistributable under the terms of the GNU General Public
5
* License version 2 or later.
8
/** Generic styling **/
13
background-color: white;
22
a:hover, a:active, a:focus {
30
/** Special styles for header section **/
33
background-color: #fea;
34
/* Pad left and right. */
36
border-bottom: 1px solid black;
40
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
59
/* Note: You can override this in app-specific CSS if you want to
60
* push the body all the way to the edge. */
72
p.userhello .username {
83
border: 1px solid black;
84
background-color: #fc6;
87
/* Currently active app tab */
88
ul.apptabs li.thisapp {
89
background-color: white;
90
border-bottom: 1px solid white;
94
text-decoration: none;