mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
434 lines
8.2 KiB
Plaintext
434 lines
8.2 KiB
Plaintext
@import "twbs-2.3.1/bootstrap.less";
|
|
@import "sticky-footer.less";
|
|
|
|
@import "mixins.less";
|
|
@import "variables.less";
|
|
@import "lazy.less";
|
|
|
|
.navbar .brand {
|
|
font-family: @serifFontFamily;
|
|
.icon-flag { padding-right: 3px; }
|
|
}
|
|
|
|
.navbar .nav > li > a { padding: 12px 10px 9px; }
|
|
|
|
.navbar .nav.pull-right { margin-right: -10px; }
|
|
|
|
h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
|
|
|
|
#iconCarousel {
|
|
a { color: @white; }
|
|
@size: 220px;
|
|
font-size: @size;
|
|
text-align: center;
|
|
line-height: @size + 5;
|
|
text-shadow: 2px 2px 3px @grayDarker;
|
|
.carousel-control {
|
|
top: @size + 33px;
|
|
.square(30px);
|
|
background: none;
|
|
border-width: 0;
|
|
font-size: 30px;
|
|
line-height: 25px;
|
|
left: 300/2 - 33px;
|
|
&.right {
|
|
left: auto;
|
|
right: 300/2 - 33px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.jumbotron {
|
|
background: @red;
|
|
border-bottom: 1px solid @redDark;
|
|
&, h1 { color: @white; }
|
|
#gradient > .directional(@red, mix(@red, @redDark, 90%), -40deg);
|
|
// background-color: @red;
|
|
|
|
// &:after {
|
|
// content:'';
|
|
// display:block;
|
|
// position:absolute;
|
|
// top:0;
|
|
// right:0;
|
|
// bottom:0;
|
|
// left:0;
|
|
// background:url(../img/grain-tm400.png);
|
|
// opacity:.5;
|
|
// }
|
|
|
|
h1 {
|
|
font-size: 80px;
|
|
letter-spacing: -2px;
|
|
line-height: 1;
|
|
}
|
|
p {
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
font-size: 30px;
|
|
line-height: 1.3;
|
|
font-weight: lighter;
|
|
}
|
|
.actions { margin-top: 25px;}
|
|
text-shadow: 2px 2px 2px @grayDark;
|
|
ul {
|
|
margin-left: 50px;
|
|
li {
|
|
&.icon-large:before {
|
|
text-indent: -2em;
|
|
vertical-align: baseline;
|
|
}
|
|
font-size: 15px;
|
|
line-height: 30px;
|
|
text-shadow: 1px 1px 1px @grayDark;
|
|
}
|
|
}
|
|
.btn-large {
|
|
font-family: @serifFontFamily;
|
|
font-weight: 500;
|
|
font-size: 24px;
|
|
padding: 17px 30px;
|
|
letter-spacing: -1px;
|
|
}
|
|
.hero-content {
|
|
text-align: center;
|
|
}
|
|
.shameless-self-promotion {
|
|
font-size: 14px;
|
|
margin-top: 25px;
|
|
color: mix(@white, @red, 40%);
|
|
text-shadow: none;
|
|
a { color: mix(@white, @red, 70%); }
|
|
a:hover { color: mix(@white, @red, 100%); }
|
|
}
|
|
}
|
|
|
|
.jumbotron-index {
|
|
padding: 40px 0;
|
|
h1 {
|
|
font-size: 80px;
|
|
letter-spacing: -2px;
|
|
line-height: 1;
|
|
margin: 0 0 15px;
|
|
}
|
|
p {
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
font-size: 30px;
|
|
line-height: 1.3;
|
|
}
|
|
}
|
|
|
|
.jumbotron-ad {
|
|
padding: 20px 0;
|
|
h1 { margin-top: 25px; }
|
|
p { margin-bottom: 35px; }
|
|
}
|
|
|
|
.jumbotron-icon {
|
|
padding: 20px 0 30px;
|
|
#gradient > .directional(@grayLighter, mix(@grayLighter, @grayLight, 90%), -40deg);
|
|
color: @grayDarker;
|
|
text-shadow: 1px 1px 1px @white;
|
|
border-bottom: solid 1px mix(@grayLight, @grayLighter, 50%);
|
|
|
|
h1 {
|
|
color: @grayDarker;
|
|
font-size: 40px;
|
|
small {
|
|
letter-spacing: normal;
|
|
font-family: @sansFontFamily;
|
|
font-size: @baseFontSize;
|
|
margin-left: 20px;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.stripe-ad {
|
|
margin-bottom: 22px;
|
|
.lead {
|
|
margin-top: 10px;
|
|
margin-right: 30px;
|
|
}
|
|
}
|
|
|
|
.btn-github {
|
|
.buttonBackground(@white, mix(@grayLighter, @grayLight, 50%));
|
|
}
|
|
|
|
.btn-primary, .btn-github {
|
|
color: @grayDark;
|
|
text-shadow: 0 -1px 0 rgba(255,255,255,.25);
|
|
&:hover {
|
|
text-shadow: 0 -1px 0 rgba(255,255,255,.25);
|
|
color: @grayDark;
|
|
}
|
|
}
|
|
|
|
section {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
#social-buttons {
|
|
ul.unstyled { margin: 0; }
|
|
|
|
padding: 22px 0 17px;
|
|
text-align: center;
|
|
background-color: #f5f5f5;
|
|
border-top: 1px solid #fff;
|
|
border-bottom: 1px solid #ddd;
|
|
.btn {
|
|
// font-family: @serifFontFamily;
|
|
font-weight: bold;
|
|
// font-size: @baseFontSize;
|
|
padding: 0px 5px;
|
|
line-height: @baseLineHeight - 3;
|
|
}
|
|
.count.btn {
|
|
background: @white;
|
|
font-weight: normal;
|
|
}
|
|
.watch, .fork {
|
|
margin-right: 30px;
|
|
}
|
|
}
|
|
|
|
.the-icons {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
li {
|
|
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;
|
|
}
|
|
|
|
&: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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#why, #whats-new {
|
|
.row {
|
|
margin-bottom: 20px;
|
|
}
|
|
h4 {
|
|
// line-height: 28px;
|
|
[class^="icon-"],
|
|
[class*=" icon-"] {
|
|
vertical-align: -10%;
|
|
font-size: 28px;
|
|
// width: 30px;
|
|
// height: 30px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
#examples {
|
|
.btn-toolbar {
|
|
margin-top: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
#integration {
|
|
.row { margin-bottom: 40px; }
|
|
}
|
|
|
|
#examples, #code {
|
|
form {
|
|
margin-bottom: 25px;
|
|
input {
|
|
line-height: 1; // fixes a safari placeholder alignment issue
|
|
}
|
|
}
|
|
|
|
.rating {
|
|
unicode-bidi: bidi-override;
|
|
direction: rtl;
|
|
|
|
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;
|
|
}
|
|
|
|
span.star:hover:before, span.star:hover ~ span.star:before {
|
|
content: "\f005"; // solid star
|
|
color: #e3cf7a;
|
|
}
|
|
}
|
|
}
|
|
|
|
#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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.modal {
|
|
width: 560px;
|
|
max-height: 610px;
|
|
.modal-body {
|
|
*overflow: hidden; // ie7 fix
|
|
max-height: none;
|
|
padding-bottom: 0;
|
|
.row { margin-bottom: 15px; }
|
|
div.thumbnail {
|
|
text-align: center;
|
|
div { margin: 8px; }
|
|
}
|
|
.icon6 {
|
|
width: 330px;
|
|
> div.thumbnail > div { .icon-size(280px); }
|
|
}
|
|
.icon5 {
|
|
width: 180px;
|
|
> div.thumbnail > div { .icon-size(140px); }
|
|
}
|
|
.icon4 {
|
|
width: 215px;
|
|
> div.thumbnail > div { .icon-size(112px); }
|
|
}
|
|
.icon3 {
|
|
width: 120px;
|
|
> div.thumbnail > div { .icon-size(56px); }
|
|
}
|
|
.icon2 {
|
|
width: 75px;
|
|
> div.thumbnail > div { .icon-size(28px); }
|
|
}
|
|
.icon1 {
|
|
width: 60px;
|
|
> div.thumbnail > div { .icon-size(14px); }
|
|
}
|
|
}
|
|
}
|
|
|
|
.label,
|
|
.badge {
|
|
background-color: @grayLighter;
|
|
}
|
|
|
|
.well.well-transparent {
|
|
background-color: transparent;
|
|
}
|
|
|
|
footer {
|
|
// #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);
|
|
margin-top: 60px;
|
|
padding-top: 45px;
|
|
padding-bottom: 60px;
|
|
*zoom: 1; // ie7 hack
|
|
ul {
|
|
// margin-left: 30px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.project { margin-top: 10px; }
|
|
}
|