From 9041c53b246f6ac0710543e68be727cbe722d17b Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Tue, 1 Feb 2022 00:19:04 +0000 Subject: [PATCH] Config page FossilOrigin-Name: 7318b09f6feb942d0c1807d225eabf9d5701459ae954e02474b41ebcf7159de0 --- dist/ratfe.css | 33 ++++++++++++++++++++++++++++++- static/config.html | 49 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 80 insertions(+), 2 deletions(-) diff --git a/dist/ratfe.css b/dist/ratfe.css index c45c65b..601c27b 100644 --- a/dist/ratfe.css +++ b/dist/ratfe.css @@ -154,7 +154,9 @@ ul li:first-child a.sidebarbtn border-left: 1px solid #cacaca; } -/* Posts */ +/*************************** + * Statuses * + **************************/ .status { display: flex; @@ -224,6 +226,9 @@ ul li:first-child a.sidebarbtn color: #808080; } +/*************************** + * Element Grouping * + **************************/ .group { padding: 0; @@ -252,3 +257,29 @@ ul li:first-child a.sidebarbtn border-top-right-radius: 5px; border-bottom-right-radius: 5px; } + +/************************* + * Config * + ************************/ +#config-page +{ + padding: 0 12px; +} + +#config-page h1 +{ + padding-left: 12px; + padding-bottom: 6px; + border-bottom: 1px solid #cacaca; +} + +#config-page h3 +{ + margin-left: 15px; +} + +#config-page ul +{ + list-style-type: none; + padding-left: 15px; +} diff --git a/static/config.html b/static/config.html index e8064ea..e28c475 100644 --- a/static/config.html +++ b/static/config.html @@ -1 +1,48 @@ -

Config

+
+
+

General

+

JavaScript

+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+ + +

Appearance

+

Theme variant

+
    +
  • + + +
  • +
+

Color Scheme

+
    +
  • + + +
  • +
  • + + +
  • +
+
+