source: extensions/PHP_Optimisateur/template/css/neon.css @ 9201

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

[tools] PHP Optimisateur :

  • Correction de bugs
  • La plupart des types de fichiers sont supportés (testé avec jpg, png et gif)
  • Réécriture de la gestion des plugins
  • Nouvelle apparence
File size: 4.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
16div.generic {
17        width:450px;
18        margin:10px;
19        padding:10px;
20        border:1px solid #333;
21        float:left;
22        -moz-border-radius:3px;
23        -webkit-border-radius:3px;
24}
25        div.title {
26                float:none;
27                width:942px;
28                text-align:center;
29                font-weight:bold;
30                font-size:1.5em;
31                color:#eee;
32                text-shadow:0 0 4px #07f;
33                border-color:#07F;
34                -moz-box-shadow:0 0 6px #07F, inset 0 0 5px #07F;
35                -webkit-box-shadow:0 0 6px #07F, inset 0 0 5px #07F;
36                background-color:#222;
37                background-image:-moz-linear-gradient(center bottom, #111, #333);
38                background-image:-webkit-gradient(linear,center bottom,center top,color-stop(0, #111),color-stop(1, #333));
39        }
40        div.footer {
41                clear:both;
42                width:942px;
43                text-align:center;
44                font-size:0.9em;
45                border:none;
46        }
47        div.files li {
48                margin-top:0;
49        }
50
51        div.finish  {
52                background:#030;
53                color:#eee;
54                text-shadow:0 0 4px #0b0;
55                border-color:#0b0;
56                -moz-box-shadow:0 0 6px #0b0, inset 0 0 5px #0b0;
57                -webkit-box-shadow:0 0 6px #0b0, inset 0 0 5px #0b0;
58                font-weight:bold;
59                font-size:1.2em;
60        }
61
62        div.error {
63                background:#300;
64                color:#eee;
65                text-shadow:0 0 4px #B00;
66                border-color:#B00;
67                -moz-box-shadow:0 0 6px #B00, inset 0 0 5px #B00;
68                -webkit-box-shadow:0 0 6px #B00, inset 0 0 5px #B00;
69                font-weight:bold;
70                font-size:1.2em;
71        }
72        div.notice {
73                background:#440;
74                color:#eee;
75                text-shadow:0 0 4px #ff0;
76                border-color:#ff0;
77                -moz-box-shadow:0 0 6px #ff0, inset 0 0 5px #ff0;
78                -webkit-box-shadow:0 0 6px #ff0, inset 0 0 5px #ff0;
79                font-weight:bold;
80                font-size:1.2em;
81        }
82        div.link {
83                float:right;
84                font-size:1.1em;
85                border:none;
86                text-align:center;
87        }
88       
89a {
90        text-decoration:none;
91        font-size:1.2em;
92        font-style:italic;
93        font-family:"Consolas";
94        color:#e80;
95        text-shadow:0 0 4px #f70;
96}
97        a:hover {
98                color:#07F;
99                text-shadow:0 0 4px #07f;
100        }
101        .link a {
102                margin:0 10px;
103                float:right;
104                margin-bottom:1px;
105        }
106        .lang a {
107                margin:-4px 10px;
108                float:right;
109                border:none;
110        }
111                .lang a:hover img {
112                        -moz-box-shadow:0 0 4px #07f;
113                        -webkit-box-shadow:0 0 4px #07f;
114                }
115       
116
117h2 {
118        margin-top:-5px;
119        color:#eee;
120        text-shadow:0 0 5px #ddd;
121}
122
123ul {
124        margin:0 0 0 20px;
125}
126        li {
127                margin-top:5px;
128        }
129                li ul li {
130                        margin-top:0;
131                }
132               
133input[type="submit"], input[type="reset"], input[type="text"], a.input-submit {
134        color:#666;
135        border:1px solid #555;
136        -moz-border-radius:3px;
137        -webkit-border-radius:3px;
138        background:#111;
139        font-family:"Calibri",sans-serif;
140}
141        input[type="submit"]:hover, input[type="reset"]:hover, input[type="text"]:hover, a.input-submit:hover {
142                border-color:#07f;
143                -moz-box-shadow:0 0 3px #07f;
144                -webkit-box-shadow:0 0 3px #07f;
145        }
146        input[type="submit"]:focus, input[type="reset"]:focus, input[type="text"]:focus {
147                color:#999;
148                background:#222;
149                border-color:#f70;
150                -moz-box-shadow:0 0 3px #F70;
151                -webkit-box-shadow:0 0 3px #F70;
152        }
153        input[type="submit"], input[type="reset"], a.input-submit  {
154                margin:-5px 10px 0 10px;
155                padding:3px 8px 3px 6px;
156                color:#777;
157                font-size:1.1em;
158                font-style:italic;
159                -moz-border-radius:20px;
160                -webkit-border-radius:20px;
161                background-image:-moz-linear-gradient(center bottom, #111, #333);
162                background-image:-webkit-gradient(linear,center bottom,center top,color-stop(0, #111),color-stop(1, #333));
163        }
164        input[type="submit"]:hover, input[type="reset"]:hover, a.input-submit:hover {
165                color:#07f;
166                text-shadow:0 0 3px #07f;
167                background-image:-moz-linear-gradient(center top, #111, #222);
168                background-image:-webkit-gradient(linear,center top,center bottom,color-stop(0, #111),color-stop(1, #222));
169        }
170       
171a.input-submit {
172        float:none;
173        display:inline-block;
174        margin-top:1px;
175        padding:3px 10px 5px 10px;
176        text-shadow:none;
177}
178
179
180b.new {
181        color:#0b0;
182        font-style:italic;
183}
184b.miss {
185        color:#B00;
186        font-style:italic;
187}
188
189span.title {
190        font-weight:bold;
191        text-decoration:underline;
192        font-size:1.1em;
193        color:#eee;
194        text-shadow:0 0 3px #ddd;
195}
196
197table {
198        min-width:50%;
199}
200        /* td {
201                width:50%;
202        } */
203                tr td:first-child {
204                        text-align:right;
205                        padding-right:5px;
206                        font-weight:bold;
207                }
208        tr td.legend {
209                font-weight:normal;
210                text-align:left;
211        }
212               
213#loader {
214        float:right;
215        margin:-8px 0 -10px 0;
216}
217
218.plugin-title .plugin-active {
219        float:right;
220}
221
222.color-display {
223        width:30px;
224        height:15px;
225        margin:-10px 0;
226        display:inline-block;
227        vertical-align:middle;
228        border:1px solid #888;
229        -moz-border-radius:3px;
230        -webkit-border-radius:3px;
231        -moz-box-shadow: 0 0 2px #888, inset 0 0 2px #888;
232        -webkit-box-shadow: 0 0 2px #888, inset 0 0 2px #888;
233}
Note: See TracBrowser for help on using the repository browser.