diff options
| -rw-r--r-- | default.template | 5 | ||||
| -rw-r--r-- | nYAW.png | bin | 12375 -> 12273 bytes | |||
| -rw-r--r-- | nYAW_icon.png | bin | 39025 -> 6315 bytes | |||
| -rwxr-xr-x | 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 @@ | |||
| 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> |
| Binary files differ | |||
diff --git a/nYAW_icon.png b/nYAW_icon.png index 1bfec6d..5788080 100644 --- a/nYAW_icon.png +++ b/nYAW_icon.png | |||
| Binary files 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") | |||
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | local globalData = {favicon = 'nYAW_icon.png', logo = 'nYAW.png', version = '-0.1', header = '', footer = '', menu = '', ['_'] = ' ', ['dlr'] = '$'} | 7 | local globalData = {favicon = 'nYAW_icon.png', logo = 'nYAW.png', version = '-0.1', header = '', footer = '', menu = '', ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff'} |
| 8 | local sites = {} | 8 | local sites = {} |
| 9 | 9 | ||
| 10 | 10 | ||
