regluit/static/less/registration2.less

111 lines
1.7 KiB
Plaintext

@import "variables.less";
#login_centerer {
padding:10px 25%;
width: 960px;
}
#registration {
width: 960px;
padding: 10px;
margin: 0 auto;
padding: 10px 0;
font-size: @font-size-default;
line-height: @font-size-default*1.5;
.helptext {
font-style: italic;
&:before {
white-space: pre;
content: "\A";
}
}
}
#login {
border: solid 3px @blue-grey;
.one-border-radius(5px);
margin: 10px auto;
float: left;
padding: 10px;
width: 50%;
.google_signup {
.google_signup_div(32px);
}
input[type="text"], input[type="password"] {
width: 90%;
}
}
.actionbutton {
.actionbuttons;
float: left;
}
#welcomesearch {
label {
display: block;
margin: 0 auto;
font-size: @font-size-header;
padding-bottom: 10px;
}
p {
margin-bottom: 5px;
}
form {
margin: 0 auto;
width:210px;
background:url("@{image-base}landingpage/search-box-two.png") 0 0 no-repeat;
height:36px;
display:block;
overflow:hidden;
}
input {
&.inputbox {
border:none;
color:#66942e;
.height(26px);
font-size: @font-size-default;
float:left;
padding:0;
margin:5px 0 5px 20px;
width: 149px;
outline: none;
&:focus {
border: none;
}
}
&.greenbutton[type="submit"] {
background:url("@{image-base}landingpage/search-button-two.png") 0 0 no-repeat;
width:40px;
height:40px;
padding:0;
margin:0;
border:none;
display:block;
float: right;
text-indent:-10000px;
font-size:0;
.one-border-radius(0);
}
}
}
.welcomealternatives {
border-top: 1px solid @blue-grey;
margin-top: 10px;
padding-top: 5px;
}
label:before {
content: "\A";
white-space: pre;
}