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.
+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> ++ +