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

@c_title: #c6cbd1;
@c_text: lighten(black, 20%);

@panel-primary-border:  @c_title;

@link-color:            @c_text;
@text-color: @c_text;

body.overview .panel-body {
    min-height: 10px;
}

body {
	background-image: url('bg.jpg');
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;

	.navbar-default, footer {
		background-color: fade(white, 20%);
		border-color: fade(white, 50%);

		.navbar-brand {
			color: #c6cbd1;
			&:hover {
				color: darken(@c_title, 10%);
			}
		}
	}

	.panel {
		background-color: fade(white, 60%);
		border-color: fade(white, 50%);
	}

	.tab-pane {
		background-color: fade(white, 60%);

		h1, h2, h3, h4 {
			color: lighten(@c_text, 20%);
		}
	}

	h1, h2, h3, h4 {
		color: @c_title;
	}

	.nav-tabs a {
		color: @c_title;
		&:hover {
			color: @c_text;
		}
	}
}
body.about p {
color: darken(white, 5%);
}