commit 5975a431322a0785c66d49575b3efb6157815d06 Author: 寮 Date: Mon Jul 4 07:20:06 2022 +0900 First commit. 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; +}