2012-08-24 19:14:32 +00:00
|
|
|
@import "variables.less";
|
|
|
|
|
2012-08-24 22:48:28 +00:00
|
|
|
.download_container {
|
|
|
|
width: 50%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2012-08-28 14:22:47 +00:00
|
|
|
#lightbox_content a {
|
2012-08-27 19:35:29 +00:00
|
|
|
color: @medium-blue;
|
2012-08-28 17:47:29 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#lightbox_content .signuptoday a {
|
|
|
|
color: white;
|
2012-08-27 19:35:29 +00:00
|
|
|
}
|
|
|
|
|
2012-08-28 14:22:47 +00:00
|
|
|
#lightbox_content h2, #lightbox_content h3, #lightbox_content h4 {
|
|
|
|
margin-top: 15px;
|
2012-09-13 15:14:32 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#lightbox_content h2 a {
|
|
|
|
font-size: @font-size-larger*1.25;
|
2012-08-28 14:22:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#lightbox_content .ebook_download {
|
2012-08-24 19:14:32 +00:00
|
|
|
a {
|
2012-08-24 22:48:28 +00:00
|
|
|
margin: auto 5px auto 0;
|
2012-08-24 19:14:32 +00:00
|
|
|
font-size: @font-size-larger;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2012-08-24 22:48:28 +00:00
|
|
|
}
|
|
|
|
|
2012-08-28 14:22:47 +00:00
|
|
|
#lightbox_content .logo {
|
2012-08-24 22:48:28 +00:00
|
|
|
img {
|
|
|
|
.one-border-radius(7px);
|
|
|
|
height: 50px;
|
|
|
|
width: 50px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
font-size: @font-size-larger;
|
2012-08-24 19:14:32 +00:00
|
|
|
}
|
|
|
|
|
2012-09-10 19:18:40 +00:00
|
|
|
#lightbox_content .unglued, #lightbox_content .not_unglued {
|
|
|
|
.one-border-radius(5px);
|
2012-08-24 19:14:32 +00:00
|
|
|
margin-left: -2px;
|
|
|
|
padding: 5px;
|
2012-09-10 19:18:40 +00:00
|
|
|
padding-bottom: 15px;
|
|
|
|
margin-bottom: 5px;
|
2012-08-24 19:14:32 +00:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-10 19:18:40 +00:00
|
|
|
#lightbox_content .unglued {
|
|
|
|
border: solid 2px @call-to-action;
|
|
|
|
}
|
|
|
|
|
|
|
|
#lightbox_content .not_unglued {
|
|
|
|
border: solid 2px @blue-grey;
|
|
|
|
}
|
|
|
|
|
2012-08-28 14:22:47 +00:00
|
|
|
#lightbox_content a.add-wishlist .on-wishlist, #lightbox_content a.success, a.success:hover {
|
2012-08-24 19:14:32 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: @text-blue;
|
|
|
|
}
|
|
|
|
|
2012-08-28 14:22:47 +00:00
|
|
|
#lightbox_content a.success, a.success:hover {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
#lightbox_content ul {
|
2012-08-24 22:48:28 +00:00
|
|
|
padding-left: 50px;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
2012-09-10 19:18:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.border {
|
|
|
|
.one-border-radius(5px);
|
|
|
|
border: solid 2px @blue-grey;
|
|
|
|
margin: 5px auto;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
2012-08-24 19:14:32 +00:00
|
|
|
}
|