view css/install.css @ 72:217f56e6bc77

Si on arrive pas à vérifier le commentaire via Akismet, on l'affichera Le comportement précédent n'était pas réellement défini pour le cas ou l'authentification auprès d'Akismet ne se fait pas correctement, c'est maintenant réparé.
author Franck Deroche <webmaster@defr.org>
date Thu, 20 Mar 2008 19:47:11 +0100
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;
}