2013-09-18 22:03:12 +02:00
|
|
|
// Colors and specificities for the theme
|
|
|
|
// ---------------------------------------------
|
|
|
|
|
|
|
|
@btn-info-bg: @brand-success;
|
|
|
|
|
2013-09-19 19:54:14 +02:00
|
|
|
// Alert
|
|
|
|
.alert.alert-normal a {
|
|
|
|
color: @alert-success-text;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2013-09-18 22:03:12 +02:00
|
|
|
// Logo
|
|
|
|
.logo {
|
|
|
|
color: @gray-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo:hover, .logo:focus {
|
|
|
|
color: @brand-primary;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo span {
|
|
|
|
color: @brand-primary;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo:hover span {
|
|
|
|
color: @gray-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Article
|
|
|
|
article.item,
|
|
|
|
.items article {
|
|
|
|
background: darken(@body-bg, 10%);
|
|
|
|
}
|
|
|
|
|
2013-09-19 19:54:14 +02:00
|
|
|
#current-item {
|
|
|
|
border-color: @brand-primary;
|
|
|
|
background-color: @body-bg;
|
|
|
|
}
|
|
|
|
|
2013-09-18 22:03:12 +02:00
|
|
|
.item nav > span {
|
|
|
|
background: @btn-primary-bg;
|
|
|
|
border: 1px solid @btn-primary-border;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item nav > span a {
|
|
|
|
color: @btn-success-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Pagination
|
|
|
|
.item nav > span { }
|