aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-04-15 23:18:09 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-04-15 23:18:09 +0200
commitf088a6594c15951b85a56129944afa51a62dc765 (patch)
treee49f3f8d60d4f78c3e7591d34ff8b15ae673351c /static
parent58f7d52150456713d3132408668a92d0f6f3d084 (diff)
Update the config
Diffstat (limited to 'static')
-rw-r--r--static/favicon.icobin0 -> 1150 bytes
-rw-r--r--static/global.css16
-rw-r--r--static/robots.txt1
3 files changed, 17 insertions, 0 deletions
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..d75d248
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/global.css b/static/global.css
new file mode 100644
index 0000000..5895635
--- /dev/null
+++ b/static/global.css
@@ -0,0 +1,16 @@
+main {
+ grid-column: col-start 2 / span 11;
+}
+
+#forum {
+ display: grid;
+ font-family : 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho' , 'MS 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif;
+ grid-template-columns: repeat(12, [col-start] 1fr);
+ grid-gap: 20px;
+ grid-auto-rows: minmax(24px, auto);
+}
+
+body {
+ background-color: whitesmoke;
+}
+
diff --git a/static/robots.txt b/static/robots.txt
index eb05362..e9e57dc 100644
--- a/static/robots.txt
+++ b/static/robots.txt
@@ -1,2 +1,3 @@
+# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow: