/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-05 15:54:35 UTC
  • mfrom: (19.1.4 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130405155435-lf76rf1vwcacin4p
Merged from implementation group 1's team branch into trunk, 20130405 end of
day.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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%);
38
39
        font-size: 1.4em;
39
40
        margin-top: 1em;
40
41
        margin-bottom: 0;
41
42
        padding:3px;
42
43
        padding-left:20px;
 
44
        min-width:100%;
43
45
}
44
46
 
45
47
a {
75
77
        position:absolute;
76
78
        top:40px;
77
79
        left:0px;
78
 
        width:10.5%;
79
 
        width:96%;
80
 
        padding: 10px 0 1% 0.3%;
 
80
        width:90%;
 
81
        padding: 10px 0 8% 8%;
81
82
        background: #c0d0e0;
82
83
        background-color: #c0d0e0;
83
 
        _border-bottom-right-radius: 1.3em;
84
 
        _border-top-right-radius: 1.3em;
85
84
        border-radius: 0 1.3em 1.3em 0;
86
85
        border-bottom: 2px solid #000;
87
86
        border-right: 1px solid #000;
93
92
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
94
93
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
95
94
        background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
 
95
        -pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
96
96
}
97
97
 
98
98
#menu #menuHeader{
99
99
        margin:0 0 1.5% 0;
 
100
        position:relative;
100
101
        background:#333333;
101
102
        width:97%;
102
103
        height:31px;
103
 
        padding-left:10px;
104
 
        margin-left:-10px;
 
104
        padding-left:14px;
 
105
        margin-left:-15px;
105
106
        border-radius: 0 10px 10px 0;
106
107
        cursor:pointer;
107
108
}
130
131
        text-decoration: none; 
131
132
        margin-left:1%;
132
133
        font-size:100%
 
134
        
 
135
        /* For IE 8 */
 
136
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444')";
 
137
        /* For IE 5.5 - 7 */
 
138
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444');
 
139
        filter:DropShadow(Color=#444444, OffX=1, OffY=2);
133
140
}
134
141
 
135
142
#menu a:hover {
147
154
        left:0px;
148
155
        top:0px;
149
156
        float:left;
150
 
        min-width:8em;
 
157
        min-width:9.4em;
151
158
        width:auto;
152
159
        height:100%;
153
160
        overflow:auto;
155
162
 
156
163
#content { 
157
164
        position:absolute;
158
 
        left:8em;
 
165
        left:9.5em;
159
166
        max-width:75%;
160
167
        min-width:20em;
161
168
}