WP File Manager
Current Path:
/
home
/
argothem
/
www
/
img
/
cf
/
calcul
/
c3
/
flood
/
css
/
Name
Action
..
clear.css
Edit
de.gif
Edit
font.css
Edit
form.css
Edit
gazdz.html
Edit
gazdz.mp3
Edit
gazdz.webp
Edit
img
inc
layout.css
Edit
links.css
Edit
media.css
Edit
reset.css
Edit
spip.css
Edit
theme.css
Edit
typo.css
Edit
Editing: form.css
/* -------------------------------------------------------------- form.css Base pour formulaires Cf.: https://contrib.spip.net/3820 -------------------------------------------------------------- */ input,textarea,select,button { font-family: inherit; font-size: 100%; font-weight: inherit; } legend { font-weight: bold; } /* Curseur main sur les elements input cliquables */ input[type="submit"],input.btn,input.submit, input[type="button"],input.button, input[type="image"],input.image, button { cursor: pointer; } /* Elements de notifications des boites succes, info, notice, alerte */ .reponse, .error, .alert, .notice, .success, .info { padding: .8em; margin-bottom: 1.5em; border: 2px solid #ddd; } .error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; } .notice { background: #fff6bf; color: #514721; border-color: #ffd324; } .success { background: #e6efc2; color: #264409; border-color: #c6d880; } .info { background: #d5edf8; color: #205791; border-color: #92cae4; } .error a, .alert a { color: #8a1f11; } .notice a { color: #514721; } .success a { color: #264409; } .info a { color: #205791; } /* fin */