Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / ColonetGUI / colonetstyle.css @ 333

History | View | Annotate | Download (449 Bytes)

1 32 gtress
/* Colonet Applet Stylesheet */
2
/* Gregory Tress */
3
4
div
5
{
6
        background-color: #A00016;
7
        color: white;
8
        font-family: verdana, arial, helvetica, sans-serif;
9 270 gtress
        padding: 2px 2px 2px 2px;
10 32 gtress
}
11
12
/* Top bar */
13
div.top
14
{
15
        font-size: 14pt;
16
}
17
div.top img
18
{
19
        position: absolute;
20
        top: 10px;
21
        right: 10px;
22
}
23
24
/* The Applet */
25
div.app
26
{
27
        background-color: white;
28
        color: black;
29
}
30
31
/* Bottom bar */
32
div.bottom
33
{
34
        font-size: 12pt;
35
}
36
div.bottom a
37
{
38
        color: #DDFFFF;
39
}