Commit 50798aaab33d0ab63e1d415b3172b2f7a7333e54

Authored by Edmar Moretti
1 parent 0e12aeb7

$1

Showing 2 changed files with 134 additions and 140 deletions   Show diff stats
css/black.css 0 → 100644
... ... @@ -0,0 +1,131 @@
  1 +.olControlEditingToolbar1 div {
  2 + background-image:url(../mashups/openlayers.png);
  3 + background-repeat:no-repeat;
  4 + float:right;
  5 + right: 0px;
  6 + height:29px;
  7 + margin:2px;
  8 + width:29px;
  9 + cursor:pointer;
  10 +}
  11 +.fundoRodape {
  12 + border: 0 solid #DFDFDF;
  13 + border-collapse: collapse;
  14 + font-family: Verdana,Arial,Helvetica,sans-serif;
  15 + font-size: 12px;
  16 + margin: 0;
  17 + padding: 0;
  18 + position: relative;
  19 + text-align: center;
  20 + background: black;
  21 +}
  22 +#seletorIdiomas {
  23 + float: right;
  24 +}
  25 +#escala {
  26 + float: left;
  27 +}
  28 +#escala td {
  29 + background: black;
  30 + float: left;
  31 +}
  32 +#escala span {
  33 + border: 0px solid white;
  34 +}
  35 +#escala input {
  36 + background: black;
  37 + color: white;
  38 + font-family: Verdana,Arial,Helvetica,sans-serif;
  39 + font-size: 10px;
  40 + margin: 0;
  41 + border: 0px solid white;
  42 + box-shadow: none;
  43 + text-align: right;
  44 +}
  45 +#localizarxygeoProj {
  46 + width: 100%;
  47 +}
  48 +#localizarxygeoProj td {
  49 + background: black;
  50 + color: white;
  51 +}
  52 +#localizarxygeoProj input {
  53 + background: black;
  54 + color: white;
  55 + font-family: Verdana,Arial,Helvetica,sans-serif;
  56 + font-size: 10px;
  57 + margin: 0;
  58 + border: 0px solid white;
  59 + box-shadow: none;
  60 +}
  61 +#localizarxygeoProj span {
  62 + border: 0px solid white;
  63 +}
  64 +#localizarxygeoProj select {
  65 + border: 1px solid #B4B4B4;
  66 + font-size: 10px;
  67 + height: 16px;
  68 + left: 1px;
  69 + position: relative;
  70 + top: 1px;
  71 + width: 40px;
  72 +}
  73 +.i3GeoMascaraDMS tr {
  74 + border: 0px solid white;
  75 +}
  76 +#euDock_euImage_2 {
  77 + background: black;
  78 + opacity: 1;
  79 +}
  80 +#euDock_euImage_3 {
  81 + background: black;
  82 + opacity: 1;
  83 +}
  84 +#euDock_euImage_4 {
  85 + background: black;
  86 + opacity: 1;
  87 +}
  88 +#menus .bd{
  89 + background: black;
  90 +}
  91 +yuimenubar yui-module yui-overlay visible{
  92 + background: black;
  93 +}
  94 +.yui-skin-sam .yuimenuitemlabel{
  95 + color: white;
  96 +}
  97 +.yuimenubaritem .yuimenubaritem-hassubmenu{
  98 + background:black;
  99 + color:white;
  100 +}
  101 +
  102 +.yui-skin-sam .yuimenuitem-selected {
  103 + background: #707070;
  104 +}
  105 +
  106 +.yui-skin-sam .yuimenubaritem-selected {
  107 + background: #707070;
  108 + color: white;
  109 +}
  110 +
  111 +.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
  112 + background: #707070;
  113 + color: white;
  114 +}
  115 +.yui-skin-sam .yuimenubaritemlabel {
  116 + color:white;
  117 + margin: 8px 0;
  118 + background: black;
  119 + height:14px;
  120 +}
  121 +.yui-skin-sam .yuimenubaritemlabel-selected{
  122 + background: #707070;
  123 + color: white;
  124 +}
  125 +.yui-skin-sam .yuimenubaritemlabel .first-of-type {
  126 + color:white;
  127 + margin: 8px 0;
  128 +}
  129 +#menuajudaMenu{
  130 + color: white;
  131 +}
... ...
interface/openlayersdebug.htm
... ... @@ -10,9 +10,9 @@
10 10 <div id="i3GEONomeLogin" style="position:absolute;left:10px;top:12px;font-size:11px;z-index:50000"></div>
11 11 <table id='mst' summary="" style='display:none;' width=100% cellspacing='0'>
12 12 <tr>
13   - <td id="contemMenu" style="background:black;height:35px;text-align:right;border-width:0pt 0pt 1px;border-color:rgb(240,240,240)">
  13 + <td id="contemMenu" style="background:black;height:30px;text-align:right;border-width:0pt 0pt 1px;border-color:rgb(240,240,240)">
14 14 <!--menu suspenso-->
15   - <div id="menus" style="height:10px;"></div>
  15 + <div id="menus" style="height:0px;"></div>
16 16 </td>
17 17 </tr>
18 18 <tr>
... ... @@ -108,144 +108,7 @@
108 108 </div>
109 109 <script src="../classesjs/i3geonaocompacto.js"></script>
110 110 <script src="../pacotes/openlayers/OpenLayers211.js.php"></script>
111   -<!-- <script src="../pacotes/openlayers/OpenLayers2131.js.php"></script> -->
112   -<!-- estilo necess&aacute;rio para a ferramenta de edi&ccedil;&atilde;o -->
113   -<style>
114   -.olControlEditingToolbar1 div {
115   - background-image:url(../mashups/openlayers.png);
116   - background-repeat:no-repeat;
117   - float:right;
118   - right: 0px;
119   - height:29px;
120   - margin:2px;
121   - width:29px;
122   - cursor:pointer;
123   -}
124   -.fundoRodape {
125   - border: 0 solid #DFDFDF;
126   - border-collapse: collapse;
127   - font-family: Verdana,Arial,Helvetica,sans-serif;
128   - font-size: 12px;
129   - margin: 0;
130   - padding: 0;
131   - position: relative;
132   - text-align: center;
133   - background: black;
134   -}
135   -#seletorIdiomas {
136   - float: right;
137   -}
138   -#escala {
139   - float: left;
140   -}
141   -#escala td {
142   - background: black;
143   - float: left;
144   -}
145   -#escala span {
146   - border: 0px solid white;
147   -}
148   -#escala input {
149   - background: black;
150   - color: white;
151   - font-family: Verdana,Arial,Helvetica,sans-serif;
152   - font-size: 10px;
153   - margin: 0;
154   - border: 0px solid white;
155   - box-shadow: none;
156   - text-align: right;
157   -}
158   -#localizarxygeoProj {
159   - width: 100%;
160   -}
161   -#localizarxygeoProj td {
162   - background: black;
163   - color: white;
164   -}
165   -#localizarxygeoProj input {
166   - background: black;
167   - color: white;
168   - font-family: Verdana,Arial,Helvetica,sans-serif;
169   - font-size: 10px;
170   - margin: 0;
171   - border: 0px solid white;
172   - box-shadow: none;
173   -}
174   -#localizarxygeoProj span {
175   - border: 0px solid white;
176   -}
177   -#localizarxygeoProj select {
178   - border: 1px solid #B4B4B4;
179   - font-size: 10px;
180   - height: 16px;
181   - left: 1px;
182   - position: relative;
183   - top: 1px;
184   - width: 40px;
185   -}
186   -.i3GeoMascaraDMS tr {
187   - border: 0px solid white;
188   -}
189   -#euDock_euImage_2 {
190   - background: black;
191   - opacity: 1;
192   -}
193   -#euDock_euImage_3 {
194   - background: black;
195   - opacity: 1;
196   -}
197   -#euDock_euImage_4 {
198   - background: black;
199   - opacity: 1;
200   -}
201   -#menus .bd{
202   - background: black;
203   -}
204   -yuimenubar yui-module yui-overlay visible{
205   - background: black;
206   -}
207   -.yui-skin-sam .yuimenuitemlabel{
208   - color: white;
209   -}
210   -.yuimenubaritem .yuimenubaritem-hassubmenu{
211   - background:black;
212   - color:white;
213   -}
214   -
215   -.yui-skin-sam .yuimenuitem-selected {
216   - background: #707070;
217   -}
218   -
219   -.yui-skin-sam .yuimenubaritem-selected {
220   - background: #707070;
221   - color: white;
222   -}
223   -
224   -.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
225   - background: #707070;
226   - color: white;
227   -}
228   -.yui-skin-sam .yuimenubaritemlabel {
229   - color:white;
230   - margin: 8px 0;
231   - background: black;
232   - height:14px;
233   -}
234   -.yui-skin-sam .yuimenubaritemlabel-selected{
235   - background: #707070;
236   - color: white;
237   -}
238   -.yui-skin-sam .yuimenubaritemlabel .first-of-type {
239   - color:white;
240   - margin: 8px 0;
241   -}
242   -#menuajudaMenu{
243   - color: white;
244   -}
245   -
246   -
247   -
248   -</style>
  111 +<link rel="stylesheet" type="text/css" href="../css/black.css">
249 112 <script>
250 113 /*
251 114 Interface Openlayers para debug
... ...