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

Last change on this file since 12819 was 12819, checked in by mistic100, 12 years ago

fix detection regex and watermark position

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