2011-12-05 21:16:42 +00:00
|
|
|
@import "variables.less";
|
2012-01-02 21:20:07 +00:00
|
|
|
@import "learnmore.less";
|
2011-12-05 21:16:42 +00:00
|
|
|
|
|
|
|
.clickyarrows() {
|
|
|
|
text-indent:-10000px;
|
|
|
|
font-size:0;
|
|
|
|
width:15px;
|
|
|
|
height:22px;
|
|
|
|
display:block;
|
|
|
|
position:absolute;
|
|
|
|
top:45%;
|
|
|
|
}
|
2011-12-16 17:17:08 +00:00
|
|
|
#expandable {
|
|
|
|
display: none;
|
|
|
|
}
|
2011-12-05 21:16:42 +00:00
|
|
|
|
|
|
|
#main-container.main-container-fl .js-main {
|
|
|
|
width:968px;
|
2011-12-20 18:31:20 +00:00
|
|
|
background:#fff url("@{image-base}landingpage/container-top.png") top center no-repeat;
|
2011-12-05 21:16:42 +00:00
|
|
|
}
|
2011-12-16 17:17:08 +00:00
|
|
|
#js-maincol-fl, {
|
2011-12-05 21:16:42 +00:00
|
|
|
padding:30px 30px 0 30px;
|
|
|
|
overflow:hidden;
|
|
|
|
|
|
|
|
.content-block {
|
|
|
|
background:none;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#js-main-container {
|
|
|
|
float: left;
|
|
|
|
width:672px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.js-main-container-inner {
|
|
|
|
padding-right:40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.page-heading {
|
|
|
|
margin:0 0 20px 0;
|
|
|
|
color:@text-blue;
|
|
|
|
font-size:17px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-block {
|
|
|
|
width:100%;
|
|
|
|
clear:both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-block1, .user-block2 {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-block1 {
|
|
|
|
width:70%;
|
|
|
|
|
|
|
|
.block-intro-text {
|
|
|
|
float:left;
|
|
|
|
width:70%;
|
|
|
|
font-size:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.readon {
|
|
|
|
float: left;
|
|
|
|
margin-top:10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-block2 {
|
|
|
|
color:@medium-blue;
|
|
|
|
font-size:11px;
|
|
|
|
line-height:normal;
|
|
|
|
width:30%;
|
|
|
|
|
|
|
|
.block-inner {
|
|
|
|
float:right;
|
|
|
|
padding-right:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
float:left;
|
|
|
|
font-size:20px;
|
|
|
|
.height(30px);
|
|
|
|
color:@text-blue;
|
|
|
|
padding-right:15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-12-16 17:17:08 +00:00
|
|
|
#collapser {
|
|
|
|
float: right;
|
|
|
|
.height(24px);
|
|
|
|
width: 24px;
|
2012-01-13 17:34:42 +00:00
|
|
|
.one-border-radius(24px);
|
2012-01-10 16:10:27 +00:00
|
|
|
-moz-box-shadow: -1px 1px @text-blue;
|
|
|
|
-webkit-box-shadow: -1px 1px @text-blue;
|
|
|
|
box-shadow: -1px 1px @text-blue;
|
|
|
|
border: solid 3px white;
|
2011-12-16 17:17:08 +00:00
|
|
|
text-align: center;
|
2012-01-10 16:10:27 +00:00
|
|
|
color: white;
|
|
|
|
background: @text-blue;
|
2011-12-16 17:17:08 +00:00
|
|
|
font-size: 17px;
|
|
|
|
z-index:5000;
|
|
|
|
margin-top: -12px;
|
|
|
|
margin-right:-22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#js-rightcol, #js-rightcol2 {
|
2011-12-05 21:16:42 +00:00
|
|
|
float:right;
|
|
|
|
width:230px;
|
|
|
|
|
|
|
|
.jsmodule {
|
2011-12-14 21:49:36 +00:00
|
|
|
float: left;
|
|
|
|
width: 208px;
|
2011-12-05 21:16:42 +00:00
|
|
|
background:@pale-blue;
|
|
|
|
border:1px solid @blue-grey;
|
2012-01-13 17:34:42 +00:00
|
|
|
.one-border-radius(12px);
|
2011-12-05 21:16:42 +00:00
|
|
|
margin-bottom:10px;
|
|
|
|
padding:0 10px 10px 10px;
|
|
|
|
|
|
|
|
&.last {
|
|
|
|
border-bottom:none;
|
|
|
|
padding-bottom:10px;
|
|
|
|
}
|
2011-12-20 20:33:20 +00:00
|
|
|
|
|
|
|
input {
|
2012-01-13 17:34:42 +00:00
|
|
|
.one-border-radius(32px);
|
2011-12-20 20:33:20 +00:00
|
|
|
border: none;
|
|
|
|
.height(36px);
|
|
|
|
width:90%;
|
|
|
|
outline: none;
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.signup {
|
|
|
|
background: url("@{image-base}landingpage/button.png") no-repeat 0 0;
|
|
|
|
//the following are part of what we need to move this from graphics to css
|
|
|
|
// which we will need if we institute a call-to-action color separately from green
|
|
|
|
//.border-radius(32px, 0, 0, 32px);
|
|
|
|
//background-color: @call-to-action;
|
|
|
|
border: medium none;
|
|
|
|
color: #FFF;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0 31px 0 11px;
|
|
|
|
width: 111px;
|
|
|
|
}
|
|
|
|
|
2011-12-05 21:16:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.button {
|
2011-12-06 20:08:36 +00:00
|
|
|
padding-top:10px;
|
2011-12-05 21:16:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
width:100%;
|
|
|
|
display:block;
|
|
|
|
clear:both;
|
|
|
|
padding-top:10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.js-rightcol-padd {
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.heading {
|
|
|
|
color:@text-blue;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.ungluingwhat {
|
|
|
|
list-style: none;
|
|
|
|
padding:0;
|
|
|
|
margin:0 -10px;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom:7px;
|
|
|
|
background:#fff;
|
|
|
|
padding: 10px;
|
|
|
|
display:block;
|
|
|
|
overflow:hidden;
|
|
|
|
|
|
|
|
> div {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div.user-avatar {
|
|
|
|
width:43px;
|
2012-01-15 23:53:39 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
.one-border-radius(5px);
|
|
|
|
}
|
2011-12-05 21:16:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-book-thumb {
|
|
|
|
width:29px;
|
|
|
|
}
|
2011-12-13 15:50:21 +00:00
|
|
|
|
2011-12-05 21:16:42 +00:00
|
|
|
.user-book-info {
|
|
|
|
width:135px;
|
|
|
|
color:@text-blue;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin:0;
|
|
|
|
padding:0 5px;
|
|
|
|
font-size:11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
display:block;
|
2011-12-13 15:50:21 +00:00
|
|
|
padding:0;
|
2011-12-05 21:16:42 +00:00
|
|
|
color:@text-blue;
|
|
|
|
font-size:11px;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
2011-12-13 15:50:21 +00:00
|
|
|
|
|
|
|
a.user-book-name {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
2011-12-05 21:16:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div.typo2 {
|
|
|
|
background:@pale-blue;
|
2012-01-13 17:34:42 +00:00
|
|
|
.one-border-radius(12px);
|
2011-12-05 21:16:42 +00:00
|
|
|
padding:10px;
|
|
|
|
font-style:italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.signup_btn {
|
|
|
|
display:block;
|
|
|
|
overflow:hidden;
|
|
|
|
|
|
|
|
a {
|
2011-12-20 18:31:20 +00:00
|
|
|
background: url("@{image-base}bg.png") no-repeat scroll right top transparent;
|
2011-12-05 21:16:42 +00:00
|
|
|
color: #fff;
|
|
|
|
display: block;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
|
|
|
.height(36px);
|
|
|
|
letter-spacing: 1px;
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: capitalize;
|
|
|
|
float:left;
|
|
|
|
|
|
|
|
span {
|
2011-12-20 18:31:20 +00:00
|
|
|
background: url("@{image-base}bg.png") no-repeat scroll -770px -36px transparent;
|
2011-12-05 21:16:42 +00:00
|
|
|
display: block;
|
|
|
|
margin-right: 29px;
|
|
|
|
padding: 0 5px 0 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.have-content-right-module {
|
|
|
|
.item-content {
|
|
|
|
float:left;
|
|
|
|
width:364px;
|
|
|
|
font-size:14px;
|
2011-12-08 20:24:38 +00:00
|
|
|
height: 132px;
|
2011-12-20 18:31:20 +00:00
|
|
|
border-bottom:7px solid @bright-blue;
|
2011-12-05 21:16:42 +00:00
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom:20px;
|
|
|
|
line-height:135%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.page-heading {
|
|
|
|
padding-right:97px;
|
|
|
|
line-height:43px;
|
|
|
|
padding-bottom:4px;
|
2011-12-08 20:24:38 +00:00
|
|
|
padding-top: 5px;
|
2011-12-05 21:16:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-right-module {
|
|
|
|
width:268px;
|
|
|
|
float:right;
|
|
|
|
|
|
|
|
h3 {
|
2011-12-20 18:31:20 +00:00
|
|
|
color:@bright-blue;
|
2011-12-05 21:16:42 +00:00
|
|
|
text-transform:uppercase;
|
|
|
|
font-size:24px;
|
|
|
|
font-weight:normal;
|
|
|
|
padding:0;
|
|
|
|
margin:0 0 16px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.page-heading {
|
|
|
|
color:#3c4e52;
|
|
|
|
font-size:28px !important;
|
|
|
|
font-style:italic;
|
|
|
|
font-weight:normal !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#js-maincontainer-bot-block {
|
|
|
|
width:100%;
|
|
|
|
clear:both;
|
|
|
|
overflow:hidden;
|
2011-12-08 20:24:38 +00:00
|
|
|
margin-top:55px;
|
2011-12-05 21:16:42 +00:00
|
|
|
|
|
|
|
#js-search {
|
2011-12-20 18:31:20 +00:00
|
|
|
//background:url("@{image-base}andingpage/bg-search.png") 0 0 no-repeat;
|
2012-01-13 17:34:42 +00:00
|
|
|
.one-border-radius(64px);
|
2011-12-20 15:39:02 +00:00
|
|
|
background-color: @call-to-action;
|
2011-12-05 21:16:42 +00:00
|
|
|
width:628px;
|
|
|
|
height:80px;
|
|
|
|
overflow:hidden;
|
|
|
|
clear:both;
|
|
|
|
color:#fff;
|
|
|
|
|
|
|
|
label {
|
|
|
|
line-height:80px;
|
|
|
|
font-size:18px;
|
|
|
|
float:left;
|
|
|
|
padding:0;
|
|
|
|
width:auto;
|
2011-12-14 21:49:36 +00:00
|
|
|
padding:0 15px 0 30px;
|
2011-12-05 21:16:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
float:left;
|
2011-12-13 21:37:45 +00:00
|
|
|
width:210px;
|
2011-12-20 18:31:20 +00:00
|
|
|
background:url("@{image-base}landingpage/search-box-two.png") 0 0 no-repeat;
|
2011-12-05 21:16:42 +00:00
|
|
|
height:36px;
|
|
|
|
display:block;
|
|
|
|
overflow:hidden;
|
|
|
|
margin-top:22px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#js-search input {
|
|
|
|
&.inputbox {
|
|
|
|
border:none;
|
|
|
|
color:#66942e;
|
|
|
|
.height(26px);
|
|
|
|
font-size:13px;
|
|
|
|
float:left;
|
|
|
|
padding:0;
|
|
|
|
margin:5px 0 5px 20px;
|
2011-12-13 21:37:45 +00:00
|
|
|
width: 149px;
|
2011-12-12 21:09:18 +00:00
|
|
|
outline: none;
|
2011-12-05 21:16:42 +00:00
|
|
|
}
|
|
|
|
|
2011-12-13 21:37:45 +00:00
|
|
|
&.greenbutton {
|
2011-12-20 18:31:20 +00:00
|
|
|
background:url("@{image-base}landingpage/search-button-two.png") 0 0 no-repeat;
|
2011-12-13 21:37:45 +00:00
|
|
|
width:40px;
|
|
|
|
height:40px;
|
2011-12-05 21:16:42 +00:00
|
|
|
padding:0;
|
2011-12-13 21:37:45 +00:00
|
|
|
margin:0;
|
2011-12-05 21:16:42 +00:00
|
|
|
border:none;
|
|
|
|
display:block;
|
|
|
|
float: right;
|
|
|
|
text-indent:-10000px;
|
|
|
|
font-size:0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#js-maincontainer-faq {
|
|
|
|
clear: both;
|
|
|
|
overflow:hidden;
|
|
|
|
margin:15px 0;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.js-maincontainer-faq-inner {
|
|
|
|
float:right;
|
|
|
|
color:@text-blue;
|
|
|
|
font-size:14px;
|
|
|
|
padding-right:60px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-weight:normal;
|
|
|
|
color:@text-blue;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#js-slide .jsmodule > h3 {
|
2011-12-20 18:31:20 +00:00
|
|
|
background:url("@{image-base}landingpage/bg-slide.png") bottom center no-repeat;
|
2011-12-05 21:16:42 +00:00
|
|
|
padding-bottom:7px;
|
|
|
|
padding-left:35px;
|
|
|
|
|
|
|
|
span {
|
2011-12-20 18:31:20 +00:00
|
|
|
background:@bright-blue;
|
2011-12-05 21:16:42 +00:00
|
|
|
color:#fff;
|
|
|
|
padding:10px 20px;
|
|
|
|
.border-radius(10px, 10px, 0, 0);
|
|
|
|
font-size:18px;
|
|
|
|
overflow:hidden;
|
|
|
|
display:inline-block;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-12-14 21:49:36 +00:00
|
|
|
h3.module-title {
|
|
|
|
padding: 14px 0;
|
2011-12-20 20:33:20 +00:00
|
|
|
font-size:17px;
|
|
|
|
font-weight: normal;
|
2011-12-14 21:49:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.google_signup {
|
2012-01-13 17:34:42 +00:00
|
|
|
.google_signup_div;
|
2011-12-14 21:49:36 +00:00
|
|
|
}
|
|
|
|
|
2011-12-05 21:16:42 +00:00
|
|
|
#js-slideshow {
|
|
|
|
padding:0 30px;
|
|
|
|
position:relative;
|
|
|
|
|
|
|
|
a.prev {
|
|
|
|
.clickyarrows();
|
2011-12-20 18:31:20 +00:00
|
|
|
background:url("@{image-base}landingpage/arrow-left.png") 0 0 no-repeat;
|
2011-12-05 21:16:42 +00:00
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.next {
|
|
|
|
.clickyarrows(rt);
|
2011-12-20 18:31:20 +00:00
|
|
|
background:url("@{image-base}landingpage/arrow-right.png") 0 0 no-repeat;
|
2011-12-05 21:16:42 +00:00
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-12-06 20:08:36 +00:00
|
|
|
.spacer {
|
|
|
|
float: left;
|
|
|
|
margin: 0 4px;
|
2011-12-05 21:16:42 +00:00
|
|
|
}
|
|
|
|
|
2011-12-08 20:24:38 +00:00
|
|
|
|
|
|
|
.landingheader {
|
|
|
|
border-bottom: solid 5px @medium-blue;
|
|
|
|
float: left;
|
|
|
|
height:134px;
|
|
|
|
}
|
|
|
|
|
2011-12-05 21:16:42 +00:00
|
|
|
#footer {
|
|
|
|
clear: both;
|
|
|
|
margin-top:30px;
|
|
|
|
}
|