-
Notifications
You must be signed in to change notification settings - Fork 8
/
style.css
162 lines (129 loc) · 3.41 KB
/
style.css
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
body {background: #cfd5cc; }
th { text-align: left; }
a {text-decoration: none}
h2 {
font-size: 140%;
font-family: arial;
margin-left: 5px;
margin-bottom: 10px
}
div.trblock, label {display: block; overflow: hidden; }
table td img {margin: -4px; padding-bottom: 1px}
td {
padding-left: 0.5em;
padding-right: 0.5em;
padding-bottom: 0.2em;
padding-top: 0.2em;
background: #f0f5ec;
min-height: 12px;
}
fieldset th {
text-align: left;
background: #fb9;
border: #d86 1px solid;
padding: 0 0.4em 0 0.4em
}
fieldset table {border-collapse: collapse}
fieldset td {
padding-left: 0.5em;
padding-right: 0.5em;
padding-bottom: 0.2em;
padding-top: 0.2em;
line-height: 1em;
border: 1px #d86 dotted
}
fieldset tr:hover td {background: #ff8}
label, input, select, textarea {
margin-bottom: 4px;
vertical-align: middle
}
label.leftlab, label.lleftlab {
float: left;
width: 15em;
text-align: right;
padding-right: 7px;
color: #353;
}
label.lleftlab {
width: 7em;
}
label.sleftlab {
width: 5.5em;
}
br { clear: left; }
fieldset{
background: #f0f5ec;
padding-top: 0.7em;
margin-top: 0.7em; margin-bottom: 0.7em;
}
select#symChoice option, select.symChoice option {
background-repeat: no-repeat;
padding-left: 23px;
background-size: contain;
}
span.kartref { color: #700 }
span.kartref:hover {font-weight: bold}
span.postfield {font-size: smaller; color: #755; margin-left: 5px; }
span.fielderror {color: #c00}
span.fieldsuccess {color: #080;}
select {margin-left: 5px; border: 1px inset #666; background: #eee}
input {height: 1.5em; border: 1px inset #666; margin-left: 5px; padding: 0px 3px 0px 3px}
button {background: #cdc; font-size: smaller; margin-left: 5px;}
button#restart, button#logout {width: 8em;margin-bottom: 3px}
div.taglist {
-moz-columns: auto;
-moz-column-width: 11em;
-moz-column-gap:0.5em;
-webkit-columns: auto;
-webkit-column-width: 11em;
-webkit-column-gap:0.5em;
columns: auto;
column-width: 11em;
column-gap:0.5em;
}
div.taglist input {margin: 0.1em}
.error {color: red; ; padding-left: 4px}
#login fieldset {max-width: 25em; padding-top: 1.5em; padding-bottom: 1.3em }
div#config_menu {
float: left;
width: 9.3em;
margin-right:1em;
padding-top:55px;
background:url(images/PolaricServer.png) no-repeat ;
background-position: 4px 10px
}
#config_main {max-width: 50em}
div#config_main {overflow: hidden; height: 43em}
iframe#config_main {width: 100%; height: 100%; border: none }
ul.menu li {
list-style-type: none;
list-style-position: inside;
padding: 0.1em 0px 0.1em 9px;
font-family: helvetica, sans-serif;
}
ul.menu {
padding: 0.6em 0 0.6em 0;
border-top: 3px dotted #272;
border-bottom: 3px dotted #272
}
ul.menu ul {padding-left: 1em;}
ul.menu ul li {font-size: smaller}
a:hover {background: #fff}
ul.menu li.selected {
background-image: url(images/pointer.gif);
background-position: 0px center;
background-repeat: no-repeat;
}
ul.menu li.selected a {color: #833}
.status {
margin-top: 1em;
padding: 2px;
border: dotted 1px red;
background: #ddd;
color: #800;
font-size: 90%
}
img.state {vertical-align: bottom; margin-left: 0.5em}
#login {margin-top: 1.5em}
#login img { margin-left: 10px; vertical-align: middle}
#login div div { display: inline; color: #555; font-family: courier; font-size: 23px; padding-left: 10px;}