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

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

gestion des langues, ajout de l'anglais, correction de bugs mineurs

File size: 1.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:#eee;
11        color:#333;
12        width:990px;
13        margin:0 auto;
14}
15
16div {
17        width:450px;
18        margin:10px;
19        padding:10px;
20        border:1px dotted #333;
21        float:left;
22}
23        div.title {
24                float:none;
25                width:942px;
26                font-weight:bold;
27                text-align:center;
28                font-size:1.5em;
29                background:#333;
30                color:#eee;
31                border-color:#eee;
32        }
33        div.files li {
34                margin-top:0;
35        }
36
37        div.finish  {
38                background:#DAFFBF;
39                font-weight:bold;
40                font-size:1.2em;
41        }
42
43        div.error {
44                background:#FFD0BF;
45                font-weight:bold;
46                font-size:1.2em;
47        }
48
49a {
50        color:#EF9700;
51        text-decoration:none;
52        padding:0 10px;
53        float:right;
54        margin-bottom:1px;
55}
56        a:hover {
57                color:#555;
58                border-bottom:1px dotted #555;
59                margin-bottom:0;
60        }
61
62h2 {
63        margin-top:-5px;
64}
65
66ul {
67        margin:0 0 0 20px;
68}
69        li {
70                margin-top:5px;
71        }
72                li ul li {
73                        margin-top:0;
74                }
75
76
77
78input {
79        border:1px solid #888;
80        -moz-border-radius:3px;
81}
82
83b.new:after {
84        content:' New !';
85        color:#0ABF00;
86        font-style:italic;
87}
88
89span.title {
90        font-weight:bold;
91        text-decoration:underline;
92        font-size:1.1em;
93}
94
95td {
96        width:50%;
97}
98        tr td:first-child {
99                text-align:right;
100                padding-right:5px;
101        }
Note: See TracBrowser for help on using the repository browser.