summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-27 23:54:33 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-27 23:54:33 +0200
commit6e4a8dd429dc22e713f3a7ad77a788ca3f48c1cf (patch)
treef29de260e73d400df1276f0343f6fe0b6133ca93
parent51d0687666fb82d4d5b2d173b8d802d8cc6cb5ce (diff)
downloadtime-of-crisis-6e4a8dd429dc22e713f3a7ad77a788ca3f48c1cf.tar.gz
Mobile friendly info pages.
-rw-r--r--info/aid.html5
-rw-r--r--info/cards.html1
-rw-r--r--info/expansion.html5
-rw-r--r--info/readme.html1
-rw-r--r--info/rules.html5
5 files changed, 12 insertions, 5 deletions
diff --git a/info/aid.html b/info/aid.html
index 62594f2..0307c16 100644
--- a/info/aid.html
+++ b/info/aid.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<meta name="viewport" content="width=1340,initial-scale=1">
<html>
<head>
<title>Time of Crisis - Aid</title>
@@ -6,9 +7,11 @@
html {
background-color:slategray;
}
+body {
+ margin: 10px;
img {
display:block;
- margin: 1em auto;
+ margin: 10px auto;
box-shadow:1px 1px 8px -2px black;
}
</style>
diff --git a/info/cards.html b/info/cards.html
index 3c3bd5a..0c04635 100644
--- a/info/cards.html
+++ b/info/cards.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<meta name="viewport" content="width=620">
<title>Time of Crisis - Cards</title>
<style>
diff --git a/info/expansion.html b/info/expansion.html
index d580752..79ec940 100644
--- a/info/expansion.html
+++ b/info/expansion.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>The Age of Iron and Rust</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;font-size:12pt;line-height:0.8em}
</style>
diff --git a/info/readme.html b/info/readme.html
index e8ed05a..fd067b9 100644
--- a/info/readme.html
+++ b/info/readme.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<head>
+<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Time of Crisis - Readme</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="stylesheet" href="/style.css">
diff --git a/info/rules.html b/info/rules.html
index 26ab36b..53b5f12 100644
--- a/info/rules.html
+++ b/info/rules.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>ToC 2nd Ed Rules FINAL Hi-Res</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;font-size:12pt;line-height:0.8em}
</style>