about summary refs log tree commit diff
path: root/compose/cs/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'compose/cs/static/style.css')
-rw-r--r--compose/cs/static/style.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/compose/cs/static/style.css b/compose/cs/static/style.css
new file mode 100644
index 0000000..b4eac13
--- /dev/null
+++ b/compose/cs/static/style.css
@@ -0,0 +1,35 @@
+@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
+html {
+    font-family: "Noto Sans", "Noto Color Emoji";
+}
+html table {
+    font-size: 30px;
+    width: 40%;
+    margin: 0 auto;
+    border-collapse: collapse;
+    margin-bottom: 5mm;
+}
+html table th {
+    border-bottom: .2mm solid #5b5;
+    color: #5b5;
+    padding: 2mm;
+    text-transform: uppercase;
+}
+html table td {
+    padding: 2.5mm;
+}
+.map {
+    color: #55b;
+    font-weight: bold;
+    text-align: center;
+}
+.maps th:first-of-type,
+.maps td:first-of-type {
+    text-align: left;
+    padding-left: 3mm;
+}
+.maps th:last-of-type,
+.maps td:last-of-type {
+    text-align: right;
+    padding-right: 3mm;
+}