aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fiffkon18/main.less
blob: de56a6833d0b5f4e32fb2e3bddb31b883d2b4947 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
@import "../../../assets/css/_structure.less";

@font-face {
    font-family: SourceSansPro;
    src: url('fonts/SourceSansPro-Regular.otf');
}
@font-face {
    font-family: SourceSansPro;
    src: url('fonts/SourceSansPro-Bold.otf');
    font-weight: bold;
}
@font-face {
    font-family: SourceSansPro;
    src: url('fonts/SourceSansPro-Italic.otf');
    font-style: italic;
}
@font-face {
    font-family: SourceSansPro;
    src: url('fonts/SourceSansPro-BoldItalic.otf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: SourceSansPro;
    src: url('fonts/SourceSansPro-Light.otf');
    font-weight: 300;
}
@font-face {
    font-family: SourceSansPro;
    src: url('fonts/SourceSansPro-LightItalic.otf');
    font-style: italic;
    font-weight: 300;
}

// conference specific styles here
@grey:  #fafafa;
@white: #FFFFFF;
@dsred: #ff4141;
@dstext: #480202;
@black: #000000;

// often configured values (and their defaults):
//
@brand-primary:         @white;
@text-color:            black;

@link-color:            @dsred;
@link-hover-color:      darken(@dsred, 20%);

@navbar-default-color:  @dsred;
@navbar-default-bg:     @black;

@navbar-default-link-color:           @dsred;
@navbar-default-link-hover-color:     darken(@dsred, 20%);

@panel-default-border:  @grey;

.tab-pane { background-color: @black; }

.tab-pane h3 { color: @dsred; };
h1,h2,h3 { color: @white; };

.desktop-player-hint h3 {}

.nav-tabs > li > a {
	background-color: darken(@dsred, 33%);
	color: @white
	
}

nav .navbar-brand .icon {
    background-image: url("/assets/img/voctocat-inverse.svg");
    background-size: 27px 27px;
}


body {
	color: @dstext;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	background-image: url("/configs/conferences/fiffkon18/logo.png");
	background-size: cover;
}


@font-face {
	font-weight: normal;
	font-style: normal;
}

.panel-body a {
  font-weight: lighter;
}