Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (473 Bytes)

1
/* 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
        padding: 2px 2px 2px 2px;
10
}
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
object.applet
32
{
33
    
34
}
35

    
36
/* Bottom bar */
37
div.bottom
38
{
39
        font-size: 12pt;
40
}
41
div.bottom a
42
{
43
        color: #DDFFFF;
44
}
45