/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:
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
38
        -pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
39
 
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7b8c', endColorstr='#aabbcc')
40
39
        font-size: 1.4em;
41
40
        margin-top: 1em;
42
41
        margin-bottom: 0;
78
77
        position:absolute;
79
78
        top:40px;
80
79
        left:0px;
81
 
        width:90%;
82
 
        padding: 10px 0 8% 8%;
 
80
        width:10.5%;
 
81
        width:96%;
 
82
        padding: 10px 0 1% 0.3%;
83
83
        background: #c0d0e0;
84
84
        background-color: #c0d0e0;
85
85
        border-radius: 0 1.3em 1.3em 0;
90
90
        font-weight:bolder;
91
91
        background:#678;
92
92
        background-color:#678;
93
 
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7b8c', endColorstr='#aabbcc')
94
93
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
95
94
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
96
95
        background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
103
102
        background:#333333;
104
103
        width:97%;
105
104
        height:31px;
106
 
        padding-left:14px;
107
 
        margin-left:-15px;
 
105
        padding-left:10px;
 
106
        margin-left:-10px;
108
107
        border-radius: 0 10px 10px 0;
109
108
        cursor:pointer;
110
109
}
156
155
        left:0px;
157
156
        top:0px;
158
157
        float:left;
159
 
        min-width:9.4em;
 
158
        min-width:8em;
160
159
        width:auto;
161
160
        height:100%;
162
161
        overflow:auto;
164
163
 
165
164
#content { 
166
165
        position:absolute;
167
 
        left:9.5em;
 
166
        left:8em;
168
167
        max-width:75%;
169
168
        min-width:20em;
170
169
}
185
184
        -webkit-transform:rotate(180deg);
186
185
        -moz-transform:rotate(180deg); 
187
186
        -o-transform:rotate(180deg);
188
 
}
 
187
}
 
 
b'\\ No newline at end of file'