From 5975a431322a0785c66d49575b3efb6157815d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=AE?= Date: Mon, 4 Jul 2022 07:20:06 +0900 Subject: [PATCH] First commit. --- index.php | 41 +++++++++++++++++++++++++++++++++++++++++ style.css | 21 +++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 index.php create mode 100644 style.css diff --git a/index.php b/index.php new file mode 100644 index 0000000..ee3e7c3 --- /dev/null +++ b/index.php @@ -0,0 +1,41 @@ + + + + + +descendants; +?> + +
Comments ()
+ + +
+
+ <?php echo $c->account->display_name ?>'s icon + account->display_name; ?> (account->fqn ?>) +
account->created_at)); ?>
+
+
+ content; ?> +
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..f1f7d75 --- /dev/null +++ b/style.css @@ -0,0 +1,21 @@ +.comment-date, .comment-body, .comment-head { + color: #f66; +} + +a { + color: #aa0; +} + +hr { + color: #e9e967; +} + +.comment-head { + font-size: 24px; + font-weight: bolder; +} + +.comment-meta { + background-color: rgba(100, 0, 0, 0.3); + padding: 4px; +}