summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-27 23:50:46 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-27 23:56:46 +0200
commit43feea84eda7c564adc7985d70c4e72d19f01461 (patch)
tree845b0622815db80dc6f69df437919e4ae14bd49c
parent2a2bfd257c1785f9f132c31d7499fdfb89112a6b (diff)
downloadandean-abyss-43feea84eda7c564adc7985d70c4e72d19f01461.tar.gz
Mobile friendly info pages.
-rw-r--r--info/cards.html1
-rw-r--r--info/notes.html1
-rw-r--r--info/pac.html1
-rw-r--r--info/playbook-all.html5
-rw-r--r--info/playbook.html5
-rw-r--r--info/rulebook.html5
-rw-r--r--info/setup.html3
7 files changed, 14 insertions, 7 deletions
diff --git a/info/cards.html b/info/cards.html
index 8dfb765..b1207d6 100644
--- a/info/cards.html
+++ b/info/cards.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html class="jpeg">
+<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Andean Abyss - Cards</title>
<style>
body {
diff --git a/info/notes.html b/info/notes.html
index a059351..60454cc 100644
--- a/info/notes.html
+++ b/info/notes.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<head>
+<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Andean Abyss - Notes</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="stylesheet" href="/style.css">
diff --git a/info/pac.html b/info/pac.html
index 5cd170e..c6d594e 100644
--- a/info/pac.html
+++ b/info/pac.html
@@ -1,5 +1,6 @@
<!doctype html>
<title>Andean Abyss Reference</title>
+<meta name="viewport" content="width=600">
<link rel="stylesheet" href="/fonts/fonts.css">
<style>
html { font-family: "Source Sans", sans-serif }
diff --git a/info/playbook-all.html b/info/playbook-all.html
index 5c55243..5b5e72d 100644
--- a/info/playbook-all.html
+++ b/info/playbook-all.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>Andean Abyss - Playbook</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}
p{font-family:Tinos,Times New Roman,Times,serif;line-height:1em;font-size:11.9pt}
</style>
diff --git a/info/playbook.html b/info/playbook.html
index c038742..bc00744 100644
--- a/info/playbook.html
+++ b/info/playbook.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>Andean Abyss - Playbook</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}
p{font-family:Tinos,Times New Roman,Times,serif;line-height:1em;font-size:11.5pt}
</style>
diff --git a/info/rulebook.html b/info/rulebook.html
index a99e436..2f23f1a 100644
--- a/info/rulebook.html
+++ b/info/rulebook.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>Andean Abyss - Rulebook</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}
p{font-family:Tinos,Times New Roman,Times,serif;line-height:1em;font-size:12.5pt}
a{text-decoration:none}
diff --git a/info/setup.html b/info/setup.html
index 0566712..5946f15 100644
--- a/info/setup.html
+++ b/info/setup.html
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<head>
+<meta name="viewport" content="width=1060">
<title>Andean Abyss - Setup</title>
<style>
html{background-color:slategray}
-body{display:flex;flex-wrap:wrap;gap:24px;margin:24px;justify-content:center;}
+body{display:flex;flex-wrap:wrap;gap:20px;margin:20px;justify-content:center;}
div{width:1020px;height:1320px;box-shadow:1px 1px 8px #0008;background-size:cover;}
</style>
</head>