From: Zachary Vance Date: Sun, 7 Feb 2021 04:00:11 +0000 (-0800) Subject: Invincible styling X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=e7d00f3a9bafc0b3843a0055c3bb1efeeedb634e;p=za3k.git Invincible styling --- diff --git a/archive/invincible.css b/archive/invincible.css new file mode 100644 index 0000000..fb90acd --- /dev/null +++ b/archive/invincible.css @@ -0,0 +1,24 @@ +table, th, td { + border: 1px solid black; +} + +table { + border-collapse: collapse; +} + +table { + margin: 50px; +} + +th { + background-color: #FFFFDD; + min-height: 50px; +} + +tr.alt td { + background-color: #EAF2D3; +} + +img { + max-width: 300px; +} diff --git a/archive/invincible.md b/archive/invincible.md index 3f691bd..999b6eb 100644 --- a/archive/invincible.md +++ b/archive/invincible.md @@ -1,3 +1,5 @@ + + # No, this cannot be! I am invincible! **No, this cannot be! I am invincible!** is a game for 2-8 players. Some of the players are Villains, and some are Heroes. It can be played as a storytelling game. It's designed to be short (30 minutes) and friendly for players new to storytelling games. diff --git a/cgi-bin/markdown/Markdown.cgi b/cgi-bin/markdown/Markdown.cgi index 3055d64..bed5466 100755 --- a/cgi-bin/markdown/Markdown.cgi +++ b/cgi-bin/markdown/Markdown.cgi @@ -18,7 +18,7 @@ content = markdown.render(File.read(ENV['PATH_TRANSLATED'])) puts %Q{ - + #{content}