]> git.za3k.com Git - za3k.git/commitdiff
Invincible styling
authorZachary Vance <za3k@za3k.com>
Sun, 7 Feb 2021 04:00:11 +0000 (20:00 -0800)
committerZachary Vance <za3k@za3k.com>
Sun, 7 Feb 2021 04:00:11 +0000 (20:00 -0800)
archive/invincible.css [new file with mode: 0644]
archive/invincible.md
cgi-bin/markdown/Markdown.cgi

diff --git a/archive/invincible.css b/archive/invincible.css
new file mode 100644 (file)
index 0000000..fb90acd
--- /dev/null
@@ -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;
+}
index 3f691bdf945a6f95885302f461d2240594bf0609..999b6eb1746e76901e8f8f7352d981cb28ecf947 100644 (file)
@@ -1,3 +1,5 @@
+<link rel="stylesheet" type="text/css" media="all" href="/archive/invincible.css"/>
+
 # 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.
index 3055d64664f4d35eddc8c8e6a97aa87b18ba24eb..bed5466aedf6751bcd9066aab569ed942fe4d961 100755 (executable)
@@ -18,7 +18,7 @@ content = markdown.render(File.read(ENV['PATH_TRANSLATED']))
 puts %Q{
 <html>
 <head>
-<link rel="stylesheet" type="text/css" href="/markdown.css">
+<link rel="stylesheet" type="text/css" href="markdown.css">
 </head>
 <body>
 #{content}