~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:
23
23
    color: blue;
24
24
}
25
25
 
26
 
h1 {
27
 
    text-align: center;
28
 
    font-size: 1.3em;
29
 
    margin-top: 0.67em;
30
 
    margin-bottom: 0.67em;
31
 
}
32
 
 
33
26
.error {
34
27
    color: #a00;
35
28
}
42
35
    padding: 1px 1em 0 1em;
43
36
    border-bottom: 1px solid black;
44
37
}
 
38
 
 
39
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
 
40
#ivleheader h1 {
 
41
    position: absolute;
 
42
    text-align: left;
 
43
    font-size: 4em;
 
44
    font-style: italic;
 
45
    color: #ffc;
 
46
    margin: 0;
 
47
    padding: 0;
 
48
}
 
49
#ivleheader h2 {
 
50
    position: absolute;
 
51
    text-align: left;
 
52
    font-size: 1.3em;
 
53
    margin-top: 1em;
 
54
    margin-bottom: 1em;
 
55
    padding: 0;
 
56
}
 
57
 
45
58
/* Note: You can override this in app-specific CSS if you want to
46
59
 * push the body all the way to the edge. */
47
60
#ivlebody {
50
63
 
51
64
p.userhello {
52
65
    font-size: .8em;
53
 
    position: absolute;
54
66
    top: 0;
55
 
    right: 1em;
 
67
    text-align: right;
56
68
}
57
69
p.userhello .username {
58
70
    font-weight: bold;