Design/Forms: Difference between revisions

From Nasqueron Agora
(Created page with "== Input == Wordpress login : @font-face { font-family: "Open Sans"; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Li...")
 
Line 20: Line 20:
     rgb(68, 68, 68);
     rgb(68, 68, 68);
   }
   }
[[Category:Pad]]

Revision as of 19:49, 24 October 2013

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);
 }