summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrewMurrell <ImFromNASA@gmail.com>2017-12-24 21:16:48 -0500
committerAndrewMurrell <ImFromNASA@gmail.com>2017-12-24 21:16:48 -0500
commit37cf878b62c49d23cdc0cf09b972456bb98b2736 (patch)
tree11efcf65d45de738c4082e6658b2bc355b22f48b /src
parent517aec2364abb99431cfe91f318b2fb109226db5 (diff)
parentbdb62265c5e0f8cbaa647479e10549f324e0712c (diff)
Merge remote-tracking branch 'ls/master'
Diffstat (limited to 'src')
-rw-r--r--src/changelog.md15
-rw-r--r--src/dnd/drews_rules.pdfbin0 -> 715540 bytes
-rw-r--r--src/dnd/drews_rules.yaml4
-rw-r--r--src/main.scss30
4 files changed, 34 insertions, 15 deletions
diff --git a/src/changelog.md b/src/changelog.md
index 1fa24d5..1c42125 100644
--- a/src/changelog.md
+++ b/src/changelog.md
@@ -68,33 +68,18 @@ Updated the About with an Epigraph
remove unfinished sources
- src/dnd/psionist-class.md | 1504 -------------------------------
- src/dnd/{psionist2.org => psionist.org} | 0
- src/dnd/spell-gauntlet.org | 683 --------------
- 3 files changed, 2187 deletions(-)
-
## 2017-01-14 Andrew Murrell &lt;merl@neo.andrewdm.me&gt;
updated Psionist Title page
- bin/pre-generate | 2 ++
- src/dnd/{Psionist2.org => psionist2.org} | 4 ++++
- 2 files changed, 6 insertions(+)
-
## 2017-01-14 Andrew Murrell &lt;merl@neo.andrewdm.me&gt;
Added an updated Psionist class with more complete domains, but no mind powers yet.
- src/dnd/Psionist2.org | 566 ++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 566 insertions(+)
-
## 2017-01-04 Luke Shumaker &lt;lukeshu@lukeshu.com&gt;
Change the title of "Psionist" -&gt; "Psionist Class [5e]"
- src/dnd/Psionist.md | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
## 31 August 2016
Decided that the 1/5th of 'Magic is Magic' that was 'finished' was
diff --git a/src/dnd/drews_rules.pdf b/src/dnd/drews_rules.pdf
new file mode 100644
index 0000000..65ffb89
--- /dev/null
+++ b/src/dnd/drews_rules.pdf
Binary files differ
diff --git a/src/dnd/drews_rules.yaml b/src/dnd/drews_rules.yaml
new file mode 100644
index 0000000..70a57e6
--- /dev/null
+++ b/src/dnd/drews_rules.yaml
@@ -0,0 +1,4 @@
+---
+author: "Andrew Murrell"
+title: "Drew's Rules"
+categories: "HB"
diff --git a/src/main.scss b/src/main.scss
index be00d49..fadd75b 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -287,3 +287,33 @@ body.dnd {
font-weight:bold; }
}
}
+
+/* D&D-style pages ************************************************************/
+
+body.pdf {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ bottom: 0;
+
+ display: flex;
+ flex-direction: column;
+
+ article {
+ flex-grow: 2;
+ padding: 0;
+
+ p {
+ float: left;
+ margin: 0.25em -100% 0.25em 0.25em;
+ }
+ h1 {
+ text-align: center;
+ margin: 0.25em 0;
+ }
+ iframe {
+ width: 100%;
+ height: 100%;
+ }
+ }
+}