summaryrefslogtreecommitdiffstats
path: root/cwd/assets/altcraft/ui/pause-styles.rcss
blob: e8e5a082cb49039903d716b64358554ec8902807 (plain) (blame)
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
.body-pause {
    background-color: #000000AA;
}

#continue {
    display: inline-block;
    width: 45%;
    height: 8%;
    position: fixed;
    margin: 20% auto auto;
}

#advancements {
    display: inline-block;
    width: 22%;
    height: 8%;
    position: fixed;
    margin: 30% auto auto 27.5%;
}

#statistics {
    display: inline-block;
    width: 22%;
    height: 8%;
    position: fixed;
    margin: 30% 27.5% auto auto;
}

#options {
    display: inline-block;
    width: 45%;
    height: 8%;
    position: fixed;
    margin: 43% auto auto;
}

#disconnect {
    display: inline-block;
    width: 45%;
    height: 8%;
    position: fixed;
    margin: 53% auto auto;
}