summaryrefslogtreecommitdiff
path: root/tools/mmd/mmd.css
blob: 0a19385fe07dd3bdc994239c994d17449a972a0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
html, body
{
    margin: 5px;
    background-color: #003366;
}

#login a
{
    color: green;
}

#logout a
{
    color: red;
}

#status img
{
    border: 0;
}

#rcol
{
    font: 10pt courier, monospace;
    width: 512px;
    margin: 1px;
    padding: 2px;
    border: 1px solid black;
    float: left;
    background-color: white;
}

#osm
{
    width: 512px;
    height: 256px;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}

#lcol
{
    font: 10pt courier, monospace;
    width: 280px;
    height: auto;
    margin: 1px;
    padding: 2px;
    border: 1px solid black;
    float: left;
    background-color: white;
}

#info
{
    font: 10pt courier, monospace;
    color: black;
    background-color: white;
}

#datahead
{
    font: 14pt courier, monospace;
}

#status
{
    font: 22pt arial, sans-serif;
    color: white;
    width: 100%;
    height: 64px;
    margin: 1px;
    padding: 2px;
    border: 0;
    float: left;
}

#rightside
{
    float: left;
    border: 1px solid black;
    margin: 1px;
}

.formfield
{
    font: 12pt courier, monospace;
    float: none;
}

#dev
{
    background-color: red;
    font: 14pt courier, monospace;
    width: 100%;
    float: left;
}

pre.debug
{
    background-color: white;
    color: black;
    float: left;
    font: 10pt courier, monospace;
    padding: 1px;
    margin: 1px;
}