/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to Code Viewer Alt/style.css

  • Committer: Gustav Hartvigsson
  • Date: 2013-04-08 08:05:58 UTC
  • mfrom: (19.4.4 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130408080558-0o7itutyu7jrn48b
Note to self: "bzr resolve --all" works like magic.
Merged implementation group 1's branch.
20130408.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        background: #c0d0e0;
32
32
        background-color: #c0d0e0;
33
33
        text-shadow: 1px 1px 2px #000;
34
 
        font-weight:normal;            
 
34
        font-weight:normal;
35
35
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
36
36
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
37
37
        background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
 
38
        -pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
 
39
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7b8c', endColorstr='#aabbcc')
38
40
        font-size: 1.4em;
39
41
        margin-top: 1em;
40
42
        margin-bottom: 0;
41
43
        padding:3px;
42
44
        padding-left:20px;
 
45
        min-width:100%;
43
46
}
44
47
 
45
48
a {
75
78
        position:absolute;
76
79
        top:40px;
77
80
        left:0px;
78
 
        width:10.5%;
79
 
        width:96%;
80
 
        padding: 10px 0 1% 0.3%;
 
81
        width:90%;
 
82
        padding: 10px 0 8% 8%;
81
83
        background: #c0d0e0;
82
84
        background-color: #c0d0e0;
83
 
        _border-bottom-right-radius: 1.3em;
84
 
        _border-top-right-radius: 1.3em;
85
85
        border-radius: 0 1.3em 1.3em 0;
86
86
        border-bottom: 2px solid #000;
87
87
        border-right: 1px solid #000;
90
90
        font-weight:bolder;
91
91
        background:#678;
92
92
        background-color:#678;
 
93
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7b8c', endColorstr='#aabbcc')
93
94
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
94
95
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
95
96
        background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
 
97
        -pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
96
98
}
97
99
 
98
100
#menu #menuHeader{
99
101
        margin:0 0 1.5% 0;
 
102
        position:relative;
100
103
        background:#333333;
101
104
        width:97%;
102
105
        height:31px;
103
 
        padding-left:10px;
104
 
        margin-left:-10px;
 
106
        padding-left:14px;
 
107
        margin-left:-15px;
105
108
        border-radius: 0 10px 10px 0;
106
109
        cursor:pointer;
107
110
}
130
133
        text-decoration: none; 
131
134
        margin-left:1%;
132
135
        font-size:100%
 
136
        
 
137
        /* For IE 8 */
 
138
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444')";
 
139
        /* For IE 5.5 - 7 */
 
140
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444');
 
141
        filter:DropShadow(Color=#444444, OffX=1, OffY=2);
133
142
}
134
143
 
135
144
#menu a:hover {
147
156
        left:0px;
148
157
        top:0px;
149
158
        float:left;
150
 
        min-width:8em;
 
159
        min-width:9.4em;
151
160
        width:auto;
152
161
        height:100%;
153
162
        overflow:auto;
155
164
 
156
165
#content { 
157
166
        position:absolute;
158
 
        left:8em;
 
167
        left:9.5em;
159
168
        max-width:75%;
160
169
        min-width:20em;
161
170
}
176
185
        -webkit-transform:rotate(180deg);
177
186
        -moz-transform:rotate(180deg); 
178
187
        -o-transform:rotate(180deg);
179
 
}
 
 
b'\\ No newline at end of file'
 
188
}