1 | 85 | simandl | #mainview { background: #ccc; padding-top: 60px; } |
2 | 1 | simandl | |
3 | 85 | simandl | body { font-family: 'Gill Sans', Verdana, sans-serif; margin:0; } |
4 | 1 | simandl | #toolbar { font-family: Verdana, sans-serif; } |
5 | | | |
6 | 85 | simandl | #toolbar { position: fixed; top:0px; left: 0px; width: 100%; |
7 | | | color: white; border-bottom: gray solid 1px; |
8 | | | z-index: 10; opacity: 0.9; |
9 | | | background: #1958b7; |
10 | | | } |
11 | 1 | simandl | |
12 | 85 | simandl | #dlgEditorSettings { display: none; z-index: 7; position: absolute;top: 80px;left: 50px;} |
13 | | | |
14 | 1 | simandl | #dlgNodeProperties { display: none; z-index: 2; position: absolute;top: 100px;left: 100px;} |
15 | 85 | simandl | #dlgTextEdit { display: none; z-index: 4; position: absolute;top: 150px;left: 150px;} |
16 | 1 | simandl | #dlgLinkProperties { display: none; z-index: 3; position: absolute; top: 80px; left: 150px; } |
17 | | | #dlgMapProperties { display: none; z-index: 1; position: absolute;top: 90px; left: 120px;} |
18 | | | #dlgMapStyle { display: none; z-index: 1; position: absolute;top: 40px; left: 50px;} |
19 | | | |
20 | | | #dlgColours { display: none; z-index: 1; position: absolute;top: 140px; left: 90px;} |
21 | | | #dlgImages { display: none; z-index: 1; position: absolute;top: 120px; left: 70px;} |
22 | | | |
23 | 85 | simandl | #dlgTextEdit textarea { padding: 3px;} |
24 | 1 | simandl | |
25 | | | /* some fudges for the Welcome screen*/ |
26 | | | #dlgStart { z-index: 1; position: absolute; top: 90px; left: 60px; width: 600px;} |
27 | | | #dlgStart .dlgBody ul { list-style: none; } |
28 | | | #dlgStart .dlgBody ul a { text-decoration: none; color: white; font-weight: bold;} |
29 | | | |
30 | | | #existingdata { border: 0px; } |
31 | | | |
32 | | | #withjs { |
33 | | | display: none; |
34 | | | /* to hide the page until our Javascript is running. Otherwise the whole thing fails really. */ |
35 | | | } |
36 | | | |
37 | | | #nojs { |
38 | | | /* border: 3px dashed red; |
39 | | | background: #fee; |
40 | | | padding: 5px; |
41 | | | /* the warning bit we'll show unless the javascript hides it */ |
42 | | | font-size: 80%; |
43 | 85 | simandl | /* padding: 5px; */ |
44 | 1 | simandl | margin: 25px; |
45 | | | } |
46 | | | |
47 | | | div.dlgTitlebar ul { |
48 | | | float: right; |
49 | | | font-size: 8pt; |
50 | | | font-weight: bold; |
51 | | | font-style: italic; |
52 | | | white-space: nowrap; |
53 | | | } |
54 | | | |
55 | | | div.dlgTitlebar ul li { |
56 | | | display: inline; |
57 | | | } |
58 | | | |
59 | | | a.dlgTitlebar { |
60 | | | padding:3px 3px; |
61 | | | font-size: 8pt; |
62 | | | font-weight: bold; |
63 | | | font-style: italic; |
64 | | | background:#aaa; |
65 | | | color:#fff; |
66 | | | text-decoration:none; |
67 | | | padding: 3px; |
68 | | | border: 1px white dotted; |
69 | | | margin: 2px; |
70 | | | } |
71 | | | |
72 | | | div.dlgTitlebar ul li a { |
73 | | | float:right; |
74 | | | padding:3px 3px; |
75 | | | background:#aaa; |
76 | | | color:#fff; |
77 | | | text-decoration:none; |
78 | | | padding: 3px; |
79 | | | border: 1px white dotted; |
80 | | | margin: 2px; |
81 | | | cursor: pointer; |
82 | | | } |
83 | | | |
84 | | | a.dlgTitlebar { cursor: pointer; } |
85 | | | |
86 | | | div.dlgTitlebar ul li a:hover { |
87 | | | color:#fff; |
88 | | | background:#69c; |
89 | | | } |
90 | | | |
91 | | | a.dlgTitlebar:hover { |
92 | | | color:#fff; |
93 | | | background:#69c; |
94 | | | } |
95 | | | |
96 | | | #toolbar ul { |
97 | | | float:left; |
98 | | | width:100%; |
99 | | | margin:0; |
100 | | | padding:0; |
101 | | | font-size:11px; |
102 | | | color:#fff; |
103 | 85 | simandl | /* background:#ccc;*/ |
104 | 1 | simandl | background: #1958b7; |
105 | 85 | simandl | /* margin-bottom: 10px; */ |
106 | 1 | simandl | } |
107 | | | |
108 | | | #toolbar ul li.tb_help { |
109 | | | font-style: italic; |
110 | | | padding: 2px; |
111 | | | } |
112 | | | |
113 | | | #toolbar ul li { |
114 | | | display:inline; |
115 | | | } |
116 | | | |
117 | | | #toolbar ul li.tb_active { |
118 | | | float:left; |
119 | | | padding:5px 10px; |
120 | | | text-decoration:none; |
121 | | | |
122 | | | border-left: #508fc4 2px solid; |
123 | | | border-right: #1958b7 2px solid; |
124 | | | border-top: #508fc4 2px solid; |
125 | | | border-bottom: #1958b7 2px solid; |
126 | | | |
127 | | | cursor: pointer; |
128 | | | text-align: center; |
129 | | | |
130 | | | background: #2175bc; |
131 | | | color:#fff; |
132 | | | } |
133 | | | |
134 | 85 | simandl | #toolbar ul li.tb_coords { |
135 | | | float:left; |
136 | | | padding:7px 12px; |
137 | | | text-decoration:none; |
138 | | | width: 70px; |
139 | | | |
140 | | | text-align: center; |
141 | | | |
142 | 1 | simandl | |
143 | 85 | simandl | background: #1958b7; |
144 | | | color:#fff; |
145 | | | } |
146 | | | |
147 | | | |
148 | 1 | simandl | #toolbar ul li.tb_active:hover { |
149 | | | color:#fff; |
150 | | | background:#2586d7; |
151 | | | } |
152 | | | |
153 | | | .dlgProperties { |
154 | 85 | simandl | width: 600px; |
155 | 1 | simandl | background: #077; |
156 | | | margin: 5px; |
157 | | | font-size: 8pt; |
158 | | | color: white; |
159 | | | } |
160 | | | |
161 | | | .dlgBody { |
162 | | | padding: 5px; |
163 | | | font-size: 12pt; |
164 | | | } |
165 | | | |
166 | | | .comment { font-style: italic; font-size: 80%;} |
167 | | | |
168 | | | .dlgHelp { |
169 | | | font-size: 10pt; |
170 | | | line-height: 12pt; |
171 | | | background: #099; |
172 | | | height: 48pt; |
173 | | | padding: 5px; |
174 | | | } |
175 | | | |
176 | | | .dlgTitlebar { |
177 | | | font-size: 12pt; |
178 | | | font-weight: bold; |
179 | | | background: #099; |
180 | | | padding-left: 5px; |
181 | | | padding-right: 4px; |
182 | | | padding-top: 2px; |
183 | | | padding-bottom: 2px; |
184 | | | } |
185 | | | |
186 | | | .debug { line-height: 2.5; margin: 10px; font-size: 70%; background: yellow; border: 1px dashed black; padding: 4px;} |
187 | | | .debug input { font-size: 80%; } |
188 | | | .debug h1 { font-size: 8pt; border-bottom: 1px solid grey; text-align: left;} |
189 | | | .debug span { position: relative; } |
190 | | | .debug span label {position:absolute; top:-1.5em; left:0; font:bold 100%/1 sans-serif; } |
191 | | | |
192 | | | th { color: white; font-weight: bold; text-align: right; font-size: 8pt;} |
193 | | | td { color: white; font-weight: normal; text-align: left; font-size: 8pt;} |
194 | | | |
195 | | | #xycapture { cursor: crosshair; } |
196 | | | |
197 | | | .alert { |
198 | 85 | simandl | background: #fff6bf url(images/exclamation.png) center no-repeat; |
199 | 1 | simandl | background-position: 15px 50%; /* x-pos y-pos */ |
200 | | | text-align: left; |
201 | | | padding: 5px 20px 5px 45px; |
202 | | | border-top: 2px solid #ffd324; |
203 | | | border-bottom: 2px solid #ffd324; |
204 | 13 | simandl | } |
205 | | | |
206 | | | .fontsamples { height: 64px; width: 300px; overflow: auto; } |
207 | | | |
208 | 85 | simandl | .cactilink, .cactinode { white-space: nowrap; } |
209 | | | |
210 | | | #item_configtext { overflow: scroll; white-space: nowrap; } |