diff options
| author | eqkter <thyro@gmx.ru> | 2026-05-15 20:12:21 +0200 |
|---|---|---|
| committer | eqkter <thyro@gmx.ru> | 2026-05-15 20:12:21 +0200 |
| commit | c03ef7e962b408b087cca77cef2730822aa2a25e (patch) | |
| tree | 305f27a171b167c8610d8cc1bbe193de0223e4d7 /static/css | |
| parent | 73b3979f2d75157c20c35bea7b1af41239c6617d (diff) | |
auto updating site
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/style.css | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/static/css/style.css b/static/css/style.css index 4a4ed49..d8e43b4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,22 +1,4 @@ @font-face { - font-family: "Hack"; - src: url(../fonts/Hack-Regular.ttf); - font-display: swap; -} - -@font-face { - font-family: "Kingthings Foundation"; - src: url(../fonts/Kingthings-Foundation.ttf); - font-display: swap; -} - -@font-face { - font-family: "Kingthings Exeter"; - src: url(../fonts/Kingthings-Exeter.ttf); - font-display: swap; -} - -@font-face { font-family: "Venturis Old"; src: url(../fonts/VenturisOldADF-Regular.otf); font-display: swap; @@ -160,3 +142,18 @@ p:has(> img){ margin: 5px; font-size: 110%; } + +.giallo-l { + display: inline-block; + min-height: 1lh; + width: 100%; +} +.giallo-ln { + display: inline-block; + user-select: none; + margin-right: 0.4em; + padding: 0.4em; + min-width: 3ch; + text-align: right; + opacity: 0.8; +} |