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; }