From a9486e05dcb55c30c8153f108b051f203c80ac94 Mon Sep 17 00:00:00 2001 From: Habu Date: Mon, 16 Apr 2018 21:44:38 +0900 Subject: [PATCH] =?utf8?q?[modify]2=E6=AE=B5=E7=B5=84=E3=81=BF=E3=81=A81?= =?utf8?q?=E6=AE=B5=E7=B5=84=E3=81=BF=E3=81=AE=E8=A1=A8=E3=81=A7=E8=A1=8C?= =?utf8?q?=E3=81=94=E3=81=A8=E3=81=AE=E8=89=B2=E5=88=86=E3=81=91=E3=82=92?= =?utf8?q?=E5=8C=BA=E5=88=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- score/css/score-table.css | 9 +++++++-- score/killer_ranking.php | 2 +- score/popularity_ranking.php | 4 ++-- score/score_ranking.php | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/score/css/score-table.css b/score/css/score-table.css index 3a71b2d..cc50954 100644 --- a/score/css/score-table.css +++ b/score/css/score-table.css @@ -47,8 +47,13 @@ table.score tbody td.sex text-align: center; } -table.score tbody tr:nth-child(4n+1) td, -table.score tbody tr:nth-child(4n+2) td +table.two_rows tbody tr:nth-child(4n+1) td, +table.two_rows tbody tr:nth-child(4n+2) td +{ + background-color: #f9b69a; +} + +table.one_row tbody tr:nth-child(odd) td { background-color: #f9b69a; } diff --git a/score/killer_ranking.php b/score/killer_ranking.php index 13b85a3..1865aa1 100644 --- a/score/killer_ranking.php +++ b/score/killer_ranking.php @@ -28,7 +28,7 @@ fwrite( $fp, <<変愚蛮怒 死因ランキング - +
diff --git a/score/popularity_ranking.php b/score/popularity_ranking.php index bac4509..0fb402a 100644 --- a/score/popularity_ranking.php +++ b/score/popularity_ranking.php @@ -15,7 +15,7 @@ function print_popularity_table($fp, $stat, $id_name, $name) $fp, << -
回数
+
@@ -77,7 +77,7 @@ function print_realm_popularity_table($fp, $stat, $id_name) fwrite( $fp, << +
$name
diff --git a/score/score_ranking.php b/score/score_ranking.php index 74ee09b..9025790 100644 --- a/score/score_ranking.php +++ b/score/score_ranking.php @@ -98,7 +98,7 @@ function print_score_table($fp, $scores, $rank_start) fwrite( $fp, << +
{$class_name}
-- 2.11.0
順位