roundabout,
created on Wednesday, 10 July 2024, 15:32:33 (1720625553),
received on Wednesday, 31 July 2024, 06:54:50 (1722408890)
Author identity: vlad <vlad.muntoiu@gmail.com>
30eac1f8f64e9c085cdc1babaad2b851a6d0e9e6
config.py
@@ -7,7 +7,7 @@ site_name: str = "roundabout-host.com"
help_url: str = "https://roundabout-host.com/" DB_PASSWORD: str = os.environ.get("DB_PASSWORD") DB_URI: str = f"postgresql://root:{DB_PASSWORD}@localhost/roundabout"DB_URI: str = f"postgresql://roundabout:{DB_PASSWORD}@localhost/roundabout"REDIS_URI: str = "redis://localhost" MAIL_SERVER: str = "localhost" NOTIFICATION_EMAIL: str = "notifications@roundabout-host.com"
static/efficient-ui/THEME.css
@@ -1,7 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,600;1,600&display=swap');:root, ::backdrop { /* FONTS */ --body-font: /* body text */
@@ -10,7 +6,7 @@
400 /* weight */ normal /* stretch */ 16px/20px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --table-font: normal /* style */
@@ -18,7 +14,7 @@
400 /* weight */ normal /* stretch */ 15.4px/20px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --table-header-font: normal /* style */
@@ -26,7 +22,7 @@
500 /* weight */ normal /* stretch */ 15.4px/20px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --mono-font: /* code */ normal /* style */
@@ -34,7 +30,7 @@
300 /* weight */ normal /* stretch */ 14.5px/20px /* size / line height */ "Roboto Mono", "Noto Sans Mono", "Noto Mono", "Source Code Pro", "Source Code", "source-pro-code", Cousine, Consolas, monospace /* family */"Roboto Mono", "Noto Sans Mono", "Noto Mono", "DejaVu Sans Mono", "Source Code Pro", "Source Code", "source-pro-code", Cousine, Consolas, monospace /* family */; --keyboard-font: /* keyboard */ normal /* style */
@@ -42,7 +38,7 @@
600 /* weight */ normal /* stretch */ 12px/12px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --button-font: /* buttons */ normal /* style */
@@ -50,7 +46,7 @@
600 /* weight */ normal /* stretch */ 15px/20px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --badge-font: /* badges */ normal /* style */
@@ -58,7 +54,7 @@
700 /* weight */ normal /* stretch */ 13.2px/16px /* size / line height */ "Roboto Mono", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --gui-font: /* everything not covered by something else */ var(--body-font);
@@ -72,7 +68,7 @@
700 /* weight */ normal /* stretch */ 16px/20px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --h5-font: /* h5 */ normal /* style */
@@ -80,7 +76,7 @@
900 /* weight */ normal /* stretch */ 18px/20px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --h4-font: /* h4 */ normal /* style */
@@ -88,7 +84,7 @@
700 /* weight */ normal /* stretch */ 19.5px/24px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --h3-font: /* h3 */ normal /* style */
@@ -96,7 +92,7 @@
400 /* weight */ normal /* stretch */ 22.5px/28px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --h2-font: /* h2 */ normal /* style */
@@ -104,7 +100,7 @@
300 /* weight */ normal /* stretch */ 28px/32px /* size / line height */ "Roboto", "Noto Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */"Roboto", "Noto Sans", "DejaVu Sans", system-ui, apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Arial", sans-serif /* family */; --h1-font: /* h1 */ normal /* style */