From: Deskull Date: Sun, 18 Mar 2018 05:58:47 +0000 (+0900) Subject: トップページの整理まで。 / To Rearrange top page. X-Git-Url: http://git.sourceforge.jp/view?p=hengband%2Fweb.git;a=commitdiff_plain;h=486107723cf1d2e2fc5b69b9c28a939b9face9e3 トップページの整理まで。 / To Rearrange top page. --- diff --git a/src/hengband.css b/src/hengband.css index 1d48741..c0a3fb1 100644 --- a/src/hengband.css +++ b/src/hengband.css @@ -1,8 +1,8 @@ -a:link { color: #99BB99;} -a:visited { color: #99AA99;} -a:active { color: #DDF0DD;} -a:hover { color: #DDF0DD;} +a:link { color: #E09990;} +a:visited { color: #C09990;} +a:active { color: #F0DDDD;} +a:hover { color: #F0DDDD;} body { min-height: 100vh; @@ -13,6 +13,7 @@ body { flex-direction: column; justify-content: space-between; align-content: center; + align-items: center; padding: 0px; border: 0px; @@ -36,6 +37,7 @@ body { /* ヘッダ/フッタ ////////////////////////////////////////////////// */ header{ + width: 100%; background-color : #000000; display: flex; flex-direction: column; @@ -43,6 +45,7 @@ header{ footer { + width: 100%; background-color: #000000; padding: 10px 10px; @@ -146,10 +149,33 @@ section#mainMenu > a:hover box-shadow: 0 0 2px rgba(0, 0, 0, 0.30); } + +/* 本文系統 ////////////////////////////////////////////////// */ +div#main +{ + font-size: 0.8rem; + line-height: 1.3rem; + width: 70%; + + display: flex; + flex-direction: column; +} + +.paragraph > p +{ + margin: 0.5rem 1.6rem; +} + .content { - padding: 10px; - margin: 10px 30px; + padding: 0.5rem; + margin: 1rem; + display: flex; + flex-direction: row; + justify-content: center; + justify-items: center; + align-content: space-around; + align-items: center; } .update{ diff --git a/src/image/Melkor.png b/src/image/Melkor.png new file mode 100644 index 0000000..d2a73fc Binary files /dev/null and b/src/image/Melkor.png differ diff --git a/src/index.adoc b/src/index.adoc new file mode 100644 index 0000000..17606f6 --- /dev/null +++ b/src/index.adoc @@ -0,0 +1,17 @@ +:lang: ja +:doctype: article + +## 最近の告知 + +### (2018/02/10) スコアサーバの不調について + +2018/02/04より、スコアサーバの不調を確認しています。現在復旧中ですので、スコアの喪失を避けたい方は復旧まで送らないようによろしくお願いします。 + +## 変愚蛮怒とは + +変愚蛮怒はMoria/Angbandから始まる*band系ローグライクゲームのバリアント(変種)の一種です。直接にはZangbandから派生しています。 +鉄獄100Fに潜むラストボス『混沌のサーペント』を撃破して『*勝利*』を遂げるためには、キャラクターのレベルや装備だけでなく、*あなた*自身の習熟が求められます。 + +image::image/Melkor.png[Balrog/Paradin(Death)] + +## link:web_update.html[WEB更新履歴→] diff --git a/src/make.sh b/src/make.sh index b5a5725..a876b41 100644 --- a/src/make.sh +++ b/src/make.sh @@ -1,4 +1,12 @@ -#!/bin/sh -asciidoctor --no-header-footer --out-file=tmp.txt --backend=html5 -a linkcss -a stylesheet=hengband.css web_update.adoc +#!/bin/bash -cat template.html | sed '//r tmp.txt' > web_update.html +list="index web_update" + +for v in $list; do + echo ${v} + asciidoctor --no-header-footer --out-file=tmp.txt \ + --backend=html5 -a linkcss -a stylesheet=hengband.css \ + ${v}.adoc + cat template.html | sed '//r tmp.txt' > ${v}.html +done + diff --git a/src/template.html b/src/template.html index 452c755..539872d 100644 --- a/src/template.html +++ b/src/template.html @@ -32,7 +32,7 @@ バージョン履歴 関連リンク 著作権表記 - English(ComingSoon) + English (Coming Soon)