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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-01-22 04:47:42 UTC
  • mfrom: (1080.1.93 storm)
  • Revision ID: grantw@unimelb.edu.au-20090122044742-sa8gnww0ma2bm2rv
Merge Storm branch. ivle.db is dead. Watch out for the schema change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    font-size: 0.95em;
17
17
}
18
18
 
19
 
a:link, a:visited {
 
19
a {
20
20
    color: navy;
 
21
    text-decoration: underline;
 
22
    cursor: pointer;
21
23
}
22
24
a:hover, a:active, a:focus {
23
25
    color: blue;
30
32
/** Special styles for header section **/
31
33
 
32
34
#ivleheader {
 
35
    position: absolute;
33
36
    background-color: #fea;
34
 
    /* Pad left and right. */
35
 
    padding: 0 1em;
 
37
    padding: 0;
36
38
    border-bottom: 1px solid black;
37
39
    /* IMPORTANT: This 5.3em is hard-coded elsewhere in this file. Search for
38
40
     * #ivleheader.height to update it. */
39
41
    height: 5.3em;
 
42
    left: 0;
 
43
    right: 0;
 
44
    z-index: 1;     /* Background to all, but the body */
 
45
}
 
46
 
 
47
#ivleheader_text {
 
48
    /* Pad left and right. */
 
49
    position: absolute;
 
50
    padding: 0 1em;
 
51
    left: 0;
 
52
    right: 0;
 
53
    z-index: 3;     /* In front */
40
54
}
41
55
 
42
56
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
43
 
#ivleheader h1 {
 
57
#ivleheader_text h1 {
44
58
    position: absolute;
45
59
    text-align: left;
46
60
    font-size: 3.8em;
49
63
    margin: 0;
50
64
    padding: 0;
51
65
}
52
 
#ivleheader h2 {
 
66
#ivleheader_text h2 {
53
67
    position: absolute;
54
68
    text-align: left;
55
69
    font-size: 1.3em;
70
84
    top: 5.3em;             /* == #ivleheader.height */
71
85
    bottom: 0;
72
86
    width: 100%;
 
87
    z-index: 0;     /* Behind header */
73
88
}
74
89
 
75
90
/* Apps can optionally have a <div id="ivle_padding"> as the outermost
79
94
    padding: 1em;
80
95
}
81
96
 
82
 
p.userhello {
 
97
.userhello {
83
98
    font-size: .8em;
84
99
    top: 0;
85
100
    text-align: right;
86
101
    padding: 11px 0;
87
102
    margin: 0;
88
103
}
89
 
p.userhello .username {
 
104
.userhello .username {
90
105
    font-weight: bold;
91
106
}
92
107
 
102
117
    width: 100%;
103
118
    padding: 0;
104
119
    margin: 0;
 
120
    z-index: 2;     /* In front of background, behind text */
 
121
}
 
122
 
 
123
#ivleheader_tabs p {
 
124
    /* This allows for a single paragraph, currently used to display a warning
 
125
     * about Debuginfo */
 
126
    position: absolute;
 
127
    left: 1em;
 
128
    bottom: 0.5em;
 
129
    margin: 0;
105
130
}
106
131
 
107
132
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */
133
158
    color: navy;    /* Text colour not to change */
134
159
    text-decoration: none;
135
160
}
 
161
 
 
162
/* Terms of Service accept / decline buttons */
 
163
#tos_acceptbuttons {
 
164
    text-align: center;
 
165
}