summaryrefslogtreecommitdiff
path: root/share/css/main.css
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-04-18 10:36:51 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-04-18 10:37:33 +0200
commit2c93b349e49e321f8bc65f17f3337324676fe1d4 (patch)
treeadf29c02fc03c791eca7fba43558b9918db94d98 /share/css/main.css
initial commit
Diffstat (limited to 'share/css/main.css')
-rw-r--r--share/css/main.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/share/css/main.css b/share/css/main.css
new file mode 100644
index 0000000..ad451ad
--- /dev/null
+++ b/share/css/main.css
@@ -0,0 +1,16 @@
+div.image-container {
+ text-align: center;
+ font-size: 80%;
+ float: left;
+ width: /* $boxwidth */;
+ height: /* $boxheight */;
+}
+
+div.image-container a {
+ text-decoration: none;
+}
+
+div.image-container img {
+ max-width: /* $imgwidth */;
+ max-height: /* $imgheight */;
+}