Release 0.9.0

This commit is contained in:
2025-11-21 07:26:02 +01:00
committed by ecv
commit 472f0812e7
240 changed files with 20033 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
@import url("310-header_widgets.css");
body > header > div > hgroup {
position: absolute;
right: 0; top: 0;
}
body > header > div > hgroup > h1 {
font-size: var(--main_bar_height);
color: var(--lcars-tanoi);
background-color: var(--background);
font-family: "SWISS 911 Ultra Compressed BT", sans-serif;
text-transform: uppercase;
padding: 0 0.25em;
white-space: nowrap;
}
body > header > div #header_widgets {
position: absolute;
height: calc(var(--main_shoulder_height) - var(--main_bar_height));
right: 0; bottom: 0; left: 0;
display: flex;
}