/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: Adam Ringhede
  • Date: 2013-04-05 10:58:15 UTC
  • mto: (19.1.3 lenasys)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: adamringhede@live.com-20130405105815-p2ms4tyvjpn64ujn
Fixes rounded corners, drop shadows and gradients for IE on the Code Viewer Alt index page.

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 {
80
82
        padding: 10px 0 1% 0.3%;
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;
93
93
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
94
94
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
95
95
        background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
 
96
        -pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
96
97
}
97
98
 
98
99
#menu #menuHeader{
99
100
        margin:0 0 1.5% 0;
 
101
        position:relative;
100
102
        background:#333333;
101
103
        width:97%;
102
104
        height:31px;
130
132
        text-decoration: none; 
131
133
        margin-left:1%;
132
134
        font-size:100%
 
135
        
 
136
        /* For IE 8 */
 
137
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444')";
 
138
        /* For IE 5.5 - 7 */
 
139
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444');
 
140
        filter:DropShadow(Color=#444444, OffX=1, OffY=2);
133
141
}
134
142
 
135
143
#menu a:hover {