aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-02-20 10:47:28 +1000
committerdvs12025-02-20 10:47:28 +1000
commitdb002913aebf7e1d6ca32791d8a29bafad7ca4d6 (patch)
tree30c5642c5666a731996f6d48917d81f16bebd9dd
parentAdd some accessibility. (diff)
downloadnotYetAnotherWiki-db002913aebf7e1d6ca32791d8a29bafad7ca4d6.zip
notYetAnotherWiki-db002913aebf7e1d6ca32791d8a29bafad7ca4d6.tar.gz
notYetAnotherWiki-db002913aebf7e1d6ca32791d8a29bafad7ca4d6.tar.bz2
notYetAnotherWiki-db002913aebf7e1d6ca32791d8a29bafad7ca4d6.tar.xz
A few minor cleanups.
Diffstat (limited to '')
-rw-r--r--TODO.md2
-rw-r--r--default.template12
2 files changed, 6 insertions, 8 deletions
diff --git a/TODO.md b/TODO.md
index 3979931..5d5176a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,8 +8,6 @@ Syntax highlighting in code blocks.
8 8
9Other colour shenanigans. 9Other colour shenanigans.
10 10
11- Mostly fixed Devuan Cluster. Hopefully fixes any other Foswiki ones.
12
13Bugs - 11Bugs -
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">