From 83094a255627d55df2cd96d9c1b0be7a3ea2b198 Mon Sep 17 00:00:00 2001 From: cbdev Date: Mon, 11 Jul 2022 20:46:14 +0200 Subject: Initial admin templates and logic --- assets/admin.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 assets/admin.css (limited to 'assets') diff --git a/assets/admin.css b/assets/admin.css new file mode 100644 index 0000000..4fdc5fb --- /dev/null +++ b/assets/admin.css @@ -0,0 +1,45 @@ +#dirlisting { + text-align: left; +} + +#create { + text-align: center; + padding: 2em 2em 0 2em; +} + +#message { + padding: 2em; + font-weight: bold; + font-size: 120%; + color: #302; + background-color: #df2266; + border-radius: 1em; + margin: 1em auto; + width: 50%; +} + +div.entry { + padding: 0.5em; + margin: 0.5em; + background-color: #4467ae55; + display: flex; + vertical-align: center; +} + +div.entry a.button { + padding: 0.5em; + background-color: #c8e; + text-decoration: none; + margin-left: 0.5em; + display: block; + border-radius: 0.5em; +} + +a.delete { + background-color: #f79 !important; +} + +a.directory { + text-decoration: none; + color: #aade88; +} -- cgit v1.2.3