| 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;
}
|