From d3e37f42b95e08955ae9c2f82c11d7185db54ff7 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Sat, 28 Dec 2024 04:54:58 +1000 Subject: More styling tweaks for the icon and logo, and introducing karenpurple. --- default.template | 5 +++-- nYAW.png | Bin 12375 -> 12273 bytes nYAW_icon.png | Bin 39025 -> 6315 bytes notYetAnotherWiki.lua | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/default.template b/default.template index 01fc197..6590e5d 100644 --- a/default.template +++ b/default.template @@ -15,9 +15,10 @@ } pre { - background-color: #cc00ff; + background-color: $karenpurple$; overflow: auto; width: 42%; + margin: 10px; } menu { @@ -31,7 +32,7 @@
-$header$ plus login and register buttons | diff --git a/nYAW.png b/nYAW.png index 4da9a6c..a843126 100644 Binary files a/nYAW.png and b/nYAW.png differ diff --git a/nYAW_icon.png b/nYAW_icon.png index 1bfec6d..5788080 100644 Binary files a/nYAW_icon.png and b/nYAW_icon.png differ diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 793a0a0..be46646 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -4,7 +4,7 @@ local lcmark = require("lcmark") -local globalData = {favicon = 'nYAW_icon.png', logo = 'nYAW.png', version = '-0.1', header = '', footer = '', menu = '', ['_'] = ' ', ['dlr'] = '$'} +local globalData = {favicon = 'nYAW_icon.png', logo = 'nYAW.png', version = '-0.1', header = '', footer = '', menu = '', ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff'} local sites = {} -- cgit v1.1