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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-01-12 12:57:30 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:197
dispatch.html, ivle.css: Main IVLE header is now an h1/h2 pair, styled to the
    left with absolute positioning (one over the top of the other).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    padding: 0;
13
13
    background-color: white;
14
14
    color: black;
15
 
    font-family: sans-serif;
 
15
    font-family: sans;
16
16
    font-size: 0.95em;
17
17
}
18
18
 
31
31
 
32
32
#ivleheader {
33
33
    background-color: #fea;
34
 
    /* Pad left and right. */
35
 
    padding: 0 1em;
 
34
    /* Pad left and right. Pad 1px top to extend colour. */
 
35
    padding: 1px 1em 0 1em;
36
36
    border-bottom: 1px solid black;
37
 
    min-height: 4.3em;
38
37
}
39
38
 
40
39
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
41
40
#ivleheader h1 {
42
41
    position: absolute;
43
42
    text-align: left;
44
 
    font-size: 3.8em;
 
43
    font-size: 4em;
45
44
    font-style: italic;
46
45
    color: #ffc;
47
46
    margin: 0;
66
65
    font-size: .8em;
67
66
    top: 0;
68
67
    text-align: right;
69
 
    padding: 11px 0;
70
 
    margin: 0;
71
68
}
72
69
p.userhello .username {
73
70
    font-weight: bold;
74
71
}
75
72
 
76
 
ul#apptabs {
 
73
ul.apptabs {
77
74
    text-align: right;
78
75
    margin-bottom: 0;
79
76
}
80
 
ul#apptabs li {
 
77
ul.apptabs li {
81
78
    display: inline;
82
79
    padding: 3px;
83
80
    border: 1px solid black;
84
81
    background-color: #fc6;
85
82
    padding: 0 3px;
86
83
}
87
 
ul#apptabs li:hover {
88
 
    background-color: #fd8;
89
 
}
90
84
/* Currently active app tab */
91
 
ul#apptabs li.thisapp {
 
85
ul.apptabs li.thisapp {
92
86
    background-color: white;
93
87
    border-bottom: 1px solid white;
94
88
}
95
89
 
96
 
ul#apptabs a {
97
 
    color: navy;    /* Text colour not to change */
 
90
ul.apptabs a {
98
91
    text-decoration: none;
99
92
}