summaryrefslogtreecommitdiff
path: root/jimbrella/static
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/static')
-rw-r--r--jimbrella/static/jimbrella.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css
new file mode 100644
index 0000000..06c7225
--- /dev/null
+++ b/jimbrella/static/jimbrella.css
@@ -0,0 +1,34 @@
+body {
+ font-family: sans-serif;
+}
+
+table.overview {
+ border: 2px solid;
+ text-align: center;
+}
+
+td {
+ border: 1px solid;
+ padding-top: 1em;
+ padding-bottom: 1em;
+ width: 6em;
+}
+
+#container {
+ position: relative;
+}
+
+/* Desktop */
+@media(min-width: 1081px) {
+ #container {
+ width: 60%;
+ left: 20%;
+ }
+}
+
+/* Mobile compatibility */
+@media (max-width: 1080px) {
+ #container {
+ padding: 1em;
+ }
+}