summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-31 22:48:59 -0700
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-31 22:48:59 -0700
commitb864379651d4bfe3d05f98350b720794ffa2806a (patch)
treec4bc81a8371694d661b10118b4932480aaa37d0b /src
parent7445ea9d56071cfca247689e22c6fded65c3f968 (diff)
more
Diffstat (limited to 'src')
-rw-r--r--src/DND/DND.scss5
-rw-r--r--src/DND/PsionicSchools.org1
-rw-r--r--src/DND/Psionist.md3
-rw-r--r--src/DND/SpellGauntlet.org3
-rw-r--r--src/DND/Tastavi.md3
-rw-r--r--src/main.scss12
6 files changed, 18 insertions, 9 deletions
diff --git a/src/DND/DND.scss b/src/DND/DND.scss
index 1d4cc2a..fcb258c 100644
--- a/src/DND/DND.scss
+++ b/src/DND/DND.scss
@@ -48,11 +48,6 @@ textarea { overflow-x: auto; }
}
/* Andrew wrote the following */
-body > article {
- padding: 0px 16%;
- width: 68%;
-}
-
body {
background: url(Background.png) repeat-y;
background-size: 100%;
diff --git a/src/DND/PsionicSchools.org b/src/DND/PsionicSchools.org
index 2ce8e7a..91f84a1 100644
--- a/src/DND/PsionicSchools.org
+++ b/src/DND/PsionicSchools.org
@@ -1,5 +1,6 @@
#+TITLE: Schools of Psionics
#+HTML_HEAD_EXTRA: <link rel="stylesheet" href="DND.css">
+#+TAGS: ES HB
From what I've seen, the most recent few 5e Unearthed Arcana dealing
with "Psionics and the Mystic" have been getting somewhat mixed
diff --git a/src/DND/Psionist.md b/src/DND/Psionist.md
index ea21a9f..1c7b9e5 100644
--- a/src/DND/Psionist.md
+++ b/src/DND/Psionist.md
@@ -1,7 +1,8 @@
---
title: "Psionist"
-date: "2016-07-16T21:01-0400"
+updated: "2016-07-16T21:01-0400"
html_head_extra: "<link rel=stylesheet href=DND.css>"
+tags: ES HB
---
<div id="table-of-contents">
diff --git a/src/DND/SpellGauntlet.org b/src/DND/SpellGauntlet.org
index c647c7d..cb97497 100644
--- a/src/DND/SpellGauntlet.org
+++ b/src/DND/SpellGauntlet.org
@@ -1,5 +1,6 @@
-#+TITLE: Spell Gauntlet
+#+TITLE: Spell Gauntlet: Practical Spellcasting
#+HTML_HEAD_EXTRA: <link rel="stylesheet" href="DND.css">
+#+TAGS: FF SS WP
* Teleport
diff --git a/src/DND/Tastavi.md b/src/DND/Tastavi.md
index 20f8520..0f7eb12 100644
--- a/src/DND/Tastavi.md
+++ b/src/DND/Tastavi.md
@@ -1,7 +1,8 @@
---
title: "Tastavi D'Maelnor of Llolethane"
-date: "2016-08-30 Tue 23:56"
+updated: "2016-08-30 Tue 23:56"
html_head_extra: "<link rel=stylesheet href=DND.css>"
+tags: SS
---
<p>
diff --git a/src/main.scss b/src/main.scss
index ab62e0a..53c5154 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -75,7 +75,10 @@ nav {
}
}
-body > article {
+article {
+ max-width: 6.5in;
+ margin: 0 auto;
+
#constructionBanner {
height: 50px;
background-color: #f89406;
@@ -123,4 +126,11 @@ body > article {
.HB { background: DimGray; }
.DM { background: DarkSlateGray; }
.WP { background: GhostWhite; color: black; }
+
+ border-bottom: solid 1px #333333;
+}
+
+footer {
+ margin: 0 2em;
+ font-size: smaller;
}