jablonka.czprosek.czf

weathermap

Subversion Repositories:
[/] [editor.css] - Blame information for rev 133

 

Line No. Rev Author Line
185simandl#mainview { background: #ccc; padding-top: 60px; }
21simandl 
385simandlbody { font-family: 'Gill Sans', Verdana, sans-serif; margin:0; }
41simandl#toolbar { font-family: Verdana, sans-serif; }
5 
685simandl#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 }
111simandl 
1285simandl#dlgEditorSettings { display: none; z-index: 7; position: absolute;top: 80px;left: 50px;}
13 
141simandl#dlgNodeProperties { display: none; z-index: 2; position: absolute;top: 100px;left: 100px;}
1585simandl#dlgTextEdit { display: none; z-index: 4; position: absolute;top: 150px;left: 150px;}
161simandl#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 
2385simandl#dlgTextEdit textarea { padding: 3px;}
241simandl 
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%;
4385simandl /* padding: 5px; */
441simandl margin: 25px;
45}
46 
47div.dlgTitlebar ul {
48 float: right;
49 font-size: 8pt;
50 font-weight: bold;
51 font-style: italic;
52 white-space: nowrap;
53}
54 
55div.dlgTitlebar ul li {
56 display: inline;
57}
58 
59a.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 
72div.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 
84a.dlgTitlebar { cursor: pointer; }
85 
86div.dlgTitlebar ul li a:hover {
87 color:#fff;
88 background:#69c;
89 }
90 
91a.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;
10385simandl/* background:#ccc;*/
1041simandl background: #1958b7;
10585simandl /* margin-bottom: 10px; */
1061simandl}
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 
13485simandl#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 
1421simandl 
14385simandl background: #1958b7;
144 color:#fff;
145}
146 
147 
1481simandl#toolbar ul li.tb_active:hover {
149 color:#fff;
150 background:#2586d7;
151 }
152 
153.dlgProperties {
15485simandl width: 600px;
1551simandl 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 
192th { color: white; font-weight: bold; text-align: right; font-size: 8pt;}
193td { color: white; font-weight: normal; text-align: left; font-size: 8pt;}
194 
195#xycapture { cursor: crosshair; }
196 
197.alert {
19885simandl background: #fff6bf url(images/exclamation.png) center no-repeat;
1991simandl 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;
20413simandl}
205 
206.fontsamples { height: 64px; width: 300px; overflow: auto; }
207 
20885simandl.cactilink, .cactinode { white-space: nowrap; }
209 
210#item_configtext { overflow: scroll; white-space: nowrap; }

Powered by WebSVN 2.2.1