diff --git a/body.html b/body.html index c23dea1..98cbdf0 100644 --- a/body.html +++ b/body.html @@ -3,9 +3,15 @@ + +
+ #FORMULAIRE_RECHERCHE +
+ + diff --git a/css/html5up_escape_velocity.spip.css.html b/css/html5up_escape_velocity.spip.css.html index d1125cd..0ff3222 100644 --- a/css/html5up_escape_velocity.spip.css.html +++ b/css/html5up_escape_velocity.spip.css.html @@ -69,6 +69,11 @@ ul.portfolio li small {font-size: 0.75em;} .documents_joints ul .spip_logo {float: left; margin: 0 1em 0 0;} .documents_joints .publication {font-size: 0.75em;} +/* Le formulaire de recherche */ +#formulaire_recherche { text-align: center; } +#formulaire_recherche input#recherche {transition: all .25s ease-in-out; -webkit-appearance: none; margin-right: 1em; padding: 0.75em 1em 0.75em 1em; min-width: 25em; height: 4rem; + background: #ccc; line-height: 1em; border: 0; background: #eee; box-shadow: inset 0px 0px 1px 0px #a0a1a7; border-radius: 0.35em; } +#formulaire_recherche input.submit { height: 4rem; } /* Les formulaires */ input[type="checkbox"] + label, input[type="radio"] + label {padding-left: 2.4em !important ; position: relative;} /* Le formulaire de contact */