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

@yellow: rgb(255, 203, 3);
@darkred: rgb(56, 8, 0);
@lightred: rgb(79, 13, 0);

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

@panel-default-heading-bg: @darkred;
@panel-default-text:       @yellow;
@panel-bg:                 @lightred;

@text-color:               @yellow;

h1 { color: @yellow; }

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

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

.gpn18 {
	background-image: url(mate-rot.png);
	background-repeat: no-repeat;
	background-size: 320px 240px;

	position: fixed;
	left: 10px;
	bottom: 40px;

	width: 320px;
	height: 240px;

	opacity: 0.4;
	z-index: -100;

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

body {
    background: url(background.png) no-repeat right top;
}