Step 1: | Create a table to keep "Just fine" in line with "In need of change..." | Your forum theme is: | Just fine! | | In need of changing to the WaDF theme! |
| [table] [tr][td]Your forum theme is: [/td][td]Just fine![/td][/tr] [tr][td][/td][td]In need of changing to the WaDF theme![/td][/tr] [/table] |
|
Step 2: | Set the colour of "Your forum theme is: " to black | Your forum theme is: | Just fine! | | In need of changing to the WaDF theme! |
| [table] [tr][td][color=black]Your forum theme is: [/color][/td][td]Just fine![/td][/tr] [tr][td][/td][td]In need of changing to the WaDF theme![/td][/tr] [/table] |
|
Step 3: Calculate the hexadecimal forum colours. I'm sure there's a converter somewhere, but I couldn't find it. The knytt theme alternates between to shades of severe white: 238, 238, 238 and 243, 243, 243. 243 is 16*15 + 3, or F3. 238 is 16*14 + 14, or ED.
The two knytt colours are F3F3F3 and EDEDED.
The WaDF posts alternate between two colors as well, this time 17, 51, 102 and 20, 54, 105. The calculation is easy enough, and you end up with 12 36 6C and 15 39 70.
|
Step 4: | Pick one of the colours, or a colour in the middle, and use a hexadecimal "color=#" tag to colour the corresponding text. | Your forum theme is: | Just fine! | | In need of changing to the WaDF theme! |
| [table] [tr][td][color=black]Your forum theme is: [/color][/td][td][color=#F0F0F0]Just fine![/color][/td][/tr] [tr][td][/td][td][color=#13376E]In need of changing to the WaDF theme![/color][/td][/tr] [/table] |