streaming-website/configs/conferences/gpn16/main.less

58 lines
1,011 B
Text
Raw Normal View History

2016-05-25 20:20:03 +00:00
@import "../../../assets/css/_structure.less";
2016-05-25 21:18:08 +00:00
@link-color: #ccc;
@panel-bg: hsla(201, 100%, 28%, 0.75);
2016-05-25 20:20:03 +00:00
@well-bg: @panel-bg;
2016-05-25 21:18:08 +00:00
@panel-primary-border: #fff;
@panel-bg: lighten(@body-bg, 5%);
@panel-default-heading-bg: hsla(201, 100%, 18%, 0.75);
2016-05-25 20:20:03 +00:00
@panel-default-text: #FFFFFF;
@navbar-default-link-color: #FFFFFF;
2016-05-25 21:18:08 +00:00
@nav-link-bg: #ff0000;
2016-05-25 20:20:03 +00:00
@nav-link-hover-bg: #000000;
2016-05-25 21:18:08 +00:00
@navbar-default-bg: hsla(201, 100%, 28%, 0.75);
@text-color: white;
2016-05-25 20:20:03 +00:00
// conference specific styles here
.banner {
color: #999;
h2 {
font-weight: normal;
}
}
.navbar-brand {
2016-05-25 21:18:08 +00:00
// color: transparent !important;
2016-05-25 20:20:03 +00:00
height: 50px;
// background-image: url('logo.png');
background-repeat: no-repeat;
background-size: auto 60px;
background-position: 15px -3px;
.icon {
2016-05-25 21:18:08 +00:00
// display: none !important;
2016-05-25 20:20:03 +00:00
}
}
footer a {
color: @link-color;
}
.nav > li > a:hover, .nav > li > a:focus {
background: #eee;
}
body {
background-image: url('background.png');
background-repeat: repeat;
}