blob: 8b0f2743c03212caf9ef36ff94c25fd3e2eb3d75 [file] [log] [blame]
Davit Tabidze207ce082024-04-09 19:15:25 +04001:root:not([data-theme]) {
2 --pico-background-color: unset;
3 --pico-color: unset;
4}
5
6body {
7 margin: 0;
8 padding: 0;
9 font-family: Arial, sans-serif;
10 display: flex;
11 height: 100vh;
12 padding-left: 10px !important;
13 padding-right: 10px !important;
14 background-color: black;
15}
16
17#left-panel {
18 width: 80px;
19 background-color: #f0f0f0;
20 border-radius: 10px;
21 border-width: 1px;
22 border-color: black;
23 display: flex;
24 flex-direction: column;
25 align-items: center;
26 margin-top: 5px;
27 margin-bottom: 5px;
28}
29
30.app-list {
31 display: flex;
32 flex-direction: column;
33 align-items: center;
34}
35
36#right-panel {
37 flex: 1;
38 background-color: #f0f0f0;
39 margin: 5px;
40 padding: 2px;
41 border-radius: 10px;
42 border-color: black;
43}
44
45#appFrame {
46 border-radius: 10px;
47}
48
49.app-icon-tooltip {
50 position: relative;
51 display: inline-block;
52 align-items: flex-start;
53 justify-content: center;
54 cursor: initial;
55 width: 80px !important;
56 height: 50px !important;
57 margin-bottom: 10px !important;
58 cursor: pointer !important;
59 --pico-background-color: unset !important;
60 --pico-color: unset !important;
61}
62
63.tooltip {
64 position: absolute;
65 width: 200px;
66 border-radius: 0 10px 10px 0;
67 top: 70%;
68 left: 98%;
69 transform: translateY(-50%);
70 background-color: black;
71 color: white;
72 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
73 padding: 5px;
74 z-index: 1;
75 display: flex;
76 flex-direction: column;
77 align-items: center;
78 visibility: hidden;
79 opacity: 0;
80 cursor: auto;
81 font-size: 16px;
82}
83
84.help-button {
85 margin-top: 5px !important;
86 padding: 0 !important;
87 border: 0 !important;
88 margin-bottom: 5px !important;
89 width: 100% !important;
90 color: white !important;
91 cursor: pointer !important;
92 font-size: 16px !important;
93}
94
95.icon {
96 display: flex;
97 justify-content: center;
98 align-items: center !important;
99}
100
101.tooltip p {
102 color: white;
103 margin: 0;
104 cursor: auto;
105}
106
107.app-icon-tooltip:hover {
108 transform: scale(1.15);
109}
110
111.app-icon-tooltip .background-glow {
112 position: absolute;
113 top: 0;
114 left: 4px;
115 right: 4px;
116 bottom: 0;
117 background: rgba(0, 0, 0, 0);
118 pointer-events: none;
119 border-radius: 5px;
120 box-shadow: 0px 0px 7px 7px black;
121}
122
123.modal-left {
124 width: 30%;
125 overflow-y: auto;
126 float: left;
127 margin-left: 0px;
128 background-color: #fbfcfc;
129 border-radius: 2px;
130}
131
132.modal-right {
133 /* flex: 1; */
134 width: 70%;
135 overflow-y: auto;
136 float: right;
137 margin-left: 2px;
138}
139
140.app-help-modal {
141 position: fixed;
142 top: 0;
143 left: 0;
144 width: 100%;
145 height: 100%;
146 display: flex;
147 align-items: center;
148 justify-content: center;
149 flex-direction: column;
150 overflow: hidden;
151}
152
153.app-help-modal-article {
154 display: flex;
155 flex-direction: row;
156 width: 100%;
157 max-width: 100%;
158 min-height: 97%;
159 max-height: 97%;
160 overflow: hidden;
161}
162
163.app-info-modal-article header {
164 flex: 0 0 auto;
165}
166
167header {
168 display: flex;
169 justify-content: space-between;
170 align-items: center;
171 position: relative;
172 margin-bottom: 2px !important;
173}
174
175.close-button {
176 padding: 0;
177 border: none;
178 background: none;
179 cursor: pointer;
180 outline: none;
181 width: 1.5em;
182 height: 1.5em;
183 position: absolute;
184 top: 11px;
185 right: 5px;
186}
187
188.modal-article {
189 min-width: 80% !important;
190 max-width: 80% !important;
191 min-height: 90% !important;
192 max-height: 90% !important;
193 overflow: hidden;
194}
195
196.help-content {
197 display: none;
198}
199
200.circle {
201 width: 50px;
202 height: 50px;
203 border-radius: 50%;
204 background-color: #ccc;
205 display: flex;
206 justify-content: center;
207 align-items: center;
208}
209
210.circle p {
211 font-size: 24px;
212 text-align: center;
213 line-height: 50px;
214 margin: 0;
215 position: relative;
216 display: inline-block;
217}
218
219.user-circle {
220 min-width: 80px !important;
221 max-width: 80px !important;
222 cursor: pointer;
223 display: flex;
224 align-items: center;
225 justify-content: center;
226}
227
228.separator {
229 margin-top: 2px !important;
230 margin-bottom: 4px !important;
231 border-width: 2px !important;
232 border-color: black !important;
233 width: 100% !important;
234}
235
gio106b0242024-05-21 12:17:03 +0400236.modal-left ul {
Davit Tabidze207ce082024-04-09 19:15:25 +0400237 padding-inline-start: 0px !important;
238 margin-bottom: 0px;
239 list-style: none;
240 font-size: 14px;
241}
242
gio106b0242024-05-21 12:17:03 +0400243.modal-left ul li {
Davit Tabidze207ce082024-04-09 19:15:25 +0400244 list-style: none !important;
245 padding-inline-start: 19px !important;
246 margin-bottom: 0px;
247 font-size: 16px !important;
248}
249
gio106b0242024-05-21 12:17:03 +0400250.modal-left ul li a {
251 --pico-text-decoration: none;
252 cursor: pointer;
253}
254
255.modal-left ul li a[aria-current] {
256 color: var(--pico-primary);
257}
258
Davit Tabidze207ce082024-04-09 19:15:25 +0400259.tooltip-user {
260 position: absolute;
261 top: 54px;
262 left: 90px;
263 transform: translateY(-50%);
264 width: 234px;
265 background-color: black;
266 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
267 padding: 5px;
268 z-index: 1;
269 display: flex;
270 flex-direction: column;
271 align-items: center;
272 visibility: hidden;
273 opacity: 0;
274 border-radius: 0 0 10px 0;
275 cursor: auto;
276}
277
278.tooltip-user button {
279 margin-top: 5px !important;
280 padding: 0 !important;
281 border: 0 !important;
282 margin-bottom: 5px !important;
283 width: 100% !important;
284 color: white !important;
285 cursor: pointer !important;
286 font-size: 19px !important;
287}
288
289.tooltip-user p {
290 color: white;
291 margin: 0;
292 cursor: auto;
293 font-size: 19px;
294 /* align-self: flex-start; */
295}