Commit 93b41873c4aa1e1e5c046fcafd193a51a0331012

Authored by Edmar Moretti
1 parent 2185045f

Alteração no estilo das guias das janelas flutuantes

css/botoes2.css
@@ -344,7 +344,7 @@ @@ -344,7 +344,7 @@
344 height:14px; 344 height:14px;
345 text-align:center; 345 text-align:center;
346 width:25px; 346 width:25px;
347 - box-shadow:1px 1px 3px 0px gray; 347 + box-shadow:1px 1px 3px 0px lightgray;
348 margin-left:1px; 348 margin-left:1px;
349 } 349 }
350 .x 350 .x
@@ -873,7 +873,7 @@ button{background:url(../imagens/tic2.png) 99% 50% no-repeat;} @@ -873,7 +873,7 @@ button{background:url(../imagens/tic2.png) 99% 50% no-repeat;}
873 background-image:none; 873 background-image:none;
874 margin-left:8px; 874 margin-left:8px;
875 border:solid 1px gray; 875 border:solid 1px gray;
876 - box-shadow:0px 1px 3px gray; 876 + box-shadow:0px 1px 3px lightgray;
877 } 877 }
878 878
879 .iconeMini{ 879 .iconeMini{
css/corrigeyui_geral.css
@@ -301,10 +301,20 @@ td.ygtvcell { @@ -301,10 +301,20 @@ td.ygtvcell {
301 } 301 }
302 .yui-skin-sam .yui-panel .hd { 302 .yui-skin-sam .yui-panel .hd {
303 border: 0px; 303 border: 0px;
  304 +
304 } 305 }
305 .yui-skin-sam .yui-panel .bd { 306 .yui-skin-sam .yui-panel .bd {
306 border: 0px; 307 border: 0px;
  308 + box-shadow: 0 0 0px 0px black;
307 } 309 }
308 .yui-skin-sam .yui-panel .ft { 310 .yui-skin-sam .yui-panel .ft {
309 border: 0px; 311 border: 0px;
310 -}  
311 \ No newline at end of file 312 \ No newline at end of file
  313 +}
  314 +.yui-skin-sam .yui-panel .bd .yui-navset {
  315 + background: none;
  316 + z-index: 1;
  317 + border-bottom: 2px solid lightgray;
  318 +}
  319 +.yui-skin-sam .bd .yui-navset .yui-nav a, .yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a,.yui-skin-sam .bd .yui-navset .yui-nav a em, .yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a em,.yui-skin-sam .bd .yui-button, .yui-skin-sam .bd .yui-button button, .yui-skin-sam .bd .yui-button a, .yui-skin-sam .bd .yui-button .first-child{
  320 + border-color: lightgray;
  321 +}
@@ -63,7 +63,7 @@ td @@ -63,7 +63,7 @@ td
63 input 63 input
64 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid gray;text-align: center;cursor: text;} 64 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid gray;text-align: center;cursor: text;}
65 select 65 select
66 -{box-shadow:1px 1px 3px 0px gray;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid rgb(230,230,230);text-align: left;cursor: pointer;} 66 +{box-shadow:1px 1px 3px 0 lightgray;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid rgb(230,230,230);text-align: left;cursor: pointer;}
67 select option:hover { 67 select option:hover {
68 background-color: #CCFFFF; 68 background-color: #CCFFFF;
69 } 69 }
@@ -121,7 +121,7 @@ select option:hover { @@ -121,7 +121,7 @@ select option:hover {
121 .aplicar 121 .aplicar
122 {visibility:visible;color: #2F4632;background:rgb(240,240,240);text-align: center;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;border-style:outset;border-width:2px;border-color:#cc0000;cursor:pointer;z-index:1000;} 122 {visibility:visible;color: #2F4632;background:rgb(240,240,240);text-align: center;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;border-style:outset;border-width:2px;border-color:#cc0000;cursor:pointer;z-index:1000;}
123 .digitar 123 .digitar
124 -{box-shadow:1px 1px 3px 0px gray;margin:0px;color:#426252;background-color:white;border:1px solid rgb(250,250,250); font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;} 124 +{box-shadow:1px 1px 3px 0px lightgray;margin:0px;color:#426252;background-color:white;border:1px solid rgb(250,250,250); font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;}
125 .digitarOver 125 .digitarOver
126 { 126 {
127 margin:0px;color:#426252;background-color:#F6F6F6;border:1px solid rgb(250,250,250);font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif; 127 margin:0px;color:#426252;background-color:#F6F6F6;border:1px solid rgb(250,250,250);font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;
@@ -254,7 +254,7 @@ h1 {padding:.25em .5em;background-color:#ccc;} @@ -254,7 +254,7 @@ h1 {padding:.25em .5em;background-color:#ccc;}
254 padding: 5px; 254 padding: 5px;
255 } 255 }
256 #i3geoCartoParametros_corpo select { 256 #i3geoCartoParametros_corpo select {
257 - box-shadow:0 1px 5px gray; 257 + box-shadow:0 1px 5px lightgray;
258 height: 20px; 258 height: 20px;
259 } 259 }
260 .bd div{ 260 .bd div{
@@ -269,7 +269,7 @@ h1 {padding:.25em .5em;background-color:#ccc;} @@ -269,7 +269,7 @@ h1 {padding:.25em .5em;background-color:#ccc;}
269 #editor_bd input { 269 #editor_bd input {
270 background-color: #F6F6F6; 270 background-color: #F6F6F6;
271 border: 1px solid #FAFAFA; 271 border: 1px solid #FAFAFA;
272 - box-shadow: 0 1px 3px gray; 272 + box-shadow: 0 1px 3px lightgray;
273 color: #426252; 273 color: #426252;
274 font-family: Verdana,Arial,Helvetica,sans-serif; 274 font-family: Verdana,Arial,Helvetica,sans-serif;
275 font-size: 10px; 275 font-size: 10px;
css/i3geo47.css
@@ -62,7 +62,7 @@ td @@ -62,7 +62,7 @@ td
62 input 62 input
63 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid gray;text-align: center;cursor: text;} 63 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid gray;text-align: center;cursor: text;}
64 select 64 select
65 -{box-shadow:1px 1px 3px 0px gray;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid rgb(230,230,230);text-align: left;cursor: pointer;} 65 +{box-shadow:1px 1px 3px 0 lightgray;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid rgb(230,230,230);text-align: left;cursor: pointer;}
66 select option:hover { 66 select option:hover {
67 background-color: #CCFFFF; 67 background-color: #CCFFFF;
68 } 68 }
@@ -118,7 +118,7 @@ top:2px; @@ -118,7 +118,7 @@ top:2px;
118 .aplicar 118 .aplicar
119 {visibility:visible;color: #2F4632;background:rgb(240,240,240);text-align: center;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;border-style:outset;border-width:2px;border-color:#cc0000;cursor:pointer;z-index:1000;} 119 {visibility:visible;color: #2F4632;background:rgb(240,240,240);text-align: center;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;border-style:outset;border-width:2px;border-color:#cc0000;cursor:pointer;z-index:1000;}
120 .digitar 120 .digitar
121 -{box-shadow:1px 1px 3px 0px gray;margin:0px;color:#426252;background-color:white;border:1px solid rgb(250,250,250); font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;} 121 +{box-shadow:1px 1px 3px 0px lightgray;margin:0px;color:#426252;background-color:white;border:1px solid rgb(250,250,250); font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;}
122 .digitarOver 122 .digitarOver
123 { 123 {
124 margin:0px;color:#426252;background-color:#F6F6F6;border:1px solid rgb(250,250,250);font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif; 124 margin:0px;color:#426252;background-color:#F6F6F6;border:1px solid rgb(250,250,250);font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;
@@ -245,7 +245,7 @@ width: 95%; @@ -245,7 +245,7 @@ width: 95%;
245 padding: 5px; 245 padding: 5px;
246 } 246 }
247 #i3geoCartoParametros_corpo select { 247 #i3geoCartoParametros_corpo select {
248 -box-shadow:0 1px 5px gray; 248 +box-shadow:0 1px 5px lightgray;
249 height: 20px; 249 height: 20px;
250 } 250 }
251 .bd div{ 251 .bd div{
@@ -260,7 +260,7 @@ margin-top: 15px; @@ -260,7 +260,7 @@ margin-top: 15px;
260 #editor_bd input { 260 #editor_bd input {
261 background-color: #F6F6F6; 261 background-color: #F6F6F6;
262 border: 1px solid #FAFAFA; 262 border: 1px solid #FAFAFA;
263 -box-shadow: 0 1px 3px gray; 263 +box-shadow: 0 1px 3px lightgray;
264 color: #426252; 264 color: #426252;
265 font-family: Verdana,Arial,Helvetica,sans-serif; 265 font-family: Verdana,Arial,Helvetica,sans-serif;
266 font-size: 10px; 266 font-size: 10px;
@@ -618,7 +618,7 @@ cursor:pointer; @@ -618,7 +618,7 @@ cursor:pointer;
618 height:14px; 618 height:14px;
619 text-align:center; 619 text-align:center;
620 width:25px; 620 width:25px;
621 -box-shadow:1px 1px 3px 0px gray; 621 +box-shadow:1px 1px 3px 0px lightgray;
622 margin-left:1px; 622 margin-left:1px;
623 } 623 }
624 .x 624 .x
@@ -1144,7 +1144,7 @@ border-radius:5px 5px 5px 5px; @@ -1144,7 +1144,7 @@ border-radius:5px 5px 5px 5px;
1144 background-image:none; 1144 background-image:none;
1145 margin-left:8px; 1145 margin-left:8px;
1146 border:solid 1px gray; 1146 border:solid 1px gray;
1147 -box-shadow:0px 1px 3px gray; 1147 +box-shadow:0px 1px 3px lightgray;
1148 } 1148 }
1149 .iconeMini{ 1149 .iconeMini{
1150 border-radius:5px 5px 5px 5px; 1150 border-radius:5px 5px 5px 5px;
@@ -1531,10 +1531,19 @@ border: 0px; @@ -1531,10 +1531,19 @@ border: 0px;
1531 } 1531 }
1532 .yui-skin-sam .yui-panel .bd { 1532 .yui-skin-sam .yui-panel .bd {
1533 border: 0px; 1533 border: 0px;
  1534 +box-shadow: 0 0 0px 0px black;
1534 } 1535 }
1535 .yui-skin-sam .yui-panel .ft { 1536 .yui-skin-sam .yui-panel .ft {
1536 border: 0px; 1537 border: 0px;
1537 } 1538 }
  1539 +.yui-skin-sam .yui-panel .bd .yui-navset {
  1540 +background: none;
  1541 +z-index: 1;
  1542 +border-bottom: 2px solid lightgray;
  1543 +}
  1544 +.yui-skin-sam .bd .yui-navset .yui-nav a, .yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a,.yui-skin-sam .bd .yui-navset .yui-nav a em, .yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a em,.yui-skin-sam .bd .yui-button, .yui-skin-sam .bd .yui-button button, .yui-skin-sam .bd .yui-button a, .yui-skin-sam .bd .yui-button .first-child{
  1545 +border-color: lightgray;
  1546 +}
1538 div.olMap { 1547 div.olMap {
1539 z-index: 0; 1548 z-index: 0;
1540 padding: 0px!important; 1549 padding: 0px!important;
css/i3geo47.css.php
@@ -62,7 +62,7 @@ td @@ -62,7 +62,7 @@ td
62 input 62 input
63 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid gray;text-align: center;cursor: text;} 63 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid gray;text-align: center;cursor: text;}
64 select 64 select
65 -{box-shadow:1px 1px 3px 0px gray;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid rgb(230,230,230);text-align: left;cursor: pointer;} 65 +{box-shadow:1px 1px 3px 0 lightgray;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #2F4632;background-color: #FFFFFF;padding: 0;border: 1px solid rgb(230,230,230);text-align: left;cursor: pointer;}
66 select option:hover { 66 select option:hover {
67 background-color: #CCFFFF; 67 background-color: #CCFFFF;
68 } 68 }
@@ -118,7 +118,7 @@ top:2px; @@ -118,7 +118,7 @@ top:2px;
118 .aplicar 118 .aplicar
119 {visibility:visible;color: #2F4632;background:rgb(240,240,240);text-align: center;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;border-style:outset;border-width:2px;border-color:#cc0000;cursor:pointer;z-index:1000;} 119 {visibility:visible;color: #2F4632;background:rgb(240,240,240);text-align: center;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;border-style:outset;border-width:2px;border-color:#cc0000;cursor:pointer;z-index:1000;}
120 .digitar 120 .digitar
121 -{box-shadow:1px 1px 3px 0px gray;margin:0px;color:#426252;background-color:white;border:1px solid rgb(250,250,250); font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;} 121 +{box-shadow:1px 1px 3px 0px lightgray;margin:0px;color:#426252;background-color:white;border:1px solid rgb(250,250,250); font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;}
122 .digitarOver 122 .digitarOver
123 { 123 {
124 margin:0px;color:#426252;background-color:#F6F6F6;border:1px solid rgb(250,250,250);font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif; 124 margin:0px;color:#426252;background-color:#F6F6F6;border:1px solid rgb(250,250,250);font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;
@@ -245,7 +245,7 @@ width: 95%; @@ -245,7 +245,7 @@ width: 95%;
245 padding: 5px; 245 padding: 5px;
246 } 246 }
247 #i3geoCartoParametros_corpo select { 247 #i3geoCartoParametros_corpo select {
248 -box-shadow:0 1px 5px gray; 248 +box-shadow:0 1px 5px lightgray;
249 height: 20px; 249 height: 20px;
250 } 250 }
251 .bd div{ 251 .bd div{
@@ -260,7 +260,7 @@ margin-top: 15px; @@ -260,7 +260,7 @@ margin-top: 15px;
260 #editor_bd input { 260 #editor_bd input {
261 background-color: #F6F6F6; 261 background-color: #F6F6F6;
262 border: 1px solid #FAFAFA; 262 border: 1px solid #FAFAFA;
263 -box-shadow: 0 1px 3px gray; 263 +box-shadow: 0 1px 3px lightgray;
264 color: #426252; 264 color: #426252;
265 font-family: Verdana,Arial,Helvetica,sans-serif; 265 font-family: Verdana,Arial,Helvetica,sans-serif;
266 font-size: 10px; 266 font-size: 10px;
@@ -618,7 +618,7 @@ cursor:pointer; @@ -618,7 +618,7 @@ cursor:pointer;
618 height:14px; 618 height:14px;
619 text-align:center; 619 text-align:center;
620 width:25px; 620 width:25px;
621 -box-shadow:1px 1px 3px 0px gray; 621 +box-shadow:1px 1px 3px 0px lightgray;
622 margin-left:1px; 622 margin-left:1px;
623 } 623 }
624 .x 624 .x
@@ -1144,7 +1144,7 @@ border-radius:5px 5px 5px 5px; @@ -1144,7 +1144,7 @@ border-radius:5px 5px 5px 5px;
1144 background-image:none; 1144 background-image:none;
1145 margin-left:8px; 1145 margin-left:8px;
1146 border:solid 1px gray; 1146 border:solid 1px gray;
1147 -box-shadow:0px 1px 3px gray; 1147 +box-shadow:0px 1px 3px lightgray;
1148 } 1148 }
1149 .iconeMini{ 1149 .iconeMini{
1150 border-radius:5px 5px 5px 5px; 1150 border-radius:5px 5px 5px 5px;
@@ -1531,10 +1531,19 @@ border: 0px; @@ -1531,10 +1531,19 @@ border: 0px;
1531 } 1531 }
1532 .yui-skin-sam .yui-panel .bd { 1532 .yui-skin-sam .yui-panel .bd {
1533 border: 0px; 1533 border: 0px;
  1534 +box-shadow: 0 0 0px 0px black;
1534 } 1535 }
1535 .yui-skin-sam .yui-panel .ft { 1536 .yui-skin-sam .yui-panel .ft {
1536 border: 0px; 1537 border: 0px;
1537 } 1538 }
  1539 +.yui-skin-sam .yui-panel .bd .yui-navset {
  1540 +background: none;
  1541 +z-index: 1;
  1542 +border-bottom: 2px solid lightgray;
  1543 +}
  1544 +.yui-skin-sam .bd .yui-navset .yui-nav a, .yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a,.yui-skin-sam .bd .yui-navset .yui-nav a em, .yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a em,.yui-skin-sam .bd .yui-button, .yui-skin-sam .bd .yui-button button, .yui-skin-sam .bd .yui-button a, .yui-skin-sam .bd .yui-button .first-child{
  1545 +border-color: lightgray;
  1546 +}
1538 div.olMap { 1547 div.olMap {
1539 z-index: 0; 1548 z-index: 0;
1540 padding: 0px!important; 1549 padding: 0px!important;