|
|
Line 439: |
Line 439: |
| vertical-align: middle; | | vertical-align: middle; |
| } | | } |
| + | |
| + | |
| + | .red-but:hover { |
| + | color: #fff; |
| + | } |
| + | |
| + | .red-but:active { |
| + | text-shadow: #1e4158 0 1px 0; |
| + | border: 1px solid #800000; |
| + | background: #ff6666; |
| + | background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff6666)); |
| + | background: -webkit-linear-gradient(top, #ff0000, #ff6666); |
| + | background: -moz-linear-gradient(top, #ff0000, #ff6666); |
| + | background: -ms-linear-gradient(top, #ff0000, #ff6666); |
| + | background: -o-linear-gradient(top, #ff0000, #ff6666); |
| + | background-image: -ms-linear-gradient(top, #ff0000 0%, #ff6666 100%); |
| + | color: #fff; |
| + | } |
| + | |
| + | |
| | | |
| .green-but { | | .green-but { |
Line 494: |
Line 514: |
| | | |
| | | |
- |
| |
- | .red-but:hover {
| |
- | color: #fff;
| |
- | }
| |
- |
| |
- | .red-but:active {
| |
- | text-shadow: #1e4158 0 1px 0;
| |
- | border: 1px solid #800000;
| |
- | background: #ff6666;
| |
- | background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff6666));
| |
- | background: -webkit-linear-gradient(top, #ff0000, #ff6666);
| |
- | background: -moz-linear-gradient(top, #ff0000, #ff6666);
| |
- | background: -ms-linear-gradient(top, #ff0000, #ff6666);
| |
- | background: -o-linear-gradient(top, #ff0000, #ff6666);
| |
- | background-image: -ms-linear-gradient(top, #ff0000 0%, #ff6666 100%);
| |
- | color: #fff;
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | .green-but {
| |
- | cursor: pointer;
| |
- | border: 1px solid #0a3c59;
| |
- | 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%);
| |
- | padding: 10.5px 21px;
| |
- | -webkit-border-radius: 6px;
| |
- | -moz-border-radius: 6px;
| |
- | border-radius: 6px;
| |
- | -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
| |
- | -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
| |
- | box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
| |
- | text-shadow: #7ea4bd 0 1px 0;
| |
- | color: #06426c;
| |
- | font-size: 14px;
| |
- | font-family: helvetica, serif;
| |
- | text-decoration: none;
| |
- | vertical-align: middle;
| |
- | }
| |
| | | |
| .green-but:hover { | | .green-but:hover { |