diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/css/install.css	Wed Mar 19 12:08:15 2008 +0100
@@ -0,0 +1,46 @@
+html   {background: #eee; font-family: sans-serif; }
+h1     {font-size: 1.1em; text-align: center; margin:0; padding:10px;}
+legend {font-style: italic;}
+body  {
+	margin: 0 30px;
+	background:#fff;
+	border:#999 solid;
+	border-width: 0 2px;
+	padding: 0 5px 5px;
+}
+
+input {
+	font-size: 1em;
+	border: #dec solid;
+	border-width: 1px 1px 1px 4px;
+	background: url(Res_Somatic/bg_test.png) repeat 0% 0%;
+	width: 100%;
+}
+
+input:not(:focus) {
+	opacity: 0.7;
+	color: #666;
+}
+
+input:focus {
+	opacity: 1;
+	background: #fff;
+}
+
+fieldset {
+	-moz-border-radius: 1.5em;
+	min-width: 10em;
+	max-width: 30em;
+	width: 90%;
+	margin-bottom: 15px;
+}
+
+
+#submit {
+	opacity: 1;
+	margin: 15px auto;
+	display: block;
+	border-width: 1px 3px;
+	font-weight: bold;
+	background: #fff;
+}