source: extensions/PHP_Optimisateur/template/css/screen.css @ 10337

Last change on this file since 10337 was 10337, checked in by mistic100, 13 years ago

new version 1.4, new plugin for Charlies Content, NConvert updated

File size: 5.3 KB
Line 
1* {
2        margin:0px;
3        padding:0px;
4        border:0px;
5}
6
7body {
8        font-size:13px;
9        font-family:"Calibri",sans-serif;
10        background:#0a0a0a;
11        color:#777;
12        width:990px;
13        margin:0 auto;
14}
15
16#overlay {
17        position:fixed;
18        z-index:9999;
19        top:0;
20        left:0;
21        width:100%;
22        height:100%;
23        background:#000;
24        opacity:0.3;
25        filter:alpha(opacity=30); 
26}
27
28div.generic {
29        width:450px;
30        margin:10px;
31        padding:10px;
32        border:1px solid #333;
33        float:left;
34        -moz-border-radius:3px;
35        -webkit-border-radius:3px;
36}
37        div.title {
38                float:none;
39                width:942px;
40                text-align:center;
41                font-weight:bold;
42                font-size:1.5em;
43                color:#eee;
44                text-shadow:0 0 4px #07f;
45                border-color:#07F;
46                -moz-box-shadow:0 0 6px #07F, inset 0 0 5px #07F;
47                -webkit-box-shadow:0 0 6px #07F, inset 0 0 5px #07F;
48                background-color:#222;
49                background-image:-moz-linear-gradient(center bottom, #111, #333);
50                background-image:-webkit-gradient(linear,center bottom,center top,color-stop(0, #111),color-stop(1, #333));
51        }
52        div.footer {
53                clear:both;
54                width:942px;
55                text-align:center;
56                border:none;
57        }
58        div.files li {
59                margin-top:0;
60        }
61
62        div.finish  {
63                background:#030;
64                color:#eee;
65                text-shadow:0 0 4px #0b0;
66                border-color:#0b0;
67                -moz-box-shadow:0 0 6px #0b0, inset 0 0 5px #0b0;
68                -webkit-box-shadow:0 0 6px #0b0, inset 0 0 5px #0b0;
69                font-weight:bold;
70                font-size:1.2em;
71        }
72
73        div.error {
74                background:#300;
75                color:#eee;
76                text-shadow:0 0 4px #B00;
77                border-color:#B00;
78                -moz-box-shadow:0 0 6px #B00, inset 0 0 5px #B00;
79                -webkit-box-shadow:0 0 6px #B00, inset 0 0 5px #B00;
80                font-weight:bold;
81                font-size:1.2em;
82        }
83        div.notice {
84                background:#440;
85                color:#eee;
86                text-shadow:0 0 4px #ff0;
87                border-color:#ff0;
88                -moz-box-shadow:0 0 6px #ff0, inset 0 0 5px #ff0;
89                -webkit-box-shadow:0 0 6px #ff0, inset 0 0 5px #ff0;
90                font-weight:bold;
91                font-size:1.2em;
92        }
93        div.notice.conf {
94                font-weight:normal;
95                font-size:1em;
96        }
97        div.link {
98                float:right;
99                font-size:1.1em;
100                border:none;
101                text-align:center;
102        }
103       
104a {
105        text-decoration:none;
106        font-style:italic;
107        font-family:"Consolas";
108        color:#e80;
109        text-shadow:0 0 4px #f70;
110}
111        a:hover {
112                color:#07F;
113                text-shadow:0 0 4px #07f;
114        }
115        .link a {
116                margin:0 10px;
117                float:right;
118                margin-bottom:1px;
119        }       
120
121h2 {
122        margin-top:-5px;
123        color:#eee;
124        text-shadow:0 0 5px #ddd;
125}
126
127ul {
128        margin:0 0 0 20px;
129}
130        li {
131                margin-top:5px;
132        }
133                li ul li {
134                        margin-top:0;
135                }
136               
137input[type="submit"], input[type="reset"], input[type="text"], a.input-submit {
138        color:#666;
139        border:1px solid #555;
140        -moz-border-radius:3px;
141        -webkit-border-radius:3px;
142        background:#111;
143        font-family:"Calibri",sans-serif;
144}
145        input[type="submit"]:hover, input[type="reset"]:hover, input[type="text"]:hover, a.input-submit:hover {
146                border-color:#07f;
147                -moz-box-shadow:0 0 3px #07f;
148                -webkit-box-shadow:0 0 3px #07f;
149        }
150        input[type="submit"]:focus, input[type="reset"]:focus, input[type="text"]:focus {
151                color:#999;
152                background:#222;
153                border-color:#f70;
154                -moz-box-shadow:0 0 3px #F70;
155                -webkit-box-shadow:0 0 3px #F70;
156        }
157        input[type="submit"], input[type="reset"], a.input-submit  {
158                margin:-5px 10px 0 10px;
159                padding:3px 8px 3px 6px;
160                color:#777;
161                font-size:1.1em;
162                font-style:italic;
163                -moz-border-radius:20px;
164                -webkit-border-radius:20px;
165                background-image:-moz-linear-gradient(center bottom, #111, #333);
166                background-image:-webkit-gradient(linear,center bottom,center top,color-stop(0, #111),color-stop(1, #333));
167        }
168        input[type="submit"]:hover, input[type="reset"]:hover, a.input-submit:hover {
169                color:#07f;
170                text-shadow:0 0 3px #07f;
171                background-image:-moz-linear-gradient(center top, #111, #222);
172                background-image:-webkit-gradient(linear,center top,center bottom,color-stop(0, #111),color-stop(1, #222));
173        }
174       
175a.input-submit {
176        float:none;
177        display:inline-block;
178        margin-top:1px;
179        padding:3px 10px 5px 10px;
180        text-shadow:none;
181}
182
183
184b.new {
185        color:#0b0;
186        font-style:italic;
187}
188b.miss {
189        color:#B00;
190        font-style:italic;
191}
192
193span.title {
194        font-weight:bold;
195        text-decoration:underline;
196        font-size:1.1em;
197        color:#eee;
198        text-shadow:0 0 3px #ddd;
199}
200
201table {
202        min-width:50%;
203}
204        tr td:first-child {
205                text-align:right;
206                padding-right:5px;
207                font-weight:bold;
208        }
209        tr td.legend {
210                font-weight:normal;
211                text-align:left;
212        }
213               
214#loader {
215        float:right;
216        margin:-8px 0 -10px 0;
217}
218
219.plugin-title .plugin-active {
220        float:right;
221}
222
223.color-display {
224        width:30px;
225        height:15px;
226        margin:-10px 0;
227        display:inline-block;
228        vertical-align:middle;
229        border:1px solid #888;
230        -moz-border-radius:3px;
231        -webkit-border-radius:3px;
232        -moz-box-shadow: 0 0 2px #888, inset 0 0 2px #888;
233        -webkit-box-shadow: 0 0 2px #888, inset 0 0 2px #888;
234}
235
236#languageSwitchLink {
237        float:right;
238        width:100px;
239        padding:0 5px;
240        text-align:left;
241}
242
243#languageSwitchBox {
244        position:absolute;
245        top:5px;
246        right:50%;
247        margin-right:-470px;
248        width:100px;
249        z-index:99;
250        padding:5px;
251        background:#0a0a0a;
252        -moz-box-shadow:0 0 5px #000;
253        -webkit-box-shadow:0 0 5px #000;
254        text-align:left;
255        opacity:0.8;
256        filter:alpha(opacity=80);
257}
258
259#languageSwitchBox *, #languageSwitchLink * {
260        font-size:13px;
261        text-shadow:none;
262        font-weight:normal;
263        color:#eee;
264}
265
266#languageSwitchBox ul, #languageSwitchLink ul {
267        list-style:none;
268        margin:0 5px 0 5px;
269}
Note: See TracBrowser for help on using the repository browser.