[go: up one dir, main page]

Menu

[r1]: / omgm / resources / main.css  Maximize  Restore  History

Download this file

54 lines (47 with data), 707 Bytes

 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
body{
font-family: Verdana, sans-serif;
}
#map_canvas{
width: 800px;
height: 500px;
}
#navigation{
display: block;
margin: 0 0 -1em 0;
padding: 0 0 0 10px;
}
#navigation li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
margin-right: 5px;
}
.error{
color: red;
font-weight: bold;
}
.success{
color: green;
font-weight: bold;
}
.info{
color: blue;
font-weight: bold;
}
.hint{
color: gray;
font-size: 0.8em;
}
.horizontaldata{
border-collapse: collapse;
}
.horizontaldata th{
text-align: left;
padding-right: 0.5em;
}
.horizontaldata td{
font-size: 0.8em;
padding-right: 0.7em;
border-top: 1px solid lightgray;
}