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

@orange: #eb7f00;
@light: rgba(123,145,153,0.1);
@medium: #7b9199;
@dark: #2d3841;

@link-color:            @orange;
@panel-primary-border:  @orange;

@panel-default-heading-bg: @light;
@panel-default-text:       @medium;

@text-color: @dark;

footer {
	background-color: @orange;

	color: white;
	a {
		color: white;
		&:hover {
			text-decoration: underline;
			color: white;
		}
	}
}

h1 { color: @medium; }


.logo {
	position: absolute;
	top: 51px + 25px;
	left: 25px;
	display: none;

	background-image: url(logo_ohne_rand.png);
	background-repeat: no-repeat;
	width: 205px;
	height: 205px;

	@media screen and (min-width: 1630px) {
		display: block;
	}
}


nav .navbar-brand .icon {
	background-image: url(logo_ohne_rand.png);
	background-size: contain;
}