From 56d58b54589cd9b2d7015208478d09339e4136dc Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 25 Jul 2021 16:49:14 -0500 Subject: porcupine tills --- source/birthday-hill/style.css | 58 ------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 source/birthday-hill/style.css (limited to 'source/birthday-hill/style.css') diff --git a/source/birthday-hill/style.css b/source/birthday-hill/style.css deleted file mode 100644 index 4903d2f..0000000 --- a/source/birthday-hill/style.css +++ /dev/null @@ -1,58 +0,0 @@ -a { - text-decoration: none; - color: #81a2be; -} - -body { - font-family: 'DejaVu Sans Mono', monospace; - margin: 40px auto; - min-width: 80ch; - max-width: 80ch; - line-height: 1.5; - font-size: 16px; - background-color: #1d1f21; - color: #c5c8c6; - padding: 0 10px; - text-align: left; - overflow-y: scroll; -} - -hr { - display: block; - margin-top: 0.5em; - margin-bottom: 0.5em; - margin-left: auto; - margin-right: auto; - border-style: inset; - border-width: 1px; -} - -table, th, td { - border: 1px solid #969896; - border-collapse: collapse; -} - -th, td { - padding: 5px; -} - -.center { - display: block; - margin-left: auto; - margin-right: auto; - width: 50%; -} - -figure { - width: 100%; - margin: 0px auto; - margin-bottom: 1em; -} - -audio { - width: 100%; -} - -img { - width: 100%; -} -- cgit v1.2.3