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
32
/** Special styles for header section **/
56
35
position: absolute;
57
background-color: #abf;
58
background-image: url(../ivle.webapp.core/images/chrome/topbar-slashes.png);
59
background-repeat: repeat-x;
36
background-color: #fea;
61
38
border-bottom: 1px solid black;
62
/* IMPORTANT: This 4em is hard-coded elsewhere in this file. Search for
39
/* IMPORTANT: This 5.3em is hard-coded elsewhere in this file. Search for
63
40
* #ivleheader.height to update it. */
67
44
z-index: 1; /* Background to all, but the body */
48
/* Pad left and right. */
53
z-index: 3; /* In front */
56
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
82
75
/* Note: The body has NO PADDING by default (unlike plain HTML).
88
81
/* This is positioned absolutely so that its content can be positioned
89
82
* absolutely as well, and so height: 100% really means it. */
90
83
position: absolute;
91
top: 4em; /* == #ivleheader.height */
84
top: 5.3em; /* == #ivleheader.height */
94
87
z-index: 0; /* Behind header */
97
90
/* Apps can optionally have a <div id="ivle_padding"> as the outermost
98
91
* element, if 1em of padding is desired (otherwise there will be no padding).
99
* Note: No top padding, since the first element should have a margins (p or
103
padding: 0 1em 1em 1em;
110
104
.userhello .username {
132
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */
137
right: 1em; /* == #ivleheader.padding-right */
138
/*border: 1px solid black;*/
139
/*background-color: #fc6;*/
140
background-image: url(../ivle.webapp.core/images/chrome/tab-left.png);
141
background-repeat: no-repeat;
142
background-position: top left;
147
background-image: url(../ivle.webapp.core/images/chrome/tab-right.png);
148
background-repeat: no-repeat;
149
background-position: top right;
153
ul#apptabs li a span {
154
background-image: url(../ivle.webapp.core/images/chrome/tab-mid.png);
155
background-repeat: repeat-x;
144
border: 1px solid black;
145
background-color: #fc6;
158
148
ul#apptabs li:hover {
159
/*background-color: #fd8;*/
160
background-image: url(../ivle.webapp.core/images/chrome/tab-hover-left.png);
162
ul#apptabs li:hover a {
163
background-image: url(../ivle.webapp.core/images/chrome/tab-hover-right.png);
165
ul#apptabs li:hover a span {
166
background-image: url(../ivle.webapp.core/images/chrome/tab-hover-mid.png);
149
background-color: #fd8;
168
151
/* Currently active app tab */
169
152
ul#apptabs li.thisapp {
170
/*background-color: white;*/
171
/*border-bottom: 1px solid white;*/
172
background-image: url(../ivle.webapp.core/images/chrome/tab-selected-left.png);
174
ul#apptabs li.thisapp a {
175
background-image: url(../ivle.webapp.core/images/chrome/tab-selected-right.png);
177
ul#apptabs li.thisapp a span {
178
background-image: url(../ivle.webapp.core/images/chrome/tab-selected-mid.png);
153
background-color: white;
154
border-bottom: 1px solid white;