summaryrefslogtreecommitdiffstats
path: root/cwd/assets/altcraft/ui/main-menu-styles.rcss
blob: ee868944d73039e48b2c922c1ef0651541fee74c (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body {
    background-color: #160f08;
    color: white;
    font-family: "open sans";
    width: 100%;
    height: 100%;
    text-align: center;
}

.menu {
    width: 50%;
    margin: auto;
    background-color: #a79f9c;
}

.mc-title {
    color: #8e8e8e;
    display: block;
}

.mc-p {
    color: #d6d4d6;
    display: block;
    text-align: left;
    font-size: 4vh;
}

.mc-text {
    border-width: 2dp;
    border-color: #9f9793;
    background-color: #010001;
    color: #d6d4d6;
    text-align: center;
    vertical-align: middle;
    font-size: 5vh;
}

.mc-button {
    border-width: 2dp;
    border-color: #14110c;
    background-color: #6e6f70;
    color: #c5c6c7;
    text-align: center;
    vertical-align: middle;
    font-size: 5vh;
}

.mc-button:hover {
    background-color: #7e86bc;
}

#title {
    margin: 0% auto auto;
    font-size: 20vh;
}

#disclaimer {
    width: 70%;
    margin: 0 auto;
}

#hostname-text {
    width: 70%;
    margin: 5% auto;
}

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

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

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

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

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