summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 0000000..d38aa7e
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,40 @@
+label {
+ font-family: Cantarell;
+ font-weight: bold;
+ font-size: small;
+}
+
+#gameboard {
+ text-align: center;
+}
+
+figcaption {
+ font-size: small;
+ font-weight: bold;
+ margin-bottom: .5em;
+ text-align: left;
+}
+
+
+.wrapper {
+ text-align: left;
+ overflow: auto;
+ overflow-y; hidden;
+ white-space: nowrap;
+ padding-top: 10px;
+}
+
+img {
+ display: inline-block;
+ max-height: 500px;
+ max-width: 100%;
+}
+
+figure {
+ vertical-align: top;
+ margin: 0;
+ padding: 10px;
+ display: inline-block;
+ max-width: 80%;
+}
+