source: extensions/PHP_Optimisateur/files/style.css @ 7988

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

version 1.0

File size: 702 bytes
Line 
1* {
2        margin:0px;
3        padding:0px;
4        border:0px;
5}
6
7body {
8        font-size:12px;
9        font-family:Verdanna;
10        background:#eee;
11        color:#333;
12}
13
14div {
15        width:40%;
16        margin:10px;
17        padding:10px;
18        border:1px dotted #333;
19        float:left;
20}
21
22h2 {
23        margin-top:-5px;
24}
25
26ul {
27        margin:0 0 0 20px;
28}
29li {
30        margin-top:5px;
31}
32li ul li {
33        margin-top:0;
34}
35
36.title {
37        width:80%;
38        padding:10px 30px;
39        font-weight:bold;
40        text-align:center;
41        font-size:1.5em;
42        background:#333;
43        color:#eee;
44        border-color:#eee;
45}
46.files li {
47        margin-top:0;
48}
49
50.finish  {
51        background:#DAFFBF;
52        font-weight:bold;
53        font-size:1.2em;
54}
55
56.error {
57        background:#FFD0BF;
58        font-weight:bold;
59        font-size:1.2em;
60}
Note: See TracBrowser for help on using the repository browser.