Article Figure 1 Figure 2 Figure 3 Figure 4
Listing 1 Listing 2 Listing 3 Listing 4 Listing 5
Table 1 dec2005.tar

Listing 4 The CSS code of Sys Admin Widget

<!-- 

Creator: Mihalis Tsoukalos
File: SA.css
Date: Thursday 18 August 2005

This file is provided without any warranties.

-->

body
{
    margin: 0;
}

.SAtitle
{
    font: 12px "Lucida Grande";
    font-weight: bold;
    color: black;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 44px;
    width: 180px;
    text-decoration: underline;
}

.SAtext
{
    font: 10px "Lucida Grande";
    font-weight: bold;
    color: yellow;
    position: absolute;
    top: 25px;
    left: 15px;
    width: 180px;
}