diff options
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 2 | ||||
| -rw-r--r-- | default.template | 12 |
2 files changed, 6 insertions, 8 deletions
| @@ -8,8 +8,6 @@ Syntax highlighting in code blocks. | |||
| 8 | 8 | ||
| 9 | Other colour shenanigans. | 9 | Other colour shenanigans. |
| 10 | 10 | ||
| 11 | - Mostly fixed Devuan Cluster. Hopefully fixes any other Foswiki ones. | ||
| 12 | |||
| 13 | Bugs - | 11 | Bugs - |
| 14 | 12 | ||
| 15 | - /users/Debdog.HTML pandoc can't handle the background table cell colours in the "Background colours" table, which is kinda the point of it. | 13 | - /users/Debdog.HTML pandoc can't handle the background table cell colours in the "Background colours" table, which is kinda the point of it. |
diff --git a/default.template b/default.template index d32ed1c..029da6c 100644 --- a/default.template +++ b/default.template | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | <title>$title$</title> | 6 | <title>$title$</title> |
| 7 | <link rel="icon" type="image/png" href="$favicon$" /> | 7 | <link rel="icon" type="image/png" href="$favicon$" /> |
| 8 | <style> | 8 | <style> |
| 9 | a:hover {color:red} | 9 | a:hover {color: red;} |
| 10 | 10 | ||
| 11 | html {font-family: sans-serif;} | 11 | html {font-family: sans-serif;} |
| 12 | 12 | ||
| @@ -24,17 +24,16 @@ | |||
| 24 | table, | 24 | table, |
| 25 | td, | 25 | td, |
| 26 | th { | 26 | th { |
| 27 | background-color black; | ||
| 28 | border-collapse: collapse; | 27 | border-collapse: collapse; |
| 29 | border: 1px solid white; | 28 | border: 1px solid white; |
| 30 | } | 29 | } |
| 31 | 30 | ||
| 32 | .contentBox { | 31 | .contentBox { |
| 33 | } | 32 | } |
| 34 | .contentBox a:active {color: red} | 33 | .contentBox a:active {color: red;} |
| 35 | .contentBox a:link {color: yellow} | 34 | .contentBox a:link {color: yellow;} |
| 36 | .contentBox a:visited {color: yellowgreen} | 35 | .contentBox a:visited {color: yellowgreen;} |
| 37 | .contentBox a:hover {color: red} | 36 | .contentBox a:hover {color: red;} |
| 38 | 37 | ||
| 39 | .stuff { | 38 | .stuff { |
| 40 | background-image: linear-gradient($karenPurple$, $onefangPurple$); | 39 | background-image: linear-gradient($karenPurple$, $onefangPurple$); |
| @@ -73,6 +72,7 @@ | |||
| 73 | text-align: right; | 72 | text-align: right; |
| 74 | } | 73 | } |
| 75 | 74 | ||
| 75 | |||
| 76 | </style> | 76 | </style> |
| 77 | </head> | 77 | </head> |
| 78 | <body bgcolor="black" color="white" text="white" alink="red" link="yellow" vlink="yellowgreen"> | 78 | <body bgcolor="black" color="white" text="white" alink="red" link="yellow" vlink="yellowgreen"> |
