36
/* h1s are styled specially to a small golden 3D bar */
38
background-color: #fea;
39
background-image: url(../ivle.webapp.core/images/chrome/h1-bg.png);
40
background-repeat: repeat-y;
43
border-top: white 2px solid; /* Top edge of 3D effect */
44
border-bottom: #863 1px solid; /* Bottom edge of 3D effect */
53
30
/** Special styles for header section **/
56
33
position: absolute;
57
background-color: #abf;
58
background-image: url(../ivle.webapp.core/images/chrome/topbar-slashes.png);
59
background-repeat: repeat-x;
34
background-color: #fea;
61
36
border-bottom: 1px solid black;
62
/* IMPORTANT: This 2em is hard-coded elsewhere in this file. Search for
37
/* IMPORTANT: This 5.3em is hard-coded elsewhere in this file. Search for
63
38
* #ivleheader.height to update it. */
67
42
z-index: 1; /* Background to all, but the body */
73
list-style-type: none;
76
ul#ivle_breadcrumbs > li {
77
background: url(../ivle.webapp.core/images/chrome/breadcrumb-chevron.png) scroll no-repeat right;
84
ul#ivle_breadcrumbs > li > a {
86
padding: 4px 16px 0 6px;
87
text-decoration: none;
91
ul#ivle_breadcrumbs > li > a:hover {
92
text-decoration: underline;
95
ul#ivle_breadcrumbs > li > ul {
97
list-style-type: none;
102
left: -21px; /* Just meets the chevron on the left. */
106
border: 1px solid #dee4ff;
110
ul#ivle_breadcrumbs > li:hover > ul {
114
ul#ivle_breadcrumbs > li > ul > li {
118
ul#ivle_breadcrumbs > li > ul > li:hover {
122
45
#ivleheader_text {
46
/* Pad left and right. */
51
z-index: 3; /* In front */
54
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
127
73
/* Note: The body has NO PADDING by default (unlike plain HTML).
133
79
/* This is positioned absolutely so that its content can be positioned
134
80
* absolutely as well, and so height: 100% really means it. */
135
81
position: absolute;
136
top: 2em; /* == #ivleheader.height */
82
top: 5.3em; /* == #ivleheader.height */
139
85
z-index: 0; /* Behind header */
142
88
/* Apps can optionally have a <div id="ivle_padding"> as the outermost
143
89
* element, if 1em of padding is desired (otherwise there will be no padding).
144
* Note: No top padding, since the first element should have a margins (p or
148
padding: 0 1em 1em 1em;
155
.userhello .username {
102
p.userhello .username {
156
103
font-weight: bold;
106
/* The tabs bar is positioned absolutely, unlike the other header content.
107
* This allows it to be aligned exactly with the bottom of the header bar.
111
height: 5.3em; /* == #ivleheader.height */
118
z-index: 2; /* In front of background, behind text */
122
/* This allows for a single paragraph, currently used to display a warning
130
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */
135
right: 1em; /* == #ivleheader.padding-right */
142
border: 1px solid black;
143
background-color: #fc6;
146
ul#apptabs li:hover {
147
background-color: #fd8;
149
/* Currently active app tab */
150
ul#apptabs li.thisapp {
151
background-color: white;
152
border-bottom: 1px solid white;
156
color: navy; /* Text colour not to change */
157
text-decoration: none;
159
160
/* Terms of Service accept / decline buttons */
160
161
#tos_acceptbuttons {
161
162
text-align: center;
164
/* For system warning messages */
168
border: 1px solid #a22;