|
|
Line 510: |
Line 510: |
| | | |
| | | |
- |
| |
- | .blue-but:hover {
| |
- | border: 1px solid #0a3c59;
| |
- | text-shadow: #1e4158 0 1px 0;
| |
- | background: #3e779d;
| |
- | background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
| |
- | background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background: -moz-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background: -ms-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background: -o-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
| |
- | color: #fff;
| |
- | }
| |
- |
| |
- | .red-but:hover {
| |
- | border: 1px solid #0a3c59;
| |
- | text-shadow: #1e4158 0 1px 0;
| |
- | background: #3e779d;
| |
- | background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
| |
- | background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background: -moz-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background: -ms-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background: -o-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
| |
- | color: #fff;
| |
- | }
| |
- |
| |
- |
| |
- | .green-but:hover {
| |
- | border: 1px solid #0a3c59;
| |
- | text-shadow: #1e4158 0 1px 0;
| |
- | background: #3e779d;
| |
- | background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
| |
- | background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background: -moz-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background: -ms-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background: -o-linear-gradient(top, #65a9d7, #3e779d);
| |
- | background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
| |
- | color: #fff;
| |
- | }
| |
| | | |
| | | |