~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/common/ivle.css

  • Committer: drtomc
  • Date: 2008-02-01 04:13:23 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:369
Add stuff on installing and configuring pound.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    font-size: 0.95em;
17
17
}
18
18
 
19
 
a {
 
19
a:link, a:visited {
20
20
    color: navy;
21
 
    text-decoration: underline;
22
 
    cursor: pointer;
23
21
}
24
22
a:hover, a:active, a:focus {
25
23
    color: blue;
29
27
    color: #a00;
30
28
}
31
29
 
32
 
a img {
33
 
    border: none;
34
 
}
35
 
 
36
 
h1 {
37
 
    margin: 0;
38
 
    font-size: x-large;
39
 
    font-weight: normal;
40
 
}
41
 
 
42
 
#ivleview > h1 {
43
 
    margin: 0.5em 0 0.5em 0.5em;
44
 
}
45
 
 
46
 
h2 {
47
 
    font-size: larger;
48
 
    font-weight: normal;
49
 
}
50
 
 
51
30
/** Special styles for header section **/
52
31
 
53
32
#ivleheader {
54
33
    position: absolute;
55
 
    background-color: #abf;
56
 
    background-image: url(../ivle.webapp.core/images/chrome/topbar-slashes.png);
57
 
    background-repeat: repeat-x;
 
34
    background-color: #fea;
58
35
    padding: 0;
59
36
    border-bottom: 1px solid black;
60
 
    /* 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
61
38
     * #ivleheader.height to update it. */
62
 
    height: 2em;
 
39
    height: 5.3em;
63
40
    left: 0;
64
41
    right: 0;
65
42
    z-index: 1;     /* Background to all, but the body */
66
43
}
67
44
 
68
 
/* Now we have lots of breadcrumb styles.
69
 
   The breadcrumbs are <li>s in a <ul>. Each <li> has either an <a> or
70
 
   a <span> inside it, with the label of the breadcrumb. <li>s may also
71
 
   have an <ul> inside them, which is a menu that pops up on hover.
72
 
 */
73
 
ul#ivle_breadcrumbs {
74
 
    margin: 0;
75
 
    padding: 0;
76
 
    list-style-type: none;
77
 
}
78
 
 
79
 
ul#ivle_breadcrumbs > li {
80
 
    background: url(../ivle.webapp.core/images/chrome/breadcrumb-chevron.png) scroll no-repeat right;
81
 
    float: left;
82
 
    min-height: 29px;
83
 
    margin-right: 4px;
84
 
    position: relative;
85
 
}
86
 
 
87
 
ul#ivle_breadcrumbs > li > a {
88
 
    display: block;
89
 
    line-height: 2em;
90
 
    padding-right: 16px;
91
 
    vertical-align: middle;
92
 
    text-decoration: none;
93
 
    color: black;
94
 
}
95
 
 
96
 
ul#ivle_breadcrumbs > li > a > img {
97
 
    vertical-align: middle;
98
 
}
99
 
 
100
 
/* There is no breadcrumb to the left of the first one, so there is no margin.
101
 
   We add a special one. */
102
 
ul#ivle_breadcrumbs > li:first-child > a {
103
 
    padding-left: 6px;
104
 
}
105
 
 
106
 
ul#ivle_breadcrumbs > li > span {
107
 
    display: block;
108
 
    line-height: 2em;
109
 
    padding-right: 16px;
110
 
    vertical-align: middle;
111
 
}
112
 
 
113
 
ul#ivle_breadcrumbs > li > a:hover {
114
 
    text-decoration: underline;
115
 
}
116
 
 
117
 
ul#ivle_breadcrumbs > li > ul {
118
 
    display: none;
119
 
    list-style-type: none;
120
 
 
121
 
    position: absolute;
122
 
    padding-left: 0;
123
 
    top: 2em;
124
 
    left: -21px; /* Just meets the chevron on the left. */
125
 
    width: 200px;
126
 
 
127
 
    background: #abf;
128
 
    border: 1px solid #dee4ff;
129
 
    opacity: 0.95;
130
 
}
131
 
 
132
 
ul#ivle_breadcrumbs > li:first-child > ul {
133
 
    left: 0; /* Don't want the IVLE menu to run off the LHS. */
134
 
}
135
 
 
136
 
ul#ivle_breadcrumbs > li:hover > ul {
137
 
    display: block;
138
 
}
139
 
 
140
 
ul#ivle_breadcrumbs > li > ul > li {
141
 
    padding: 0.3em;
142
 
}
143
 
 
144
 
/* The IVLE crumb's menu items are extra high, with icons. */
145
 
ul#ivle_breadcrumbs > li:first-child > ul > li > a {
146
 
    min-height: 24px;
147
 
    vertical-align: middle;
148
 
    padding-top: 2px;
149
 
}
150
 
 
151
 
ul#ivle_breadcrumbs > li > ul > li > a {
152
 
    display: block;
153
 
}
154
 
 
155
 
ul#ivle_breadcrumbs > li > ul > li:hover {
156
 
    background: #b8c6ff;
157
 
}
158
 
 
159
 
ul#ivle_breadcrumbs > li.crumbmenu > a {
160
 
    background: url(../ivle.webapp.core/images/chrome/drop-down.png) scroll no-repeat right;
161
 
    margin-right: 10px;
162
 
}
163
 
 
164
45
#ivleheader_text {
 
46
    /* Pad left and right. */
165
47
    position: absolute;
166
 
    top: 0;
 
48
    padding: 0 1em;
 
49
    left: 0;
167
50
    right: 0;
168
 
    padding: 0.5em;
 
51
    z-index: 3;     /* In front */
 
52
}
 
53
 
 
54
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
 
55
#ivleheader_text h1 {
 
56
    position: absolute;
 
57
    text-align: left;
 
58
    font-size: 3.8em;
 
59
    font-style: italic;
 
60
    color: #ffc;
 
61
    margin: 0;
 
62
    padding: 0;
 
63
}
 
64
#ivleheader_text h2 {
 
65
    position: absolute;
 
66
    text-align: left;
 
67
    font-size: 1.3em;
 
68
    margin-top: 1em;
 
69
    margin-bottom: 1em;
 
70
    padding: 0;
169
71
}
170
72
 
171
73
/* Note: The body has NO PADDING by default (unlike plain HTML).
177
79
    /* This is positioned absolutely so that its content can be positioned
178
80
     * absolutely as well, and so height: 100% really means it. */
179
81
    position: absolute;
180
 
    top: 2em;               /* == #ivleheader.height */
 
82
    top: 5.3em;             /* == #ivleheader.height */
181
83
    bottom: 0;
182
84
    width: 100%;
183
85
    z-index: 0;     /* Behind header */
185
87
 
186
88
/* Apps can optionally have a <div id="ivle_padding"> as the outermost
187
89
 * element, if 1em of padding is desired (otherwise there will be no padding).
188
 
 * Note: No top padding, since the first element should have a margins (p or
189
 
 * h2).
190
90
 */
191
91
#ivle_padding {
192
 
    padding: 0 1em 1em 1em;
193
 
}
194
 
 
195
 
/* Add extra vertical spacing between major page sections. */
196
 
#ivle_padding .majorsection {
197
 
    margin-bottom: 2em;
198
 
}
199
 
 
200
 
#ivle_padding .majorsection > * {
201
 
    margin-left: 1.5em;
202
 
}
203
 
 
204
 
#ivle_padding .majorsection > h2:first-child {
205
 
    margin-left: 0;
 
92
    padding: 1em;
206
93
}
207
94
 
208
95
p.userhello {
209
96
    font-size: .8em;
210
 
    margin: 0;
211
 
}
212
 
.userhello .username {
213
 
    font-weight: bold;
214
 
}
215
 
 
216
 
/* Terms of Service accept / decline buttons */
217
 
#tos_acceptbuttons {
218
 
    text-align: center;
219
 
}
220
 
 
221
 
form.verticalform div {
222
 
    padding: 0.2em 0;
223
 
}
224
 
 
225
 
form.verticalform div label {
226
 
    display: block;
227
 
    float: left;
228
 
    text-align: right;
229
 
    width: 200px;
230
 
    margin-right: 5px;
231
 
    font-weight: bold;
232
 
}
233
 
 
234
 
form.verticalform div.submit input[type=submit] {
235
 
    margin-left: 205px;
236
 
}
237
 
 
238
 
.stackedform div label {
239
 
    font-weight: bold;
240
 
}
241
 
 
242
 
/* Subjects list */
243
 
.subject_current {
244
 
    font-weight: bold;
245
 
}
246
 
 
247
 
.pretty_table {
248
 
  text-align: left;
249
 
  border-collapse: collapse;
250
 
}
251
 
 
252
 
.pretty_table td, .pretty_table th {
253
 
  padding: 0.2em 0.7em;
254
 
  border-bottom: 1px solid #ccc;
255
 
}
256
 
 
257
 
.pretty_table th {
258
 
  border-bottom: 2px solid gray;
259
 
}
260
 
 
261
 
.pretty_table tbody td {
262
 
  color: #444;
263
 
}
264
 
 
265
 
.pretty_table tbody tr:hover {
266
 
  background-color: #efefef;
267
 
}
268
 
 
269
 
.pretty_table td:first-child, .pretty_table th:first-child {
270
 
  padding-left: 0;
271
 
}
272
 
 
273
 
.pretty_table tbody tr:hover td {
274
 
  color: #111;
275
 
}
276
 
 
277
 
.paddedlist > li {
278
 
  margin-bottom: 0.5em;
279
 
}
280
 
 
281
 
/* Action links have a 16x16 icon on the left. */
282
 
.addaction,
283
 
.editaction,
284
 
.keyaction,
285
 
.manageaction,
286
 
.groupaction,
287
 
.webaction {
288
 
  padding-left: 20px;
289
 
  background-position: left center;
290
 
  background-repeat: no-repeat;
291
 
}
292
 
 
293
 
.addaction {
294
 
  background-image: url(images/interface/add.png);
295
 
}
296
 
 
297
 
.editaction {
298
 
  background-image: url(images/interface/pencil.png);
299
 
}
300
 
 
301
 
.keyaction {
302
 
  background-image: url(images/interface/key.png);
303
 
}
304
 
 
305
 
.manageaction {
306
 
  background-image: url(images/interface/wrench.png);
307
 
}
308
 
 
309
 
.groupaction {
310
 
  background-image: url(images/interface/group.png);
311
 
}
312
 
 
313
 
.webaction {
314
 
  background-image: url(images/interface/world.png);
315
 
}
316
 
 
317
 
/* Actions relating the context can be floated at the right. */
318
 
.contextactions {
319
 
  position: absolute;
320
 
  top: 0;
321
 
  right: 0;
322
 
  margin: 1em;
323
 
}
324
 
 
325
 
.contextactions a {
326
 
  display: block;
327
 
  margin-bottom: 0.3em;
328
 
}
329
 
 
330
 
.project.closed {
331
 
    opacity: 0.6;
 
97
    top: 0;
 
98
    text-align: right;
 
99
    padding: 11px 0;
 
100
    margin: 0;
 
101
}
 
102
p.userhello .username {
 
103
    font-weight: bold;
 
104
}
 
105
 
 
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.
 
108
 */
 
109
#ivleheader_tabs {
 
110
    position: absolute;
 
111
    height: 5.3em;          /* == #ivleheader.height */
 
112
    top: 0;
 
113
    left: 0;
 
114
    right: 0;
 
115
    width: 100%;
 
116
    padding: 0;
 
117
    margin: 0;
 
118
    z-index: 2;     /* In front of background, behind text */
 
119
}
 
120
 
 
121
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */
 
122
ul#apptabs {
 
123
    position: absolute;
 
124
    text-align: right;
 
125
    bottom: 0;
 
126
    right: 1em;             /* == #ivleheader.padding-right */
 
127
    padding: 0;
 
128
    margin: 0;
 
129
}
 
130
ul#apptabs li {
 
131
    display: inline;
 
132
    padding: 3px;
 
133
    border: 1px solid black;
 
134
    background-color: #fc6;
 
135
    padding: 0 3px;
 
136
}
 
137
ul#apptabs li:hover {
 
138
    background-color: #fd8;
 
139
}
 
140
/* Currently active app tab */
 
141
ul#apptabs li.thisapp {
 
142
    background-color: white;
 
143
    border-bottom: 1px solid white;
 
144
}
 
145
 
 
146
ul#apptabs a {
 
147
    color: navy;    /* Text colour not to change */
 
148
    text-decoration: none;
332
149
}