Fork-Awesome/src/assets/less/site/jumbotron-carousel.less

53 lines
1.3 KiB
Plaintext
Raw Normal View History

2013-10-06 03:40:57 +08:00
#icon-carousel {
@size: 220px;
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 {
background-color: @jumbotron-text;
color: @jumbotron-bg;
text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
}
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;
color: mix(@jumbotron-text, @jumbotron-bg, 40%);
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
a { color: mix(@jumbotron-text, @jumbotron-bg, 70%); }
a:hover { color: mix(@jumbotron-text, @jumbotron-bg, 100%); }
2013-10-06 03:40:57 +08:00
}
}