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

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

PHP Optimisateur :
configuration via formulaire
installation semi-automatique des plugins

File size: 1.2 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
24a {
25        color:#EF9700;
26        text-decoration:none;
27        padding:0 10px;
28        float:right;
29        margin-bottom:1px;
30}
31a:hover {
32        color:#555;
33        border-bottom:1px dotted #555;
34        margin-bottom:0;
35}
36
37h2 {
38        margin-top:-5px;
39}
40
41ul {
42        margin:0 0 0 20px;
43}
44li {
45        margin-top:5px;
46}
47li ul li {
48        margin-top:0;
49}
50
51div.title {
52        float:none;
53        width:902px;
54        padding:10px 30px;
55        font-weight:bold;
56        text-align:center;
57        font-size:1.5em;
58        background:#333;
59        color:#eee;
60        border-color:#eee;
61}
62.files li {
63        margin-top:0;
64}
65
66.finish  {
67        background:#DAFFBF;
68        font-weight:bold;
69        font-size:1.2em;
70}
71
72.error {
73        background:#FFD0BF;
74        font-weight:bold;
75        font-size:1.2em;
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}
98tr td:first-child {
99        text-align:right;
100        padding-right:5px;
101}
Note: See TracBrowser for help on using the repository browser.