aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.less
blob: ac92b2e686078f16987efbfeba37a7ad48e4bbea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@import "_structure.less";

// conference specific styles here

// often configured values (and their defaults):
//
//  @brand-primary:         #337ab7;
//  @text-color:            @gray-dark;
//
//  @link-color:            @brand-primary;
//  @link-hover-color:      darken(@link-color, 15%);
//
//  @navbar-default-color:  #777777;
//  @navbar-default-bg:     #f8f8f8;
//
//  @navbar-default-link-color:       #777;
//  @navbar-default-link-hover-color: #333;





// colors of the schedule ("Fahrplan") widget below the video-player
//
//  @schedule-now:       @brand-danger;
//  @schedule-now-bg:    fade(lighten(@brand-danger, 5%), 60%);
//  @schedule-border:    lighten(@brand-primary, 50%);
//
//  @schedule-room:      darken(@brand-primary, 15%);
//  @schedule-author:    #444;
//
//  @schedule-selected-room: lighten(@brand-success, 10%);
//
//  @schedule-daychange:    darken(@brand-primary, 20%);
//  @schedule-daychange-bg: fade(white, 30%);
//
//  @schedule-gap:          darken(@brand-primary, 20%);
//  @schedule-gap-bg:       fade(white, 30%);
//
//  @schedule-pause:        white;
//  @schedule-pause-bg:     lighten(black, 85%);