2013-10-06 03:40:57 +08:00
|
|
|
#icon-carousel {
|
|
|
|
@size: 220px;
|
2013-10-15 19:58:25 +08:00
|
|
|
margin-top: @buffer-sm;
|
2013-10-06 03:40:57 +08:00
|
|
|
font-size: @size;
|
|
|
|
text-align: center;
|
|
|
|
line-height: @size + 5;
|
2013-10-12 19:16:27 +08:00
|
|
|
text-shadow: 0 2px 0 rgba(0,0,0,0.15);
|
|
|
|
a {
|
|
|
|
color: @jumbotron-bg-dark;
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,0.25);
|
|
|
|
}
|
2013-10-06 03:40:57 +08:00
|
|
|
.carousel-control {
|
2013-10-12 19:16:27 +08:00
|
|
|
top: @size + 10px;
|
2013-10-06 03:40:57 +08:00
|
|
|
.square(30px);
|
|
|
|
background: none;
|
|
|
|
border-width: 0;
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 25px;
|
2013-10-12 19:16:27 +08:00
|
|
|
left: 300/2 - 36px;
|
2013-10-06 03:40:57 +08:00
|
|
|
&.right {
|
|
|
|
left: auto;
|
2013-10-12 19:16:27 +08:00
|
|
|
right: 300/2 - 36px;
|
2013-10-06 03:40:57 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron-carousel {
|
2013-10-12 19:16:27 +08:00
|
|
|
padding-top: 40px;
|
|
|
|
.btn {
|
|
|
|
margin-top: @buffer-lg;
|
|
|
|
font-family: @font-family-serif;
|
|
|
|
font-size: 24px;
|
|
|
|
padding: 17px 30px;
|
|
|
|
color: @jumbotron-text;
|
|
|
|
border-color: mix(@jumbotron-text, @jumbotron-bg, 75%);
|
|
|
|
background-color: @jumbotron-bg;
|
|
|
|
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
|
|
|
|
&:hover {
|
2013-10-12 20:22:50 +08:00
|
|
|
background-color: mix(@jumbotron-text, @jumbotron-bg, 95%);
|
|
|
|
border-color: mix(@jumbotron-text, @jumbotron-bg, 95%);
|
2013-10-12 19:16:27 +08:00
|
|
|
color: @jumbotron-bg;
|
2013-10-12 20:22:50 +08:00
|
|
|
text-shadow: 0 -1px 0 @jumbotron-text;
|
2013-10-12 19:16:27 +08:00
|
|
|
}
|
2013-10-06 03:40:57 +08:00
|
|
|
}
|
2013-10-12 19:16:27 +08:00
|
|
|
.shameless-self-promotion {
|
|
|
|
margin-top: @buffer-lg;
|
|
|
|
font-size: @font-size-base;
|
|
|
|
line-height: @line-height-base;
|
2013-10-12 20:22:50 +08:00
|
|
|
color: mix(@jumbotron-text, @jumbotron-bg, 50%);
|
2013-10-12 19:16:27 +08:00
|
|
|
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
|
2013-10-12 20:22:50 +08:00
|
|
|
a {
|
|
|
|
color: mix(@jumbotron-text, @jumbotron-bg, 70%);
|
|
|
|
border-bottom: dotted 1px mix(@jumbotron-text, @jumbotron-bg, 50%);
|
|
|
|
&:hover {
|
|
|
|
color: @jumbotron-text;
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: solid 1px @jumbotron-text;
|
|
|
|
}
|
|
|
|
}
|
2013-10-06 03:40:57 +08:00
|
|
|
}
|
|
|
|
}
|