]> git.cworth.org Git - lmno.games/blobdiff - style.css
Scribe: Increase font size for game elements
[lmno.games] / style.css
index dfaa8e4f9fc32c58cc32a73904702cbb26057e70..180462573f3d2b2b5f4bbb3a782a529907b421a8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -49,6 +49,11 @@ h2 {
     font-size: 110%;
 }
 
+/* Don't underline links in headers */
+h1 a {
+    text-decoration: none;
+}
+
 p,dl,dd,form {
     margin-bottom: 1em;
 }
@@ -119,7 +124,7 @@ body {
     margin-left: auto;
     margin-right: auto;
     padding-top: 0;
-    padding-bottom: 0;
+    padding-bottom: 2em;
     padding-left: 1em;
     padding-right: 1em;
 }
@@ -254,6 +259,13 @@ button {
     padding-top: 0.25em;
     padding-bottom: 0.25em;
     width: 200px;
+    cursor: pointer;
+}
+
+button.inline {
+    font-size: 72%;
+    font-weight: bold;
+    width: auto;
 }
 
 button:hover {
@@ -312,3 +324,14 @@ button:hover {
 .hide-button:hover {
     color: var(--danger-color-dark);
 }
+
+/*\
+|*|
+|*| Game-specific markup
+|*|
+\*/
+
+.game-id, .players-header {
+    font-size: 110%;
+    font-weight: bold;
+}