2026-08-18 21:44:09 +03:00
|
|
|
:root{--text:#182230;--text-muted:#667085;--surface:#fff;--surface-soft:#f8fafc;--surface-strong:#edf1f5;--border:#dfe5ec;--accent:#2477c5;--accent-strong:#185a98;--accent-soft:#91bfe8;--accent-pale:#e9f3fc;--success:#269368;--danger:#c84646;--shadow-sm:0 5px 16px rgba(16,24,40,.05);--shadow-md:0 16px 36px rgba(16,24,40,.10)}
|
|
|
|
|
*{box-sizing:border-box}
|
2023-05-14 22:07:16 +03:00
|
|
|
body {
|
|
|
|
|
margin: 0;
|
2026-08-18 21:44:09 +03:00
|
|
|
font-family: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
|
|
|
|
|
color:var(--text);background:#f3f5f8;
|
2023-05-14 22:07:16 +03:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-08 19:50:19 +03:00
|
|
|
h1, h2, h3, h4 {
|
|
|
|
|
font-family: 'Rubik', sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
2023-05-14 22:07:16 +03:00
|
|
|
code {
|
|
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
|
|
|
monospace;
|
|
|
|
|
}
|
2023-06-22 19:20:21 +03:00
|
|
|
|
2023-12-25 12:09:58 +02:00
|
|
|
ul {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
padding-inline-start: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
thead {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-08 19:50:19 +03:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Rubik';
|
|
|
|
|
src: url('../assets/Rubik-Medium.ttf') format('truetype');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
}
|
|
|
|
|
|
2026-08-18 21:44:09 +03:00
|
|
|
.primary,.secondary,button {
|
|
|
|
|
min-height:38px;background-color:var(--surface-strong);border:1px solid transparent;border-radius:9px;padding:8px 14px;
|
2023-06-22 19:20:21 +03:00
|
|
|
cursor: pointer;
|
2023-08-08 19:50:19 +03:00
|
|
|
font-family: 'Rubik', sans-serif;
|
2023-06-22 19:20:21 +03:00
|
|
|
}
|
|
|
|
|
|
2026-08-18 21:44:09 +03:00
|
|
|
.primary{background:var(--accent);color:#fff}.primary:hover{background:var(--accent-strong)}
|
|
|
|
|
input[type=text],input[type=date],input[type=datetime-local],select{min-height:38px;padding:7px 10px;border:1px solid #cfd7e2;border-radius:8px;background:#fff}button:disabled,input:disabled{cursor:not-allowed;opacity:.48}.appContent{min-height:calc(100vh - 73px)}
|
2024-01-01 20:25:39 +02:00
|
|
|
|
|
|
|
|
table td {
|
|
|
|
|
padding: 3px 7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table tr:nth-child(odd) {
|
|
|
|
|
background: #d6d6d6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table tr:hover {
|
|
|
|
|
background: #c0c0c0;
|
2024-01-05 16:17:00 +02:00
|
|
|
}
|
|
|
|
|
|
2024-02-11 21:44:29 +02:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Daira by LTV grafika';
|
|
|
|
|
src: url('../assets/ltv_meteo.otf') format('truetype');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-05 16:17:00 +02:00
|
|
|
.hidden {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.visible {
|
|
|
|
|
display: block;
|
2024-02-11 21:44:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-1-1 {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-1-2 {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 1fr 2fr;
|
|
|
|
|
gap: 10px;
|
2026-08-18 21:44:09 +03:00
|
|
|
}
|
|
|
|
|
.weatherIconStub{position:fixed!important;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}
|