~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-02-01 00:37:09 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:360
Minor HTML touch-up:
    dispatch: Added padding on login screen.
    tutorial: Removed "output" boxes (not being used any more).

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
/** Special styles for header section **/
31
31
 
32
32
#ivleheader {
33
 
    position: absolute;
34
33
    background-color: #fea;
35
 
    padding: 0;
 
34
    /* Pad left and right. */
 
35
    padding: 0 1em;
36
36
    border-bottom: 1px solid black;
37
37
    /* IMPORTANT: This 5.3em is hard-coded elsewhere in this file. Search for
38
38
     * #ivleheader.height to update it. */
39
39
    height: 5.3em;
40
 
    left: 0;
41
 
    right: 0;
42
 
    z-index: 1;     /* Background to all, but the body */
43
 
}
44
 
 
45
 
#ivleheader_text {
46
 
    /* Pad left and right. */
47
 
    position: absolute;
48
 
    padding: 0 1em;
49
 
    left: 0;
50
 
    right: 0;
51
 
    z-index: 3;     /* In front */
52
40
}
53
41
 
54
42
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
55
 
#ivleheader_text h1 {
 
43
#ivleheader h1 {
56
44
    position: absolute;
57
45
    text-align: left;
58
46
    font-size: 3.8em;
61
49
    margin: 0;
62
50
    padding: 0;
63
51
}
64
 
#ivleheader_text h2 {
 
52
#ivleheader h2 {
65
53
    position: absolute;
66
54
    text-align: left;
67
55
    font-size: 1.3em;
82
70
    top: 5.3em;             /* == #ivleheader.height */
83
71
    bottom: 0;
84
72
    width: 100%;
85
 
    z-index: 0;     /* Behind header */
86
73
}
87
74
 
88
75
/* Apps can optionally have a <div id="ivle_padding"> as the outermost
115
102
    width: 100%;
116
103
    padding: 0;
117
104
    margin: 0;
118
 
    z-index: 2;     /* In front of background, behind text */
119
 
}
120
 
 
121
 
#ivleheader_tabs p {
122
 
    /* This allows for a single paragraph, currently used to display a warning
123
 
     * about Debuginfo */
124
 
    position: absolute;
125
 
    left: 1em;
126
 
    bottom: 0.5em;
127
 
    margin: 0;
128
105
}
129
106
 
130
107
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */