view css/install.css @ 76:55582b82c43d

Leger changement sur les tags, tag1 |tag2 => tag1 | tag2. Techniquement, on stocke desormais un array des tags. Accessoirement, en bonus, on vire les quelques tabs qui se trouvaient dans ce fichier pour les remplacer par des espaces.
author Franck Deroche <webmaster@defr.org>
date Sun, 29 Jun 2008 22:34:01 +0200
parents e08186e4ed77
children
line wrap: on
line source
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;
}