35
35
position: absolute;
36
36
background-color: #fea;
37
background-image: url(../ivle.webapp.core/images/chrome/topbar-hashes.png);
38
background-repeat: repeat-x;
38
40
border-bottom: 1px solid black;
39
41
/* IMPORTANT: This 5.3em is hard-coded elsewhere in this file. Search for
48
50
/* Pad left and right. */
49
51
position: absolute;
53
background-image: url(../ivle.webapp.core/images/chrome/title.png);
54
background-repeat: no-repeat;
55
background-position: 10px 10px;
53
59
z-index: 3; /* In front */
56
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
62
#ivleheader_text h1, #ivleheader_text h2 {
75
66
/* Note: The body has NO PADDING by default (unlike plain HTML).
144
border: 1px solid black;
145
background-color: #fc6;
135
/*border: 1px solid black;*/
136
/*background-color: #fc6;*/
137
background-image: url(../ivle.webapp.core/images/chrome/tab-left.png);
138
background-repeat: no-repeat;
139
background-position: top left;
144
background-image: url(../ivle.webapp.core/images/chrome/tab-right.png);
145
background-repeat: no-repeat;
146
background-position: top right;
150
ul#apptabs li span span {
151
background-image: url(../ivle.webapp.core/images/chrome/tab-mid.png);
152
background-repeat: repeat-x;
148
155
ul#apptabs li:hover {
149
background-color: #fd8;
156
/*background-color: #fd8;*/
157
background-image: url(../ivle.webapp.core/images/chrome/tab-hover-left.png);
159
ul#apptabs li:hover span {
160
background-image: url(../ivle.webapp.core/images/chrome/tab-hover-right.png);
162
ul#apptabs li:hover span span {
163
background-image: url(../ivle.webapp.core/images/chrome/tab-hover-mid.png);
151
165
/* Currently active app tab */
152
166
ul#apptabs li.thisapp {
153
background-color: white;
154
border-bottom: 1px solid white;
167
/*background-color: white;*/
168
/*border-bottom: 1px solid white;*/
169
background-image: url(../ivle.webapp.core/images/chrome/tab-selected-left.png);
171
ul#apptabs li.thisapp span {
172
background-image: url(../ivle.webapp.core/images/chrome/tab-selected-right.png);
174
ul#apptabs li.thisapp span span {
175
background-image: url(../ivle.webapp.core/images/chrome/tab-selected-mid.png);