-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathStyle.uss
More file actions
161 lines (146 loc) · 5.1 KB
/
Style.uss
File metadata and controls
161 lines (146 loc) · 5.1 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
.Label {
-unity-font-definition: url("project://database/Assets/Art/Fonts/ShareTechMono-Regular/ShareTechMono-Regular.ttf?fileID=12800000&guid=ba952712555b503458be5a0ebcad7e60&type=3#ShareTechMono-Regular");
font-size: 27px;
-unity-font-style: bold;
color: rgb(164, 164, 73);
text-shadow: 2px 2px 0 rgba(255, 1, 86, 0.47);
-unity-text-align: upper-center;
}
.unity-progress-bar__title {
-unity-font-definition: url("project://database/Assets/Art/Fonts/ShareTechMono-Regular/ShareTechMono-Regular.ttf?fileID=12800000&guid=ba952712555b503458be5a0ebcad7e60&type=3#ShareTechMono-Regular");
font-size: 18px;
top: -10px;
-unity-font-style: bold;
color: rgb(164, 164, 73);
text-shadow: 2px 2px 0 rgba(255, 1, 86, 0.47);
-unity-text-align: upper-center;
}
.unity-progress-bar__background {
background-color: rgb(51, 51, 51);
border-left-color: rgb(0, 254, 254);
border-right-color: rgb(0, 254, 254);
border-top-color: rgb(0, 254, 254);
border-bottom-color: rgb(0, 254, 254);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.unity-progress-bar__progress {
background-color: rgb(65, 65, 65);
border-bottom-width: 1px;
border-bottom-color: rgb(0, 254, 254);
border-right-color: rgb(255, 255, 0);
border-right-width: 1px;
border-top-color: rgb(255, 0, 255);
border-top-width: 1px;
border-left-color: rgb(255, 255, 0);
border-left-width: 1px;
border-top-left-radius: 0;
}
.container {
width: 30%;
position: absolute;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
background-color: rgb(51, 51, 51);
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
border-left-color: rgb(0, 254, 254);
border-right-color: rgb(0, 254, 254);
border-top-color: rgb(0, 254, 254);
border-bottom-color: rgb(0, 254, 254);
padding-top: 20px;
padding-right: 35px;
padding-bottom: 20px;
padding-left: 20px;
left: -85px;
}
.button {
width: 50%;
background-color: rgb(90, 90, 90);
-unity-font-definition: url("project://database/Assets/Art/Fonts/ShareTechMono-Regular/ShareTechMono-Regular.ttf?fileID=12800000&guid=ba952712555b503458be5a0ebcad7e60&type=3#ShareTechMono-Regular");
font-size: 20px;
color: rgb(255, 255, 255);
text-shadow: -1.5px 2px 0 rgb(0, 0, 0);
}
.hover {
cursor: url("project://database/Assets/Art/Texture/pointer.png?fileID=2800000&guid=7e6c249b1dae14f918e70b7fd01d98c1&type=3#pointer");
border-left-color: rgba(0, 0, 0, 0.5);
border-right-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
border-bottom-color: rgba(0, 0, 0, 0.5);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: rgb(75, 75, 75);
}
.button:hover {
cursor: url("project://database/Assets/Art/Texture/pointer.png?fileID=2800000&guid=7e6c249b1dae14f918e70b7fd01d98c1&type=3#pointer");
border-left-color: rgba(0, 0, 0, 0.5);
border-right-color: rgba(0, 0, 0, 0.5);
border-top-color: rgba(0, 0, 0, 0.5);
border-bottom-color: rgba(0, 0, 0, 0.5);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: rgb(75, 75, 75);
}
.button.loaded:hover {
background-color: rgba(0, 254, 254, 0.5);
}
.loaded {
width: 50%;
background-color: rgba(0, 254, 254, 0.5);
-unity-font-definition: url("project://database/Assets/Art/Fonts/ShareTechMono-Regular/ShareTechMono-Regular.ttf?fileID=12800000&guid=ba952712555b503458be5a0ebcad7e60&type=3#ShareTechMono-Regular");
font-size: 20px;
}
.highlight {
width: 50%;
background-color: rgba(254, 147, 0, 0.5);
-unity-font-definition: url("project://database/Assets/Art/Fonts/ShareTechMono-Regular/ShareTechMono-Regular.ttf?fileID=12800000&guid=ba952712555b503458be5a0ebcad7e60&type=3#ShareTechMono-Regular");
font-size: 20px;
}
.loaded {
width: 50%;
background-color: rgba(0, 254, 254, 0.5);
-unity-font-definition: url("project://database/Assets/Art/Fonts/ShareTechMono-Regular/ShareTechMono-Regular.ttf?fileID=12800000&guid=ba952712555b503458be5a0ebcad7e60&type=3#ShareTechMono-Regular");
font-size: 20px;
}
.high-quality {
}
.low-quality {
}
.button-loader {
}
.text {
overflow: visible;
font-size: 50px;
visibility: visible;
color: rgb(255, 255, 255);
-unity-font-style: normal;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 1px;
border-left-width: 0;
border-bottom-color: rgba(133, 133, 133, 0.2);
padding-bottom: 12px;
margin-bottom: 10px;
-unity-text-align: upper-center;
text-shadow: 3px 3px 2px rgb(0, 0, 0);
white-space: pre-wrap;
}