summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-27 23:55:06 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-27 23:55:06 +0200
commit846ffe38e0fef8d566be184be0abc38233b63b90 (patch)
tree767394e982c60a8f4f3668a0859aba3ed2fd0a2e
parenta753a18fa1ce5d8374845f6d15d7ef251b7fb33b (diff)
downloadwilderness-war-846ffe38e0fef8d566be184be0abc38233b63b90.tar.gz
Mobile friendly info pages.
-rw-r--r--info/cards.html3
-rw-r--r--info/charts.html5
-rw-r--r--info/notes.html3
-rw-r--r--info/pieces.html5
-rw-r--r--info/playbook.html5
-rw-r--r--info/rulebook.html5
6 files changed, 15 insertions, 11 deletions
diff --git a/info/cards.html b/info/cards.html
index f1c44ed..3b1ca78 100644
--- a/info/cards.html
+++ b/info/cards.html
@@ -1,10 +1,11 @@
<!DOCTYPE html>
<html class="jpeg">
+<meta name="viewport" content="width=800">
<title>Wilderness War - Cards</title>
<style>
body {
background-color: slategray;
- margin: 50px;
+ margin: 20px;
}
.list {
display: flex;
diff --git a/info/charts.html b/info/charts.html
index 26fedc4..a6a3b87 100644
--- a/info/charts.html
+++ b/info/charts.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>Wilderness War - Player Aid Card</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<style>
-body{background-color:slategray}
-div{position:relative;background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black}
+body{background-color:slategray;margin:20px}
+div{position:relative;background-color:white;margin:20px auto;box-shadow:1px 1px 8px -2px black}
p{position:absolute;white-space:pre;margin:0;font-family:Tinos,Times New Roman,Times,serif}
.sc{font-variant:small-caps}
</style>
diff --git a/info/notes.html b/info/notes.html
index a126340..8f66975 100644
--- a/info/notes.html
+++ b/info/notes.html
@@ -1,10 +1,9 @@
<!DOCTYPE html>
-<head>
+<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wilderness War - Notes</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="stylesheet" href="/style.css">
<style>h1{text-align:center}body{max-width:50rem;margin:0 auto;}</style>
-</head>
<body>
<article>
diff --git a/info/pieces.html b/info/pieces.html
index 7e3cb8a..f9d95fe 100644
--- a/info/pieces.html
+++ b/info/pieces.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../images.css">
<style>
-h2{color:white;border-bottom:2px solid white;margin-top:40px}
-body{background-color:slategray;margin:40px auto;max-width:535px}
+h2{color:white;border-bottom:2px solid white;}
+body{background-color:slategray;padding:20px;margin:0px auto;max-width:535px}
.row{display:flex;flex-wrap:wrap;gap:5px;margin:20px 0}
.m1s{width:45px;height:45px;background-position:-0px 0}
diff --git a/info/playbook.html b/info/playbook.html
index 8083c61..b0c2387 100644
--- a/info/playbook.html
+++ b/info/playbook.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>Wilderness War - Playbook</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<style>
-body{background-color:slategray}
-div{position:relative;background-color:white;margin:1em auto;line-height:0.8;box-shadow:1px 1px 8px -2px black}
+body{background-color:slategray;margin:20px}
+div{position:relative;background-color:white;margin:20px auto;line-height:0.8;box-shadow:1px 1px 8px -2px black}
p{position:absolute;white-space:pre;margin:0;font-family:Tinos,Times New Roman,Times,serif}
</style>
</head>
diff --git a/info/rulebook.html b/info/rulebook.html
index c895978..66a3bc2 100644
--- a/info/rulebook.html
+++ b/info/rulebook.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>Wilderness War - Rulebook</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<style>
-body{background-color:slategray}
-div{position:relative;background-color:white;margin:1em auto;line-height:0.8;box-shadow:1px 1px 8px -2px black}
+body{background-color:slategray;margin:20px}
+div{position:relative;background-color:white;margin:20px auto;line-height:0.8;box-shadow:1px 1px 8px -2px black}
p{position:absolute;white-space:pre;margin:0;font-family:Tinos,Times New Roman,Times,serif}
</style>
</head>