Commit 93b41873c4aa1e1e5c046fcafd193a51a0331012
1 parent
2185045f
Exists in
master
and in
7 other branches
Alteração no estilo das guias das janelas flutuantes
Showing
5 changed files
with
47 additions
and
19 deletions
Show diff stats
css/botoes2.css
... | ... | @@ -344,7 +344,7 @@ |
344 | 344 | height:14px; |
345 | 345 | text-align:center; |
346 | 346 | width:25px; |
347 | - box-shadow:1px 1px 3px 0px gray; | |
347 | + box-shadow:1px 1px 3px 0px lightgray; | |
348 | 348 | margin-left:1px; |
349 | 349 | } |
350 | 350 | .x |
... | ... | @@ -873,7 +873,7 @@ button{background:url(../imagens/tic2.png) 99% 50% no-repeat;} |
873 | 873 | background-image:none; |
874 | 874 | margin-left:8px; |
875 | 875 | border:solid 1px gray; |
876 | - box-shadow:0px 1px 3px gray; | |
876 | + box-shadow:0px 1px 3px lightgray; | |
877 | 877 | } |
878 | 878 | |
879 | 879 | .iconeMini{ | ... | ... |
css/corrigeyui_geral.css
... | ... | @@ -301,10 +301,20 @@ td.ygtvcell { |
301 | 301 | } |
302 | 302 | .yui-skin-sam .yui-panel .hd { |
303 | 303 | border: 0px; |
304 | + | |
304 | 305 | } |
305 | 306 | .yui-skin-sam .yui-panel .bd { |
306 | 307 | border: 0px; |
308 | + box-shadow: 0 0 0px 0px black; | |
307 | 309 | } |
308 | 310 | .yui-skin-sam .yui-panel .ft { |
309 | 311 | border: 0px; |
310 | -} | |
311 | 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 | +} | ... | ... |
css/geral.css
... | ... | @@ -63,7 +63,7 @@ td |
63 | 63 | input |
64 | 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 | 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 | 67 | select option:hover { |
68 | 68 | background-color: #CCFFFF; |
69 | 69 | } |
... | ... | @@ -121,7 +121,7 @@ select option:hover { |
121 | 121 | .aplicar |
122 | 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 | 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 | 125 | .digitarOver |
126 | 126 | { |
127 | 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 | 254 | padding: 5px; |
255 | 255 | } |
256 | 256 | #i3geoCartoParametros_corpo select { |
257 | - box-shadow:0 1px 5px gray; | |
257 | + box-shadow:0 1px 5px lightgray; | |
258 | 258 | height: 20px; |
259 | 259 | } |
260 | 260 | .bd div{ |
... | ... | @@ -269,7 +269,7 @@ h1 {padding:.25em .5em;background-color:#ccc;} |
269 | 269 | #editor_bd input { |
270 | 270 | background-color: #F6F6F6; |
271 | 271 | border: 1px solid #FAFAFA; |
272 | - box-shadow: 0 1px 3px gray; | |
272 | + box-shadow: 0 1px 3px lightgray; | |
273 | 273 | color: #426252; |
274 | 274 | font-family: Verdana,Arial,Helvetica,sans-serif; |
275 | 275 | font-size: 10px; | ... | ... |
css/i3geo47.css
... | ... | @@ -62,7 +62,7 @@ td |
62 | 62 | input |
63 | 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 | 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 | 66 | select option:hover { |
67 | 67 | background-color: #CCFFFF; |
68 | 68 | } |
... | ... | @@ -118,7 +118,7 @@ top:2px; |
118 | 118 | .aplicar |
119 | 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 | 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 | 122 | .digitarOver |
123 | 123 | { |
124 | 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 | 245 | padding: 5px; |
246 | 246 | } |
247 | 247 | #i3geoCartoParametros_corpo select { |
248 | -box-shadow:0 1px 5px gray; | |
248 | +box-shadow:0 1px 5px lightgray; | |
249 | 249 | height: 20px; |
250 | 250 | } |
251 | 251 | .bd div{ |
... | ... | @@ -260,7 +260,7 @@ margin-top: 15px; |
260 | 260 | #editor_bd input { |
261 | 261 | background-color: #F6F6F6; |
262 | 262 | border: 1px solid #FAFAFA; |
263 | -box-shadow: 0 1px 3px gray; | |
263 | +box-shadow: 0 1px 3px lightgray; | |
264 | 264 | color: #426252; |
265 | 265 | font-family: Verdana,Arial,Helvetica,sans-serif; |
266 | 266 | font-size: 10px; |
... | ... | @@ -618,7 +618,7 @@ cursor:pointer; |
618 | 618 | height:14px; |
619 | 619 | text-align:center; |
620 | 620 | width:25px; |
621 | -box-shadow:1px 1px 3px 0px gray; | |
621 | +box-shadow:1px 1px 3px 0px lightgray; | |
622 | 622 | margin-left:1px; |
623 | 623 | } |
624 | 624 | .x |
... | ... | @@ -1144,7 +1144,7 @@ border-radius:5px 5px 5px 5px; |
1144 | 1144 | background-image:none; |
1145 | 1145 | margin-left:8px; |
1146 | 1146 | border:solid 1px gray; |
1147 | -box-shadow:0px 1px 3px gray; | |
1147 | +box-shadow:0px 1px 3px lightgray; | |
1148 | 1148 | } |
1149 | 1149 | .iconeMini{ |
1150 | 1150 | border-radius:5px 5px 5px 5px; |
... | ... | @@ -1531,10 +1531,19 @@ border: 0px; |
1531 | 1531 | } |
1532 | 1532 | .yui-skin-sam .yui-panel .bd { |
1533 | 1533 | border: 0px; |
1534 | +box-shadow: 0 0 0px 0px black; | |
1534 | 1535 | } |
1535 | 1536 | .yui-skin-sam .yui-panel .ft { |
1536 | 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 | 1547 | div.olMap { |
1539 | 1548 | z-index: 0; |
1540 | 1549 | padding: 0px!important; | ... | ... |
css/i3geo47.css.php
... | ... | @@ -62,7 +62,7 @@ td |
62 | 62 | input |
63 | 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 | 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 | 66 | select option:hover { |
67 | 67 | background-color: #CCFFFF; |
68 | 68 | } |
... | ... | @@ -118,7 +118,7 @@ top:2px; |
118 | 118 | .aplicar |
119 | 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 | 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 | 122 | .digitarOver |
123 | 123 | { |
124 | 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 | 245 | padding: 5px; |
246 | 246 | } |
247 | 247 | #i3geoCartoParametros_corpo select { |
248 | -box-shadow:0 1px 5px gray; | |
248 | +box-shadow:0 1px 5px lightgray; | |
249 | 249 | height: 20px; |
250 | 250 | } |
251 | 251 | .bd div{ |
... | ... | @@ -260,7 +260,7 @@ margin-top: 15px; |
260 | 260 | #editor_bd input { |
261 | 261 | background-color: #F6F6F6; |
262 | 262 | border: 1px solid #FAFAFA; |
263 | -box-shadow: 0 1px 3px gray; | |
263 | +box-shadow: 0 1px 3px lightgray; | |
264 | 264 | color: #426252; |
265 | 265 | font-family: Verdana,Arial,Helvetica,sans-serif; |
266 | 266 | font-size: 10px; |
... | ... | @@ -618,7 +618,7 @@ cursor:pointer; |
618 | 618 | height:14px; |
619 | 619 | text-align:center; |
620 | 620 | width:25px; |
621 | -box-shadow:1px 1px 3px 0px gray; | |
621 | +box-shadow:1px 1px 3px 0px lightgray; | |
622 | 622 | margin-left:1px; |
623 | 623 | } |
624 | 624 | .x |
... | ... | @@ -1144,7 +1144,7 @@ border-radius:5px 5px 5px 5px; |
1144 | 1144 | background-image:none; |
1145 | 1145 | margin-left:8px; |
1146 | 1146 | border:solid 1px gray; |
1147 | -box-shadow:0px 1px 3px gray; | |
1147 | +box-shadow:0px 1px 3px lightgray; | |
1148 | 1148 | } |
1149 | 1149 | .iconeMini{ |
1150 | 1150 | border-radius:5px 5px 5px 5px; |
... | ... | @@ -1531,10 +1531,19 @@ border: 0px; |
1531 | 1531 | } |
1532 | 1532 | .yui-skin-sam .yui-panel .bd { |
1533 | 1533 | border: 0px; |
1534 | +box-shadow: 0 0 0px 0px black; | |
1534 | 1535 | } |
1535 | 1536 | .yui-skin-sam .yui-panel .ft { |
1536 | 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 | 1547 | div.olMap { |
1539 | 1548 | z-index: 0; |
1540 | 1549 | padding: 0px!important; | ... | ... |