2013-04-02 15:48:06 +00:00
|
|
|
@import "twbs-2.3.1/bootstrap.less";
|
2013-05-03 00:12:33 +00:00
|
|
|
@import "sticky-footer.less";
|
2012-03-09 05:02:49 +00:00
|
|
|
|
|
|
|
@import "mixins.less";
|
|
|
|
@import "variables.less";
|
|
|
|
|
2012-05-16 13:06:08 +00:00
|
|
|
.navbar .brand {
|
2012-12-20 13:09:28 +00:00
|
|
|
// padding: 11px 20px 9px;
|
2013-05-03 00:12:33 +00:00
|
|
|
// color: @white;
|
2012-12-20 13:09:28 +00:00
|
|
|
font-family: @serifFontFamily;
|
2012-12-24 06:40:46 +00:00
|
|
|
.icon-flag { padding-right: 3px; }
|
2012-05-16 13:06:08 +00:00
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
|
|
|
|
.navbar .nav > li > a { padding: 12px 10px 9px; }
|
|
|
|
|
2013-05-03 03:16:41 +00:00
|
|
|
.navbar .nav.pull-right { margin-right: -10px; }
|
|
|
|
|
2012-05-21 13:06:58 +00:00
|
|
|
h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
2012-03-09 05:02:49 +00:00
|
|
|
|
|
|
|
#iconCarousel {
|
2012-05-21 13:06:58 +00:00
|
|
|
a { color: @white; }
|
2012-12-24 06:40:46 +00:00
|
|
|
// border: solid 1px @white;
|
|
|
|
@size: 280px;
|
2012-05-21 13:06:58 +00:00
|
|
|
font-size: @size;
|
|
|
|
text-align: center;
|
2012-12-24 06:40:46 +00:00
|
|
|
line-height: @size + 5;
|
2012-05-21 13:06:58 +00:00
|
|
|
text-shadow: 2px 2px 3px @grayDarker;
|
|
|
|
.carousel-control {
|
2012-12-24 06:40:46 +00:00
|
|
|
top: @size + 33px;
|
2012-05-21 13:06:58 +00:00
|
|
|
.square(23px);
|
|
|
|
border-width: 3px;
|
|
|
|
font-size: 17px;
|
2012-12-24 06:40:46 +00:00
|
|
|
line-height: 25px;
|
2012-12-20 13:09:28 +00:00
|
|
|
left: @size / 2 - 23;
|
2012-05-21 13:06:58 +00:00
|
|
|
&.right {
|
|
|
|
left: auto;
|
2012-12-20 13:09:28 +00:00
|
|
|
right: @size / 2 - 23;
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
|
|
|
|
2012-12-24 06:40:46 +00:00
|
|
|
.jumbotron {
|
2013-01-02 05:24:40 +00:00
|
|
|
background: @red;
|
2013-01-01 19:24:01 +00:00
|
|
|
border-bottom: 1px solid @redDark;
|
2013-05-03 00:12:33 +00:00
|
|
|
padding: 48px 0;
|
2012-05-22 21:43:52 +00:00
|
|
|
// #gradient > .radial( lighten(@red, 10%), @red);
|
2012-12-28 04:48:13 +00:00
|
|
|
// background-color: @red;
|
2012-05-21 13:06:58 +00:00
|
|
|
&, h1 { color: @white; }
|
2012-12-24 06:40:46 +00:00
|
|
|
|
|
|
|
// &:after {
|
|
|
|
// content:'';
|
|
|
|
// display:block;
|
|
|
|
// position:absolute;
|
|
|
|
// top:0;
|
|
|
|
// right:0;
|
|
|
|
// bottom:0;
|
|
|
|
// left:0;
|
|
|
|
// background:url(../img/grain-tm400.png);
|
|
|
|
// opacity:.5;
|
|
|
|
// }
|
|
|
|
|
2012-05-21 13:06:58 +00:00
|
|
|
h1 {
|
2012-12-24 06:40:46 +00:00
|
|
|
font-size: 80px;
|
2012-12-20 13:09:28 +00:00
|
|
|
letter-spacing: -2px;
|
2012-12-28 04:48:13 +00:00
|
|
|
line-height: 1;
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
|
|
|
p {
|
2012-12-28 04:48:13 +00:00
|
|
|
margin-top: 15px;
|
2013-05-03 00:12:33 +00:00
|
|
|
margin-bottom: 15px;
|
2012-12-24 06:40:46 +00:00
|
|
|
font-size: 30px;
|
|
|
|
line-height: 1.3;
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
2013-05-03 00:12:33 +00:00
|
|
|
.actions { margin-top: 30px;}
|
2012-05-21 13:06:58 +00:00
|
|
|
text-shadow: 2px 2px 2px @grayDark;
|
|
|
|
ul {
|
|
|
|
margin-left: 50px;
|
|
|
|
li {
|
2012-05-22 21:43:52 +00:00
|
|
|
&.icon-large:before {
|
2012-05-21 13:06:58 +00:00
|
|
|
text-indent: -2em;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 30px;
|
|
|
|
text-shadow: 1px 1px 1px @grayDark;
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
2012-12-20 13:09:28 +00:00
|
|
|
// a { color: #fffeb8; }
|
2012-05-21 13:06:58 +00:00
|
|
|
.btn-large {
|
2012-12-24 06:40:46 +00:00
|
|
|
//// .buttonBackground(@white, #bbb);
|
2012-05-21 13:06:58 +00:00
|
|
|
font-family: @serifFontFamily;
|
2012-12-24 06:40:46 +00:00
|
|
|
//// color: @grayDark;
|
|
|
|
// margin-top: 15px;
|
2013-04-02 15:48:06 +00:00
|
|
|
font-weight: 500;
|
2012-05-21 13:06:58 +00:00
|
|
|
font-size: 18px;
|
2013-01-01 19:24:01 +00:00
|
|
|
padding: 13px 23px 13px 22px;
|
2012-12-24 06:40:46 +00:00
|
|
|
// padding-left: 24px + 40;
|
2012-05-21 13:06:58 +00:00
|
|
|
margin-right: 10px;
|
2013-01-01 19:24:01 +00:00
|
|
|
// .border-radius(8px);
|
2012-12-24 06:40:46 +00:00
|
|
|
// position: relative;
|
2012-05-21 13:06:58 +00:00
|
|
|
text-align: left;
|
2012-12-24 06:40:46 +00:00
|
|
|
// i {
|
|
|
|
// position: absolute;
|
|
|
|
// top: 8px;
|
|
|
|
// left: 15px;
|
|
|
|
// font-size: 46px;
|
|
|
|
// }
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
|
|
|
.hero-content {
|
2012-12-24 06:40:46 +00:00
|
|
|
// width: 620px;
|
2012-05-21 13:06:58 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
2012-12-28 04:48:13 +00:00
|
|
|
.shameless-self-promotion {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 15px;
|
|
|
|
color: mix(@white, @red, 50%);
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
2013-05-03 03:16:41 +00:00
|
|
|
.carbonad { text-shadow: none; }
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
|
|
|
|
2013-05-03 00:12:33 +00:00
|
|
|
.jumbotron-ad {
|
|
|
|
padding: 20px 0;
|
|
|
|
h1 { margin-top: 25px; }
|
|
|
|
p { margin-bottom: 35px; }
|
|
|
|
}
|
|
|
|
|
2013-05-03 03:16:41 +00:00
|
|
|
.jumbotron-icon {
|
|
|
|
padding: 20px 0 30px;
|
|
|
|
background-color: @grayLighter;
|
|
|
|
color: @grayDarker;
|
|
|
|
text-shadow: 1px 1px 1px @white;
|
|
|
|
border-bottom: solid 1px mix(@grayLight, @grayLighter, 50%);
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
color: @grayDarker;
|
|
|
|
font-size: 40px;
|
|
|
|
// margin: 25px 0 20px;
|
|
|
|
small {
|
|
|
|
letter-spacing: normal;
|
|
|
|
font-family: @sansFontFamily;
|
|
|
|
font-size: @baseFontSize;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-icons {
|
|
|
|
// margin-top: 10px;
|
|
|
|
// text-align: center;
|
|
|
|
}
|
|
|
|
.info-class {
|
|
|
|
|
|
|
|
}
|
|
|
|
.info-details {
|
|
|
|
float: left;
|
|
|
|
p {
|
|
|
|
margin: 25px 0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.dl-horizontal {
|
|
|
|
dt { width: @horizontalComponentOffset - 100; }
|
|
|
|
dd { margin-left: @horizontalComponentOffset - 85; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.icon-2 { font-size: 2em; }
|
|
|
|
.icon-3 { font-size: 4em; }
|
|
|
|
.icon-4 { font-size: 7em; }
|
|
|
|
.icon-5 { font-size: 12em; }
|
|
|
|
.icon-6 { font-size: 20em; }
|
|
|
|
|
|
|
|
.icon-1, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6 { margin-right: 1/14em; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-ad {
|
|
|
|
float: right;
|
|
|
|
width: 154px;
|
|
|
|
height: 219px;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
2013-01-01 19:24:01 +00:00
|
|
|
.btn-github {
|
2013-01-02 05:24:40 +00:00
|
|
|
.buttonBackground(@white, mix(@grayLighter, @grayLight, 50%));
|
2013-01-01 19:24:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary, .btn-github {
|
2012-05-21 13:06:58 +00:00
|
|
|
color: @grayDark;
|
|
|
|
text-shadow: 0 -1px 0 rgba(255,255,255,.25);
|
|
|
|
&:hover {
|
2012-03-09 05:02:49 +00:00
|
|
|
text-shadow: 0 -1px 0 rgba(255,255,255,.25);
|
2012-05-21 13:06:58 +00:00
|
|
|
color: @grayDark;
|
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
|
|
|
|
2012-12-24 06:40:46 +00:00
|
|
|
section {
|
|
|
|
padding-top: 40px;
|
|
|
|
}
|
|
|
|
|
2012-06-04 19:10:35 +00:00
|
|
|
#social-buttons {
|
2013-05-03 00:12:33 +00:00
|
|
|
ul.unstyled { margin: 0; }
|
|
|
|
|
|
|
|
padding: 22px 0 17px;
|
2012-06-04 19:10:35 +00:00
|
|
|
text-align: center;
|
2012-12-24 06:40:46 +00:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
border-bottom: 1px solid #ddd;
|
2012-06-04 19:10:35 +00:00
|
|
|
.btn {
|
2012-12-24 06:40:46 +00:00
|
|
|
// font-family: @serifFontFamily;
|
|
|
|
font-weight: bold;
|
|
|
|
// font-size: @baseFontSize;
|
|
|
|
padding: 0px 5px;
|
|
|
|
line-height: @baseLineHeight - 3;
|
2012-06-04 19:10:35 +00:00
|
|
|
}
|
|
|
|
.count.btn {
|
2012-12-24 06:40:46 +00:00
|
|
|
background: @white;
|
2012-06-04 19:10:35 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.watch, .fork {
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-05-03 00:12:33 +00:00
|
|
|
.carbonad-horizontal {
|
|
|
|
width: 310px;
|
|
|
|
margin: 20px auto 10px;
|
|
|
|
}
|
|
|
|
|
2012-05-22 21:43:52 +00:00
|
|
|
.the-icons {
|
|
|
|
list-style-type: none;
|
2012-12-24 06:40:46 +00:00
|
|
|
margin: 0;
|
2012-05-22 21:43:52 +00:00
|
|
|
li {
|
2013-05-03 00:12:33 +00:00
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
&, &:hover { color: @grayDarker; }
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
line-height: 32px;
|
|
|
|
height: 32px;
|
|
|
|
padding-left: 12px;
|
|
|
|
.border-radius(6px);
|
|
|
|
|
|
|
|
[class^="icon-"],
|
|
|
|
[class*=" icon-"] {
|
|
|
|
width: 32px;
|
|
|
|
font-size: 14px;
|
2012-12-24 06:40:46 +00:00
|
|
|
}
|
2012-05-21 13:06:58 +00:00
|
|
|
|
2013-05-03 00:12:33 +00:00
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: lighten(@errorBackground, 6%);
|
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
|
|
*font-size: 28px;
|
|
|
|
*vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class^="icon-"]:before,
|
|
|
|
[class*=" icon-"]:before {
|
|
|
|
font-size: 28px;
|
|
|
|
vertical-align: -5px;
|
|
|
|
}
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
|
|
|
|
2012-12-28 04:48:13 +00:00
|
|
|
#why, #whats-new {
|
2012-05-21 13:06:58 +00:00
|
|
|
.row {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2012-12-31 16:25:55 +00:00
|
|
|
h4 {
|
|
|
|
// line-height: 28px;
|
|
|
|
[class^="icon-"],
|
|
|
|
[class*=" icon-"] {
|
|
|
|
vertical-align: -10%;
|
|
|
|
font-size: 28px;
|
|
|
|
// width: 30px;
|
|
|
|
// height: 30px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#examples {
|
2012-05-21 13:06:58 +00:00
|
|
|
.btn-toolbar {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#integration {
|
2012-05-21 13:06:58 +00:00
|
|
|
.row { margin-bottom: 40px; }
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#examples, #code {
|
2012-05-21 13:06:58 +00:00
|
|
|
form {
|
2012-06-04 04:20:05 +00:00
|
|
|
margin-bottom: 25px;
|
2012-05-21 13:06:58 +00:00
|
|
|
input {
|
|
|
|
line-height: 1; // fixes a safari placeholder alignment issue
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
|
2012-05-21 13:06:58 +00:00
|
|
|
.rating {
|
|
|
|
unicode-bidi: bidi-override;
|
|
|
|
direction: rtl;
|
2012-03-09 05:02:49 +00:00
|
|
|
|
2012-05-21 13:06:58 +00:00
|
|
|
font-size: 30px;
|
|
|
|
span.star {
|
|
|
|
font-family: FontAwesome;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
display: inline-block;
|
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
span.star:before {
|
|
|
|
content: "\f006"; // empty star
|
|
|
|
padding-right: 5px;
|
|
|
|
color: @grayLight;
|
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
|
2012-05-21 13:06:58 +00:00
|
|
|
span.star:hover:before, span.star:hover ~ span.star:before {
|
|
|
|
content: "\f005"; // solid star
|
|
|
|
color: #e3cf7a;
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
|
|
|
|
2012-12-29 17:38:38 +00:00
|
|
|
#kyruus {
|
|
|
|
color: @gray;
|
|
|
|
font-size: 18px;
|
|
|
|
&, li { line-height: 25px; }
|
|
|
|
p {
|
|
|
|
margin-bottom: 22px;
|
|
|
|
strong { color: @grayDarker; }
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 22px;
|
|
|
|
li { margin-top: 10px; }
|
|
|
|
i {
|
|
|
|
margin-top: 5px;
|
|
|
|
// margin-right: .4em;
|
|
|
|
// color: mix(@grayLight, @grayLighter, 50%);
|
|
|
|
color: mix(@blue, @blueDark, 50%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.border {
|
|
|
|
.icon-medkit { font-size: 224px; }
|
|
|
|
border: solid 10px @grayLighter;
|
|
|
|
padding: 1em 1.5em;
|
|
|
|
margin-left: .2em;
|
|
|
|
.border-radius(10px);
|
|
|
|
a:hover .icon-medkit { text-decoration: none; }
|
|
|
|
// a:hover i { text-decoration: underline; }
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
font-weight: bold;
|
|
|
|
color: mix(@blue, @blueDark, 50%);
|
|
|
|
&:hover {
|
|
|
|
color: @blueDark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
|
|
|
|
.modal {
|
2012-05-21 13:06:58 +00:00
|
|
|
width: 560px;
|
2012-12-29 17:38:38 +00:00
|
|
|
max-height: 610px;
|
2012-05-21 13:06:58 +00:00
|
|
|
.modal-body {
|
|
|
|
*overflow: hidden; // ie7 fix
|
|
|
|
max-height: none;
|
|
|
|
padding-bottom: 0;
|
|
|
|
.row { margin-bottom: 15px; }
|
|
|
|
div.thumbnail {
|
|
|
|
text-align: center;
|
2012-12-29 17:38:38 +00:00
|
|
|
div { margin: 8px; }
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
|
|
|
.icon6 {
|
2012-12-20 13:09:28 +00:00
|
|
|
width: 330px;
|
|
|
|
> div.thumbnail > div { .icon-size(280px); }
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
|
|
|
.icon5 {
|
2012-12-20 13:09:28 +00:00
|
|
|
width: 180px;
|
|
|
|
> div.thumbnail > div { .icon-size(140px); }
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
2012-05-21 13:06:58 +00:00
|
|
|
.icon4 {
|
|
|
|
width: 215px;
|
2012-12-20 13:09:28 +00:00
|
|
|
> div.thumbnail > div { .icon-size(112px); }
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
|
|
|
.icon3 {
|
|
|
|
width: 120px;
|
2012-12-20 13:09:28 +00:00
|
|
|
> div.thumbnail > div { .icon-size(56px); }
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
|
|
|
.icon2 {
|
|
|
|
width: 75px;
|
2012-12-20 13:09:28 +00:00
|
|
|
> div.thumbnail > div { .icon-size(28px); }
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
|
|
|
.icon1 {
|
|
|
|
width: 60px;
|
2012-12-20 13:09:28 +00:00
|
|
|
> div.thumbnail > div { .icon-size(14px); }
|
2012-05-21 13:06:58 +00:00
|
|
|
}
|
|
|
|
}
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|
|
|
|
|
2012-06-04 19:10:35 +00:00
|
|
|
.label,
|
|
|
|
.badge {
|
|
|
|
background-color: @grayLighter;
|
|
|
|
}
|
|
|
|
|
2013-01-02 00:16:50 +00:00
|
|
|
.well.well-transparent {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2012-06-04 19:10:35 +00:00
|
|
|
|
2012-03-09 05:02:49 +00:00
|
|
|
footer {
|
2013-01-01 19:24:01 +00:00
|
|
|
// #gradient > .vertical(@navbarInverseBackgroundHighlight, @navbarInverseBackground);
|
|
|
|
background-color: @red;
|
|
|
|
border-top: 1px solid mix(@red, @redDark, 50%);
|
|
|
|
a {
|
|
|
|
color: @white;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
|
|
|
&:hover {
|
|
|
|
color: @white;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
color: mix(@red, @white, 35%);
|
|
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
2012-05-21 13:06:58 +00:00
|
|
|
margin-top: 60px;
|
2013-01-01 19:24:01 +00:00
|
|
|
padding-top: 45px;
|
2012-05-21 13:06:58 +00:00
|
|
|
padding-bottom: 60px;
|
|
|
|
*zoom: 1; // ie7 hack
|
|
|
|
ul {
|
2013-01-01 19:24:01 +00:00
|
|
|
// margin-left: 30px;
|
2012-05-21 13:06:58 +00:00
|
|
|
line-height: 25px;
|
|
|
|
}
|
2013-05-03 00:12:33 +00:00
|
|
|
|
|
|
|
.project { margin-top: 10px; }
|
2012-03-09 05:02:49 +00:00
|
|
|
}
|