diff --git a/website/custom.html b/website/custom.html index c1dd5cd5..1b73bd2d 100644 --- a/website/custom.html +++ b/website/custom.html @@ -438,6 +438,73 @@ area.

+

Another clean and nice one, using both a bit of header code and a + custom paragraph format

+ +

This one also uses the custom icons set from + + this kde-look page.

+ +

The header code:

+ +
+<style type="text/css">
+body {
+    color: rgb(0, 0, 0);
+    background-color: rgb(224, 224, 224);
+}
+</style>
+
+ +

The paragraph code:

+ +
+<table style="background-color: white; width: 950px;"
+border-style="none" border-color:="" border="0">
+<tbody>
+<tr>
+<td rowspan="4"
+style="width: 68px; text-align: center; background-color: rgb(238, 238, 238);">
+<img src="%I" height="32" width="32">
+<p style="font-family: sans-serif;"><b>%R</b></p>
+<p style="font-family: sans-serif; color: rgb(0, 153, 0);"><br>
+</p>
+</td>
+<td style="vertical-align: top;"><br>
+</td>
+<th
+style="font-family: sans-serif; background-color: white; text-align: left;"
+colspan="3" bgcolor="lightgrey">%T</th>
+</tr>
+<tr>
+<td style="vertical-align: top; width: 11px;"><br>
+</td>
+<td
+style="text-align: center; font-family: sans-serif; background-color: rgb(249, 249, 249);">%M</td>
+<td
+style="text-align: center; font-family: sans-serif; background-color: rgb(249, 249, 249);">%D</td>
+<td
+style="font-family: sans-serif; text-align: right; background-color: rgb(249, 249, 249);">%S</td>
+</tr>
+<tr style="font-family: sans-serif; color: rgb(0, 153, 0);">
+<td style="vertical-align: top;"><br>
+</td>
+<td colspan="3"><a href="E%N">%U</a></td>
+</tr>
+<tr style="font-family: sans-serif;" 8="">
+<td style="vertical-align: top;"><br>
+</td>
+<td colspan="3">%A</td>
+</tr>
+</tbody>
+</table>
+<br>
+<br>
+
+ +
+ + diff --git a/website/resparpics/christopher.png b/website/resparpics/christopher.png new file mode 100644 index 00000000..530c1e98 Binary files /dev/null and b/website/resparpics/christopher.png differ