-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWGMapEditorStyles.css
More file actions
80 lines (64 loc) · 992 Bytes
/
WGMapEditorStyles.css
File metadata and controls
80 lines (64 loc) · 992 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
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
/*
.WGForm {width: 50%;}
.WGForm dt {float: left;}
*/
.WGForm dd {margin: 0 5em 1em 5em;}
.WGFormElementSeperator { height: 1px; }
.FunctionDescription {
font-size:100%;
text-vertical-
}
.FormEntryGroup {
border: 1px dashed grey;
padding:5px;
}
th, td
{
padding:15px;
}
.alert {
color: AA0000;
}
body {background-color:#CCDDEE;}
.CmdTable, .CmdTable td, .CmdTable th {
padding: 10px;
width:800px;
border: 10px solid black;
vertical-align:top;
}
.CmdTable {
margin-left: auto;
margin-right: auto;
}
table
{
border-collapse:collapse;
}
table, th, td
{
text-align:center;
vertical-align:center;
align: center;
}
/*DL, DT, DD TAGS LIST DATA*/
dl {
margin-bottom:50px;
}
dl dt {
/* background:#5f9be3; */
background:#ffffff;
color:#000000;
float:left;
font-weight:bold;
margin-right:10px;
padding:3px;
width:100%;
}
dl dd {
margin:2px 0;
padding:3px 0;
}
h1,h2,h3,h4,h5,h6{
margin-bottom: 0px;
padding-bottom: 0px;
}