Commit 496eb4958f00f5a932fd33f5f77b59272ab84b09
1 parent
5f1fc690
Exists in
master
and in
7 other branches
Correções nos estilos dos títulos das guias flutuantes e da janela
Showing
1 changed file
with
12 additions
and
10 deletions
Show diff stats
css/default.css
... | ... | @@ -761,7 +761,7 @@ Configuracoes especificas dos elementos que ficam no rodape |
761 | 761 | color: white; |
762 | 762 | } |
763 | 763 | .i3GeoTituloJanela { |
764 | - font-family: trebuchet ms; | |
764 | + font-family: arial; | |
765 | 765 | font-size: 160%; |
766 | 766 | font-weight: bold; |
767 | 767 | color: #FFFFFF; |
... | ... | @@ -851,7 +851,7 @@ td { |
851 | 851 | } |
852 | 852 | |
853 | 853 | .styled-select input { |
854 | - font-family: trebuchet ms; | |
854 | + font-family: arial; | |
855 | 855 | font-size: 13px; |
856 | 856 | font-weight: normal; |
857 | 857 | color: #000000; |
... | ... | @@ -1087,8 +1087,10 @@ bd .i3geoFormIconeEdita { |
1087 | 1087 | } |
1088 | 1088 | |
1089 | 1089 | .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 |
1090 | - { | |
1090 | +{ | |
1091 | 1091 | border-color: lightgray; |
1092 | + font-family: arial; | |
1093 | + font-size: 1.6rem; | |
1092 | 1094 | } |
1093 | 1095 | |
1094 | 1096 | |
... | ... | @@ -1103,7 +1105,7 @@ bd .i3geoFormIconeEdita { |
1103 | 1105 | .yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a { |
1104 | 1106 | background: rgba(5, 69, 108, 0.9) !IMPORTANT; |
1105 | 1107 | border: none; |
1106 | - font-family: trebuchet ms; | |
1108 | + font-family: arial; | |
1107 | 1109 | font-size: 13px; |
1108 | 1110 | font-weight: bold; |
1109 | 1111 | color: rgba(255, 255, 255, 0.6); |
... | ... | @@ -1154,13 +1156,13 @@ bd .i3geoFormIconeEdita { |
1154 | 1156 | } |
1155 | 1157 | |
1156 | 1158 | .hd span { |
1157 | - font-family: trebuchet ms; | |
1159 | + font-family: arial; | |
1158 | 1160 | color: white; |
1159 | 1161 | opacity: 1.0; |
1160 | 1162 | } |
1161 | 1163 | |
1162 | 1164 | .hd.i3geo6 span { |
1163 | - font-family: trebuchet ms; | |
1165 | + font-family: arial; | |
1164 | 1166 | color: white; |
1165 | 1167 | opacity: 1.0; |
1166 | 1168 | } |
... | ... | @@ -1169,7 +1171,7 @@ bd .i3geoFormIconeEdita { |
1169 | 1171 | background-color: none; |
1170 | 1172 | padding: 10px; |
1171 | 1173 | position: relative; |
1172 | - font-family: trebuchet ms; | |
1174 | + font-family: arial; | |
1173 | 1175 | font-size: 14px; |
1174 | 1176 | font-weight: bold; |
1175 | 1177 | color: rgba(255, 255, 255, 0.6); |
... | ... | @@ -1179,7 +1181,7 @@ bd .i3geoFormIconeEdita { |
1179 | 1181 | background-color: none; |
1180 | 1182 | padding: 10px; |
1181 | 1183 | position: relative; |
1182 | - font-family: trebuchet ms; | |
1184 | + font-family: arial; | |
1183 | 1185 | font-size: 14px; |
1184 | 1186 | font-weight: bold; |
1185 | 1187 | color: rgba(255, 255, 255, 0.6); |
... | ... | @@ -1191,7 +1193,7 @@ bd .i3geoFormIconeEdita { |
1191 | 1193 | padding: 10px; |
1192 | 1194 | margin-top: 10px; |
1193 | 1195 | position: relative; |
1194 | - font-family: trebuchet ms; | |
1196 | + font-family: arial; | |
1195 | 1197 | font-size: 14px; |
1196 | 1198 | font-weight: bold; |
1197 | 1199 | color: rgba(255, 255, 255, 1); |
... | ... | @@ -1294,7 +1296,7 @@ bd .i3geoFormIconeEdita { |
1294 | 1296 | |
1295 | 1297 | .lista2 td { |
1296 | 1298 | background-color: none; |
1297 | - font-family: trebuchet ms; | |
1299 | + font-family: arial; | |
1298 | 1300 | font-size: 13px; |
1299 | 1301 | font-weight: normal; |
1300 | 1302 | color: white; | ... | ... |