comparison css/install.css @ 70:e08186e4ed77

Ajout d'un installeur. Il est désormais possible d'utiliser ce script pour créer une installation vierge de Dual Blog, rendant presque facile la création de sa propre instance du blog :-) Une chose à noter cependant: il est encore /impératif/ de modifier le fichier pointant vers le fichier .htpass dans le .htaccess à la main pour le moment.
author Franck Deroche <webmaster@defr.org>
date Wed, 19 Mar 2008 12:08:15 +0100
parents
children
comparison
equal deleted inserted replaced
69:d67a65183100 70:e08186e4ed77
1 html {background: #eee; font-family: sans-serif; }
2 h1 {font-size: 1.1em; text-align: center; margin:0; padding:10px;}
3 legend {font-style: italic;}
4 body {
5 margin: 0 30px;
6 background:#fff;
7 border:#999 solid;
8 border-width: 0 2px;
9 padding: 0 5px 5px;
10 }
11
12 input {
13 font-size: 1em;
14 border: #dec solid;
15 border-width: 1px 1px 1px 4px;
16 background: url(Res_Somatic/bg_test.png) repeat 0% 0%;
17 width: 100%;
18 }
19
20 input:not(:focus) {
21 opacity: 0.7;
22 color: #666;
23 }
24
25 input:focus {
26 opacity: 1;
27 background: #fff;
28 }
29
30 fieldset {
31 -moz-border-radius: 1.5em;
32 min-width: 10em;
33 max-width: 30em;
34 width: 90%;
35 margin-bottom: 15px;
36 }
37
38
39 #submit {
40 opacity: 1;
41 margin: 15px auto;
42 display: block;
43 border-width: 1px 3px;
44 font-weight: bold;
45 background: #fff;
46 }