From e4b352b74dcb9ddc437151a6c974070c7deeeea2 Mon Sep 17 00:00:00 2001 From: naisu-dev <118091656+naisu-dev@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:59:30 +0900 Subject: [PATCH] Add files via upload --- bot/naisunabot.html | 40 ++++++++++++++++++++++++++++++++++++++++ index.html | 6 +++--- style.css | 24 ++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 bot/naisunabot.html diff --git a/bot/naisunabot.html b/bot/naisunabot.html new file mode 100644 index 0000000..4417174 --- /dev/null +++ b/bot/naisunabot.html @@ -0,0 +1,40 @@ + + + + + naisuのサイト + + + +

naisuのサイト | naisunabot - Discordbot

+ + + diff --git a/index.html b/index.html index c652c59..3830eb4 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ -

naisuのサイトへようこそ!

+

naisuのサイト

diff --git a/style.css b/style.css index d17cfc7..a98cbf1 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,11 @@ body { margin:0 auto; } +.mainlink { + color: #000000; + text-decoration: none; +} + .link { color: #eb6101; } @@ -19,3 +24,22 @@ body { font-size: 150%; list-style-type: none; } + +.midashi2 { + font-size: 130%; + list-style-type: none; + /* border-left: solid 6px #2d8fdd; + background: #f1f8ff; + margin-bottom: 3px; + line-height: 1.5; + padding: 0.5em; */ + color: #1e366a; + border-top: solid #1e366a 1px;/*上のボーダー*/ + border-bottom: solid #1e366a 1px;/*下のボーダー*/ + padding: 0.5em 0 0.5em 1.5em; +} + +.argli { + color: #165e83; + list-style-type: none; +}