From f088a6594c15951b85a56129944afa51a62dc765 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 15 Apr 2021 23:18:09 +0200 Subject: Update the config --- static/favicon.ico | Bin 0 -> 1150 bytes static/global.css | 16 ++++++++++++++++ static/robots.txt | 1 + 3 files changed, 17 insertions(+) create mode 100644 static/favicon.ico create mode 100644 static/global.css (limited to 'static') diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..d75d248 Binary files /dev/null and b/static/favicon.ico 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: -- cgit