Commit 57c9370cc20fa8ccba7a28c1f4b959f0fed45ea3

Authored by Edmar Moretti
1 parent b2eb5ed3

$1

css/botoes2.css
... ... @@ -971,20 +971,51 @@ button {
971 971 border: 0px solid lightgray;
972 972 border-radius: 35px 0px 0px 5px;
973 973 opacity: 0.6;
974   - background: lightgray;
  974 + background: black;
  975 +
  976 +background: rgb(181,189,200);
  977 +background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
  978 +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
  979 +background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  980 +background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  981 +background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  982 +background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  983 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
  984 +
  985 +
975 986 }
976 987  
977 988 #euDock_euImage_3 {
978 989 border: 0px solid lightgray;
979 990 opacity: 0.6;
980   - background: lightgray;
  991 + background: black;
  992 +
  993 +background: rgb(181,189,200);
  994 +background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
  995 +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
  996 +background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  997 +background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  998 +background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  999 +background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1000 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
  1001 +
981 1002 }
982 1003  
983 1004 #euDock_euImage_4 {
984 1005 border: 0px solid lightgray;
985 1006 border-radius: 0px 35px 5px 0px;
986 1007 opacity: 0.6;
987   - background: lightgray;
  1008 + background: black;
  1009 +
  1010 +background: rgb(181,189,200);
  1011 +background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
  1012 +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
  1013 +background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1014 +background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1015 +background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1016 +background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1017 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
  1018 +
988 1019 }
989 1020  
990 1021 #euDock_0 img {
... ... @@ -993,13 +1024,13 @@ button {
993 1024  
994 1025 #euDockMensagem {
995 1026 font-weight: bold;
996   - color: gray;
  1027 + color: white;
997 1028 margin-top: 5px;
998 1029 font-size: 11px;
999   - top: 38px;
  1030 + top: 33px;
1000 1031 }
1001 1032 .eudockImagemBottom {
1002   - box-shadow: 0 12px 15px -10px gray;
  1033 + box-shadow: 0 10px 5px -10px gray;
1003 1034 }
1004 1035 .eudockImagemTop {
1005 1036  
... ...
css/i3geo5.css
... ... @@ -1162,30 +1162,54 @@ box-shadow: 0px 1px 3px gray;
1162 1162 border: 0px solid lightgray;
1163 1163 border-radius: 35px 0px 0px 5px;
1164 1164 opacity: 0.6;
1165   -background: lightgray;
  1165 +background: black;
  1166 +background: rgb(181,189,200);
  1167 +background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
  1168 +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
  1169 +background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1170 +background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1171 +background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1172 +background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1173 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
1166 1174 }
1167 1175 #euDock_euImage_3 {
1168 1176 border: 0px solid lightgray;
1169 1177 opacity: 0.6;
1170   -background: lightgray;
  1178 +background: black;
  1179 +background: rgb(181,189,200);
  1180 +background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
  1181 +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
  1182 +background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1183 +background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1184 +background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1185 +background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1186 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
1171 1187 }
1172 1188 #euDock_euImage_4 {
1173 1189 border: 0px solid lightgray;
1174 1190 border-radius: 0px 35px 5px 0px;
1175 1191 opacity: 0.6;
1176   -background: lightgray;
  1192 +background: black;
  1193 +background: rgb(181,189,200);
  1194 +background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
  1195 +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
  1196 +background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1197 +background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1198 +background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1199 +background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1200 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
1177 1201 }
1178 1202 #euDock_0 img {
1179 1203 }
1180 1204 #euDockMensagem {
1181 1205 font-weight: bold;
1182   -color: gray;
  1206 +color: white;
1183 1207 margin-top: 5px;
1184 1208 font-size: 11px;
1185   -top: 38px;
  1209 +top: 33px;
1186 1210 }
1187 1211 .eudockImagemBottom {
1188   -box-shadow: 0 12px 15px -10px gray;
  1212 +box-shadow: 0 10px 5px -10px gray;
1189 1213 }
1190 1214 .eudockImagemTop {
1191 1215 }
... ...
css/i3geo5.css.php
... ... @@ -1162,30 +1162,54 @@ box-shadow: 0px 1px 3px gray;
1162 1162 border: 0px solid lightgray;
1163 1163 border-radius: 35px 0px 0px 5px;
1164 1164 opacity: 0.6;
1165   -background: lightgray;
  1165 +background: black;
  1166 +background: rgb(181,189,200);
  1167 +background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
  1168 +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
  1169 +background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1170 +background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1171 +background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1172 +background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1173 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
1166 1174 }
1167 1175 #euDock_euImage_3 {
1168 1176 border: 0px solid lightgray;
1169 1177 opacity: 0.6;
1170   -background: lightgray;
  1178 +background: black;
  1179 +background: rgb(181,189,200);
  1180 +background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
  1181 +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
  1182 +background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1183 +background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1184 +background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1185 +background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1186 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
1171 1187 }
1172 1188 #euDock_euImage_4 {
1173 1189 border: 0px solid lightgray;
1174 1190 border-radius: 0px 35px 5px 0px;
1175 1191 opacity: 0.6;
1176   -background: lightgray;
  1192 +background: black;
  1193 +background: rgb(181,189,200);
  1194 +background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
  1195 +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1)));
  1196 +background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1197 +background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1198 +background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1199 +background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
  1200 +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
1177 1201 }
1178 1202 #euDock_0 img {
1179 1203 }
1180 1204 #euDockMensagem {
1181 1205 font-weight: bold;
1182   -color: gray;
  1206 +color: white;
1183 1207 margin-top: 5px;
1184 1208 font-size: 11px;
1185   -top: 38px;
  1209 +top: 33px;
1186 1210 }
1187 1211 .eudockImagemBottom {
1188   -box-shadow: 0 12px 15px -10px gray;
  1212 +box-shadow: 0 10px 5px -10px gray;
1189 1213 }
1190 1214 .eudockImagemTop {
1191 1215 }
... ...
pacotes/eudock/barImages/dockBg-l.png

272 Bytes | W: | H:

202 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
pacotes/eudock/barImages/dockBg-r.png

196 Bytes | W: | H:

192 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin