From c3dfd873c4eb305990ba86e0d813ec31e79def46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 11 Aug 2022 21:42:42 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=81=AE?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/index.php | 2 +- www/style.css | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/www/index.php b/www/index.php index c4c8988..131e259 100644 --- a/www/index.php +++ b/www/index.php @@ -118,7 +118,7 @@
-

ロゴ

+

ロゴ

トップ | diff --git a/www/style.css b/www/style.css index 0d56410..02ef191 100644 --- a/www/style.css +++ b/www/style.css @@ -3,6 +3,11 @@ body { color: #fcfcfc; } +.headerimg { + border: 1px solid #dd0000; + box-shadow: 0px 0px 11px 5px #ff0000; +} + .jswarning, .error { color: rgb(252, 252, 252); padding: 10px; @@ -30,7 +35,7 @@ a { h1 { text-align: center; - margin: 4px; + margin: 32px; } hr { @@ -49,6 +54,7 @@ hr { max-width: 800px; padding: 8px; background-color: #320202; + box-shadow: 0px 0px 11px 5px #ff0000; } .central { @@ -71,5 +77,5 @@ input[type="text"] { .submit { text-align: center; - margin-top: 8px; + margin-top: 32px; }