Skip to content

Instantly share code, notes, and snippets.

@phenix-factory
Last active August 29, 2015 14:18
Show Gist options
  • Save phenix-factory/5834cc24cf7577a2c4c3 to your computer and use it in GitHub Desktop.
Save phenix-factory/5834cc24cf7577a2c4c3 to your computer and use it in GitHub Desktop.
SPIP: Css de base des réponses de formulaires
/*
Reponses
*/
.reponse_formulaire {
margin-bottom: /*@margin-bottom*/1.5em/*/@*/;
padding: /*@demi-margin-bottom*/0.75em/*/@*/;
border: 2px solid #ddd;
}
.reponse_formulaire_ok {
background: #e6efc2;
color: #264409;
border-color: #c6d880;
}
.reponse_formulaire_erreur {
background: #fbe3e4;
color: #8a1f11;
border-color: #fbc2c4;
}
.reponse_formulaire_ok a {
color: #264409;
}
.reponse_formulaire_erreur a {
color: #8a1f11;
}
/* Erreurs */
.editer.erreur {
background-color: #fbe3e4;
}
.editer .erreur_message {
display: block;
color: #C30;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment