Design/Forms

From Nasqueron Agora
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Input

Wordpress login :

 @font-face {
   font-family: "Open Sans";
   font-style: normal;
   font-weight: 300;
   src: local("Open Sans Light"), local("OpenSans-Light"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff") format("woff");
 }
 .input {
   font-family: Open Sans;
   font-size: 20px;
   font-weight: 200;
   line-height: 27px;
   background-color: rgb(249, 249, 249);
   border: solid 1px rgb(221, 221, 221);
   border-radius: 3px;
   box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
   rgb(68, 68, 68);
 }