diff options
author | dvs1 | 2024-12-28 04:54:58 +1000 |
---|---|---|
committer | dvs1 | 2024-12-28 04:54:58 +1000 |
commit | d3e37f42b95e08955ae9c2f82c11d7185db54ff7 (patch) | |
tree | 946a5ffb85c050295126b9b15c35b194eacd4e98 /default.template | |
parent | TODO++ (diff) | |
download | notYetAnotherWiki-d3e37f42b95e08955ae9c2f82c11d7185db54ff7.zip notYetAnotherWiki-d3e37f42b95e08955ae9c2f82c11d7185db54ff7.tar.gz notYetAnotherWiki-d3e37f42b95e08955ae9c2f82c11d7185db54ff7.tar.bz2 notYetAnotherWiki-d3e37f42b95e08955ae9c2f82c11d7185db54ff7.tar.xz |
More styling tweaks for the icon and logo, and introducing karenpurple.
Diffstat (limited to 'default.template')
-rw-r--r-- | default.template | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default.template b/default.template index 01fc197..6590e5d 100644 --- a/default.template +++ b/default.template | |||
@@ -15,9 +15,10 @@ | |||
15 | } | 15 | } |
16 | 16 | ||
17 | pre { | 17 | pre { |
18 | background-color: #cc00ff; | 18 | background-color: $karenpurple$; |
19 | overflow: auto; | 19 | overflow: auto; |
20 | width: 42%; | 20 | width: 42%; |
21 | margin: 10px; | ||
21 | } | 22 | } |
22 | 23 | ||
23 | menu { | 24 | menu { |
@@ -31,7 +32,7 @@ | |||
31 | </style> | 32 | </style> |
32 | </head> | 33 | </head> |
33 | <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue"> | 34 | <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue"> |
34 | <table style="background-color: rebeccapurple; line-style: none; border-style: none; border-spacing: 0;"> | 35 | <table style="background-color: $karenpurple$; line-style: none; border-style: none; border-spacing: 0;"> |
35 | <tr> | 36 | <tr> |
36 | <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> | 37 | <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> |
37 | <td style="text-align: right;">$header$ plus login and register buttons</td> | 38 | <td style="text-align: right;">$header$ plus login and register buttons</td> |