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

// conference specific styles here

@darker-grey:   lighten(black, 15%);
@dark-grey:     lighten(black, 20%);
@light-grey:    lighten(black, 30%);
@lighter-grey:  lighten(black, 40%);

// often configured values (and their defaults):

@brand-primary:         #aaa;
@text-color:            white;

@link-color:            white;
@link-hover-color:      @lighter-grey;

@navbar-default-color:  white;
@navbar-default-bg:     #000;

@navbar-default-border: white;

@navbar-default-link-color:       white;

body {
    background-color: black;
}


img.MRMCD16 {
	width: 500px;
	position: absolute;
	bottom: 30px;
	left: 10px;
	z-index: -100;
}