aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/denog10/main.less
blob: b8101ad38ddf91b6375941dca0f1eb79512cf01c (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
@import "../../../assets/css/_structure.less";

@gelb: #f9cd00;
@grey-lighter: #333333;
@grey-darker: #2a2a2a;
@grey-light: #c1c1c1;
@dark: #292a2d;

@brand-primary: @gelb;
@well-bg: @grey-lighter;
@navbar-default-bg: @grey-lighter;
@btn-default-bg: @grey-light;
@panel-default-heading-bg: @grey-darker;
@panel-default-text: @gelb;
@panel-bg: @grey-lighter;

body {
	background-color: @dark;
	color: @grey-light;
}

.overview .panel-title {
	font-weight: bold;
}

nav .navbar-brand .icon {
	background-image: url(denog-logo-konferenz-10_v001_yellow_white.png);
	background-size: contain;
}

.outer-div {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.denog10 {
	background-image: url(denog-logo-konferenz-10_v001_yellow_white.png);
	background-repeat: no-repeat;
	background-size: 500px 354px;

	margin: 0 auto;

	width: 500px;
	height: 354px;

	opacity: 1;
	z-index: -100;

	@media (max-width: @screen-sm-min) {
		display: none;
	}
}