source: other-projects/nz-flag-design/trunk/render-3d/CSS/button.css@ 29575

Last change on this file since 29575 was 29575, checked in by bmt11, 9 years ago
File size: 520 bytes
RevLine 
[29547]1.myButton {
2 background-color:#33bdef;
3 -moz-border-radius:42px;
4 -webkit-border-radius:42px;
[29575]5 border-radius:100%;
[29547]6 border:4px solid #057fd0;
[29575]7 display: block;
[29547]8 cursor:pointer;
9 color:#ffffff;
[29575]10 padding:50px;
11 float: right;
12 margin: 10% 15% 10% 10%;
[29547]13}
14.myButton:hover {
15 -moz-box-shadow:inset 0px 1px 14px 11px #f0f7fa;
16 -webkit-box-shadow:inset 0px 1px 14px 11px #f0f7fa;
17 box-shadow:inset 0px 1px 14px 11px #f0f7fa;
18 background-color:#019ad2;
19}
20.myButton:active {
21 position:relative;
22 top:1px;
23}
Note: See TracBrowser for help on using the repository browser.