From 199753fada745e558e130a131b478ad9a9ffd0d9 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 16 Jan 2021 08:38:00 +0000 Subject: started work on the catalog (cache). added assetsdir example. added readme file. --- assets/style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 assets/style.css (limited to 'assets') diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..792e24b --- /dev/null +++ b/assets/style.css @@ -0,0 +1,29 @@ +body { + background-color: #ffffea; + color: black; + font-family: sans-serif; +} +::selection { background: #eeee9e; } +h1 { text-align: center; } +a { + color: black; + text-decoration: none; + font-size: 2em; +} +img#cover { + width: 348px; + height: 512px; + border: 4px solid #99994c; +} +table, th, td { + border: 2px solid #8888cc; + border-collapse: collapse; + background-color: #eaffff; +} +table ::selection { background: #9eeeee; } +td { padding: .5em; } +td:first-child { font-weight: bold; } +td a { + text-decoration: underline dotted; + font-size: 1em; +} -- cgit v1.2.3