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

« back to all changes in this revision

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

  • Committer: dilshan_a
  • Date: 2008-01-25 05:00:05 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:310
Add lineno to exception info.

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