diff --git a/hinamizawa.txt b/hinamizawa.txt deleted file mode 100644 index bf73d5d..0000000 --- a/hinamizawa.txt +++ /dev/null @@ -1,99 +0,0 @@ - - $hinamizawa_total = disk_total_space("/data/"); - $hinamizawa_free = disk_free_space("/data/"); - $hinamizawa_used = getDifference($hinamizawa_total, $hinamizawa_free); - $hinamizawa_percent = - getPercentageUsed($hinamizawa_total, $hinamizawa_used); - $maebara_total = disk_total_space("/data/maebara/"); - $maebara_free = disk_free_space("/data/maebara/"); - $maebara_used = getDifference($maebara_total, $maebara_free); - $maebara_percent = - getPercentageUsed($maebara_total, $maebara_used); - $houjou_total = disk_total_space("/data/houjou/"); - $houjou_free = disk_free_space("/data/houjou/"); - $houjou_used = getDifference($houjou_total, $houjou_free); - $houjou_percent = - getPercentageUsed($houjou_total, $houjou_used); - $ryuuguu_total = disk_total_space("/data/ryuuguu/"); - $ryuuguu_free = disk_free_space("/data/ryuuguu/"); - $ryuuguu_used = getDifference($ryuuguu_total, $ryuuguu_free); - $ryuuguu_percent = - getPercentageUsed($ryuuguu_total, $ryuuguu_used); - $sonozaki_total = disk_total_space("/data/sonozaki/"); - $sonozaki_free = disk_free_space("/data/sonozaki/"); - $sonozaki_used = getDifference($sonozaki_total, $sonozaki_free); - $sonozaki_percent = - getPercentageUsed($sonozaki_total, $sonozaki_used); - - - #bernkastel { /* red */ - color: #ee0000; - } - - - .hinamizawa { /* furude? */ - --bg: #637bc0; - background: var(--bg, #637bc0); - } - .maebara { - --bg: #835e4c; - background: var(--bg, #835e4c); - } - .houjou { - --bg: #ebd076; - background: var(--bg, #ebd076); - } - .ryuuguu { - --bg: #faaa66; - background: var(--bg, #faaa66); - } - .sonozaki { - --bg: #86c9a8; - background: var(--bg, #86c9a8); - } - - - #st-lucia { - color: #5059bd - } - #angel-mort { - color: #5877a2; - } - - - -
Gods and dice are both best when silent.
- - -a famous artist, his loving wife, and their charismatic son
- - - -a little girl awaiting the return of her big brother
- - -a caring father and his superstitious daughter
- - -a grandmother of twins carrying on her stone face
- - - -a private school where research is exchanged
- - - -a restaurant where luxury is served
- - - -Child of Man. What is it you seek from this World?
\ No newline at end of file diff --git a/public/css/base.css b/public/css/base.css index 8798eaa..d845c11 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -5,7 +5,7 @@ header, #drives, #services, footer { } .drive { float: left; - width: 33%; + width: 20%; } .chart { height: 80%; @@ -17,7 +17,7 @@ circle { cy: 10; } .pie { - fill: #e6ddcc; + fill: #bbb; r: 10; } .piece { @@ -36,7 +36,7 @@ em { } .service { float: left; - width: 33%; + width: 25%; } /* breakpoints at 850px and 475px */ diff --git a/public/css/flavour.css b/public/css/flavour.css index 8b13789..9433f41 100644 --- a/public/css/flavour.css +++ b/public/css/flavour.css @@ -1 +1,38 @@ +/* background */ +body { + background: url(../img/shirakawa.jpg); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + background-color: #704214; + color: #fff; + text-shadow: 1px 1px #000; + + text-align: center; +} + +/* colours */ +#hinamizawa { + color: #e00; +} + +#furude { + stroke: #637bc0; +} +#maebara { + stroke: #835e4c; +} +#houjou { + stroke: #ebd076; +} +#ryuuguu { + stroke: #faaa66; +} +#sonozaki { + stroke: #86c9a8; +} + +#hanyuu { + color: #d1d0e3; +} diff --git a/public/index.php b/public/index.php index 7422c94..5820aa1 100644 --- a/public/index.php +++ b/public/index.php @@ -8,7 +8,7 @@ $driveValues = getDriveValues($machine->drives); ?> -