summaryrefslogtreecommitdiff
path: root/stylesheets/index.css
blob: 0949e5abb29504acf19578eca892a9e250d15e62 (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
body {
    background: no-repeat 70% 30%/cover black url('/images/index/bg1k.jpg');
}

@media (min-width: 1024px), (min-height: 600px) {
    body {
        background-image: url('/images/index/bg2k.jpg');
    }
}

@media (min-width: 2048), (min-height: 1300px) {
    body {
        background-image: url('/images/index/bg4k.jpg');
    }
}

@media (min-width: 4096px), (min-height: 2700px) {
    body {
        background-image: url('/images/index/bgmax.jpg');
    }
}

main {
    position: relative;
}

#next-concert {
    position: absolute;
    bottom: 2%;
    height: 10em;
    width: 11em;
    text-align: center;
    background: no-repeat center/contain url('/images/calendar.svg');
}

#next-concert a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#next-concert p {
    position: relative;
    top: 32%;
    margin: 0;
    color: #eee;
    text-transform: uppercase;
}

#next-concert #day {
    font-weight: bold;
}