|
a/website/custom.html |
|
b/website/custom.html |
|
... |
|
... |
436 |
<br clear="all">
|
436 |
<br clear="all">
|
437 |
<img src="resparpics/clean.png"/>
|
437 |
<img src="resparpics/clean.png"/>
|
438 |
|
438 |
|
439 |
|
439 |
|
440 |
|
440 |
|
|
|
441 |
<h3>Another clean and nice one, using both a bit of header code and a
|
|
|
442 |
custom paragraph format</h3>
|
|
|
443 |
|
|
|
444 |
<p>This one also uses the custom icons set from
|
|
|
445 |
<a href="http://kde-look.org/content/show.php?content=145669">
|
|
|
446 |
this kde-look page</a>.</p>
|
|
|
447 |
|
|
|
448 |
<p>The header code:</p>
|
|
|
449 |
|
|
|
450 |
<pre>
|
|
|
451 |
<style type="text/css">
|
|
|
452 |
body {
|
|
|
453 |
color: rgb(0, 0, 0);
|
|
|
454 |
background-color: rgb(224, 224, 224);
|
|
|
455 |
}
|
|
|
456 |
</style>
|
|
|
457 |
</pre>
|
|
|
458 |
|
|
|
459 |
<p>The paragraph code:</p>
|
|
|
460 |
|
|
|
461 |
<pre>
|
|
|
462 |
<table style="background-color: white; width: 950px;"
|
|
|
463 |
border-style="none" border-color:="" border="0">
|
|
|
464 |
<tbody>
|
|
|
465 |
<tr>
|
|
|
466 |
<td rowspan="4"
|
|
|
467 |
style="width: 68px; text-align: center; background-color: rgb(238, 238, 238);">
|
|
|
468 |
<img src="%I" height="32" width="32">
|
|
|
469 |
<p style="font-family: sans-serif;"><b>%R</b></p>
|
|
|
470 |
<p style="font-family: sans-serif; color: rgb(0, 153, 0);"><br>
|
|
|
471 |
</p>
|
|
|
472 |
</td>
|
|
|
473 |
<td style="vertical-align: top;"><br>
|
|
|
474 |
</td>
|
|
|
475 |
<th
|
|
|
476 |
style="font-family: sans-serif; background-color: white; text-align: left;"
|
|
|
477 |
colspan="3" bgcolor="lightgrey">%T</th>
|
|
|
478 |
</tr>
|
|
|
479 |
<tr>
|
|
|
480 |
<td style="vertical-align: top; width: 11px;"><br>
|
|
|
481 |
</td>
|
|
|
482 |
<td
|
|
|
483 |
style="text-align: center; font-family: sans-serif; background-color: rgb(249, 249, 249);">%M</td>
|
|
|
484 |
<td
|
|
|
485 |
style="text-align: center; font-family: sans-serif; background-color: rgb(249, 249, 249);">%D</td>
|
|
|
486 |
<td
|
|
|
487 |
style="font-family: sans-serif; text-align: right; background-color: rgb(249, 249, 249);">%S</td>
|
|
|
488 |
</tr>
|
|
|
489 |
<tr style="font-family: sans-serif; color: rgb(0, 153, 0);">
|
|
|
490 |
<td style="vertical-align: top;"><br>
|
|
|
491 |
</td>
|
|
|
492 |
<td colspan="3"><a href="E%N">%U</a></td>
|
|
|
493 |
</tr>
|
|
|
494 |
<tr style="font-family: sans-serif;" 8="">
|
|
|
495 |
<td style="vertical-align: top;"><br>
|
|
|
496 |
</td>
|
|
|
497 |
<td colspan="3">%A</td>
|
|
|
498 |
</tr>
|
|
|
499 |
</tbody>
|
|
|
500 |
</table>
|
|
|
501 |
<br>
|
|
|
502 |
<br>
|
|
|
503 |
</pre>
|
|
|
504 |
|
|
|
505 |
<br clear="all">
|
|
|
506 |
<img src="resparpics/christopher.png"/>
|
|
|
507 |
|
441 |
</div>
|
508 |
</div>
|
442 |
</body>
|
509 |
</body>
|
443 |
</html>
|
510 |
</html>
|
444 |
|
511 |
|