diff options
Diffstat (limited to '')
-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> |