From 3927a5dea40aa50213bda4895c34e296f122b9d3 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 24 Feb 2024 22:39:06 +0100 Subject: Test new 1.22 http routes --- assets/css/style.css | 53 ---------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 assets/css/style.css (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css deleted file mode 100644 index 3ef4259..0000000 --- a/assets/css/style.css +++ /dev/null @@ -1,53 +0,0 @@ -body { - font-family: 'Eurofur', sans-serif; - margin: 5% 10%; - color: #222; -} -a { - color: #05A; - text-decoration: none; -} -pre, code, textarea { - font-family: 'Monofur', monospace; -} -pre { - line-height: 120%; - border: thin solid #CDE; - overflow: auto; - padding: 1ex 2ex; -} -hr { - color: #CDE; -} -img, pre { - border-radius: 1ex; -} -blockquote { - border-left: thick solid #CCC; - margin-left: 1ex; - padding-left: 2ex; -} -dd { - padding-bottom: 1em; -} -nav { - float: right; -} -nav a, nav span { - padding: 1ex; -} -nav span { - text-align: right; - font-size: large; - font-weight: bold; - color: #F50; -} -td { - padding: 0 1em; -} -tr:nth-child(even) { - background: #FFF; -} -tr:nth-child(odd) { - background: #EEE; -} -- cgit v1.2.3