summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.css')
-rw-r--r--data/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
new file mode 100644
index 0000000..81b9190
--- /dev/null
+++ b/data/style.css
@@ -0,0 +1,27 @@
+td.features ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+#popup {
+ display: none;
+ position: fixed;
+ background-color: #fff;
+ top: 25%;
+ left: 25%;
+ width: 50%;
+ padding: 2em;
+}
+
+#background {
+ display: none;
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: #000;
+ opacity: 0.5;
+}
+