aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2021-01-16 08:38:00 +0000
committerrodri <rgl@antares-labs.eu>2021-01-16 08:38:00 +0000
commit199753fada745e558e130a131b478ad9a9ffd0d9 (patch)
treea54c96821eba45dda1e03cb29024a87f907d6cdf /assets
parent2ba0c4f7520d37840308ccbda4841a99700fe11a (diff)
downloadfilmoteca-199753fada745e558e130a131b478ad9a9ffd0d9.tar.gz
filmoteca-199753fada745e558e130a131b478ad9a9ffd0d9.tar.bz2
filmoteca-199753fada745e558e130a131b478ad9a9ffd0d9.zip
started work on the catalog (cache).
added assetsdir example. added readme file.
Diffstat (limited to 'assets')
-rw-r--r--assets/style.css29
1 files changed, 29 insertions, 0 deletions
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;
+}