summaryrefslogtreecommitdiff
path: root/tools/mmd/mmd.css
blob: 43c17c66735a0e37c96a59696826447e06277154 (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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
html, body
{
    margin: 5px;
    background-color: #003366;
}

#login a
{
    color: green;
}

#logout a
{
    color: red;
}

#status img
{
    border: 0;
}

#rcol
{
    width: auto;
    margin: 1px;
    padding: 2px;
    float: left;
}

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

#lcol
{
    font: 10pt courier, monospace;
    max-width: 30%;
    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;
}

form
{
    background-color: white;
}

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

label.error
{
    color: red;
    font: 8pt arial, sans-serif;
    float: left;
}

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

label
{
    width: 10em;
    float: left;
}

em
{
    padding-right: 1em;
    font-weight: bold;
    vertical-align: top;
    float: left;
    width: 1em;
}