-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustommonsters_light.css
More file actions
109 lines (94 loc) · 1.76 KB
/
custommonsters_light.css
File metadata and controls
109 lines (94 loc) · 1.76 KB
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
106
107
108
109
body {
background: hsl(205, 55%, 83%);
font-family: Arial;
}
#displaymode {
font-family:'Arial';
position: absolute;
margin-left: 90%;
background-color:hsl(205, 55%, 83%);
color:hsl(222, 32%, 15%);
border-radius: 10%;
height:40px
}
#selector {
background-color: hsl(205, 55%, 83%);
filter: brightness(0.9);
position: absolute;
display: flex;
width:100%;
height:12%;
top:0%;
left:0;
}
select {
background-color: hsl(205, 55%, 83%);
filter: brightness(0.95);
font-family: "Consolas";
}
#preset-selector {
background-color: hsl(205, 55%, 83%);;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
top:12%;
height: 68%;
width: 43%;
left:55%;
}
#presets-buttons-wrapper {
display: flex;
flex-direction: row;
}
#select-preset-button {
background-color: #cfffa482;
font-family:Verdana;
width:70%
}
#export-preset-button {
background-color: #ffcda482;
font-family:Verdana;
width:30%
}
#export {
width: 100%;
bottom: 12%;
position: absolute;
display: flex;
flex-direction: column;
height: 5%;
left: 0;
}
#export-mod-button {
background-color: #47a7ca82;
font-family:Verdana;
width:100%
}
#footer {
width: 98%;
bottom: 0;
position: absolute;
padding-left: 2%;
height: 12%;
left: 0;
}
#monster-desc {
background-color: hsl(205, 55%, 83%);
position: absolute;
overflow: hidden;
border-style: dashed;
border-width: 2;
top:13%;
height: 66%;
width: 43%;
left:2%;
}
#mod-zip-button {
position: absolute;
top:0;
left:40%;
height:100%;
background-color: hsl(204, 32%, 64%);
}