111
111
font-weight: bold;
114
/* The tabs bar is positioned absolutely, unlike the other header content.
115
* This allows it to be aligned exactly with the bottom of the header bar.
124
/* This allows for a single paragraph, currently used to display a warning
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;
158
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);
168
/* Currently active app tab */
169
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);
182
color: navy; /* Text colour not to change */
183
text-decoration: none;
186
114
/* Terms of Service accept / decline buttons */
187
115
#tos_acceptbuttons {
188
116
text-align: center;