diff options
| author | dvs1 | 2025-02-20 10:47:28 +1000 |
|---|---|---|
| committer | dvs1 | 2025-02-20 10:47:28 +1000 |
| commit | db002913aebf7e1d6ca32791d8a29bafad7ca4d6 (patch) | |
| tree | 30c5642c5666a731996f6d48917d81f16bebd9dd /default.template | |
| parent | Add some accessibility. (diff) | |
| download | notYetAnotherWiki-db002913aebf7e1d6ca32791d8a29bafad7ca4d6.zip notYetAnotherWiki-db002913aebf7e1d6ca32791d8a29bafad7ca4d6.tar.gz notYetAnotherWiki-db002913aebf7e1d6ca32791d8a29bafad7ca4d6.tar.bz2 notYetAnotherWiki-db002913aebf7e1d6ca32791d8a29bafad7ca4d6.tar.xz | |
A few minor cleanups.
Diffstat (limited to 'default.template')
| -rw-r--r-- | default.template | 12 |
1 files changed, 6 insertions, 6 deletions
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"> |
