summaryrefslogtreecommitdiffstats
path: root/static/base/css/page.css
diff options
context:
space:
mode:
authorAndreas Widen <andreas@harmonicflow.org>2023-11-25 17:21:37 +0100
committerAndreas Widen <andreas@harmonicflow.org>2023-11-25 17:21:37 +0100
commit1b2b7c3eb939724696894f31ff27db97b0cac84c (patch)
treeefb7b7746a628efb7bb99b2e44c9c2fbfd75b656 /static/base/css/page.css
downloadhf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.tar.xz
hf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.zip
Initial commit.
Signed-off-by: Andreas Widen <andreas@harmonicflow.org>
Diffstat (limited to 'static/base/css/page.css')
-rw-r--r--static/base/css/page.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/base/css/page.css b/static/base/css/page.css
new file mode 100644
index 0000000..25991f0
--- /dev/null
+++ b/static/base/css/page.css
@@ -0,0 +1,27 @@
+/* Harmonic Flow web site */
+/* Public domain 2017. All rights waived */
+
+h1,
+h2,
+h3,
+h4,
+h5 {
+ color: #4D4D4D;
+ line-height: 1.2em;
+}
+
+h2 {
+ font-size: 2.5em;
+ text-align: center;
+ line-height: 1.2em;
+}
+
+h3 {
+ font-size: 1.5em;
+ line-height: 1.2em;
+}
+
+.page {
+ background-color: white;
+ padding: 50px 20px;
+}