diff --git a/Makefile b/Makefile index ea345aa..5f279d4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # Update this for new files files = perks.html spelllist.html main.html creatures.html\ magical_items.html calc.html effect.html\ - test.html test.js + test.html test.js\ + license.html tes.css UESP-Parchment_Background.jpg OUTDIR=html @@ -11,10 +12,7 @@ LIST=$(addprefix html/, $(files)) $(OUTDIR)/%.html: %.md | $(OUTDIR) pandoc $< -f markdown -t html -s -o $@ -$(OUTDIR)/%.js: %.js | $(OUTDIR) - cp $< $@ - -$(OUTDIR)/%.html: %.html | $(OUTDIR) +$(OUTDIR)/%: % | $(OUTDIR) cp $< $@ all: $(LIST) diff --git a/UESP-Parchment_Background.jpg b/UESP-Parchment_Background.jpg new file mode 100644 index 0000000..3496a51 Binary files /dev/null and b/UESP-Parchment_Background.jpg differ diff --git a/calc.md b/calc.md index 60618a6..904f0be 100644 --- a/calc.md +++ b/calc.md @@ -1,5 +1,5 @@ % TES TTRPG - + @@ -61,3 +61,9 @@ + +--- + +[License Info](license.html) + +--- diff --git a/creatures.md b/creatures.md index 9fb31df..e211c85 100644 --- a/creatures.md +++ b/creatures.md @@ -1,6 +1,6 @@ % Creatures - + [Main](main.html) @@ -645,3 +645,9 @@ > - 1d20/2d20+2/2d20\*2+4 + 12 pts Slashing, 1d20 + 17 to Hit. > - Paralysis (4M) > - Paralyze for 2 Turns on Touch, MinR 2 + +--- + +[License Info](license.html) + +--- diff --git a/effect.md b/effect.md index 4939c55..9afdab2 100644 --- a/effect.md +++ b/effect.md @@ -1,5 +1,5 @@ % TES TTRPG - + @@ -200,3 +200,7 @@ | Restore Skill |12 |CREA| This effect removes M points of damage currently affecting the target's skill. | --- + +[License Info](license.html) + +--- diff --git a/license.md b/license.md new file mode 100644 index 0000000..fb2f3eb --- /dev/null +++ b/license.md @@ -0,0 +1,11 @@ +% TES TTRPG + + + +--- + +### Media + +The background image, UESP-Parchment_Background, is from UESP from user RobinHood70, licensed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](https://creativecommons.org/licenses/by-sa/3.0/). You can find the UESP wiki page for the image [here](https://en.uesp.net/wiki/File:UESP-Parchment_Background.jpg). + +--- diff --git a/magical_items.md b/magical_items.md index 05eab84..09f62c5 100644 --- a/magical_items.md +++ b/magical_items.md @@ -1,6 +1,6 @@ % Magical Items - + [Main](main.html) @@ -91,3 +91,9 @@ | Stumble Charm | Common Amulet | Damage Agility on Touch | Thunderfall | Extravagent Sapphire Amulet | Shock Damage on Touch | Woe Charm | Common Amulet | Damage Willpower on Touch + +--- + +[License Info](license.html) + +--- diff --git a/main.md b/main.md index eb56b88..348182a 100644 --- a/main.md +++ b/main.md @@ -1,5 +1,5 @@ % TES TTRPG - + @@ -1639,3 +1639,7 @@ background: #D0D0F5; --- + +[License Info](license.html) + +--- diff --git a/perks.md b/perks.md index 3581650..ef27998 100644 --- a/perks.md +++ b/perks.md @@ -1,4 +1,4 @@ - + [Main](main.html) @@ -455,3 +455,8 @@ > ##### Req. 15 Intelligence > Allows Spellmaking. +--- + +[License Info](license.html) + +--- diff --git a/spelllist.md b/spelllist.md index 82dc0f9..dac03a8 100644 --- a/spelllist.md +++ b/spelllist.md @@ -1,4 +1,4 @@ - + [Main](main.html) @@ -790,3 +790,9 @@ > ## Restore Skill > **This effect removes M points of damage currently affecting the target's skill.** + +--- + +[License Info](license.html) + +--- diff --git a/tes.css b/tes.css new file mode 100644 index 0000000..9233ea2 --- /dev/null +++ b/tes.css @@ -0,0 +1,44 @@ +html { + background: #FAEBD7 url(UESP-Parchment_Background.jpg) 0 0 repeat +} + +body { + background-color: rgb(251, 239, 213); + margin:2em auto; + max-width:1350px; + padding:1em; + line-height:1.4; + border:1px solid #aaa; +} + +pre { + border: 1px solid #ddd; + background-color: #EFE1BC; + padding: 1em; + white-space: pre-wrap; +} + +dt { + font-weight: bold; +} + +table, th, td { + background: rgb(253, 245, 230); + border: 1px solid black; + border-collapse: collapse; + border-color: rgb(170, 170, 170); +} +th, td { + padding-left: 1ch; + padding-right: 1ch; + text-align: center; +} +th { + background: rgb(245, 222, 179); +} + +blockquote { + border-left: 5px solid rgb(245, 222, 179); + margin: 1.5em 10px; + padding-left: 10px; +} diff --git a/test.md b/test.md index 6d893d4..16f2466 100644 --- a/test.md +++ b/test.md @@ -1,6 +1,6 @@ % Alchemy - + [Main](main.html) @@ -140,3 +140,9 @@ > |-----------------|------------------|---------------|-----------------| > | Restore Magicka | Spell Absorption | Damage Health | Fortify Magicka | + +--- + +[License Info](license.html) + +---