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

Last change on this file since 29579 was 29579, checked in by bmt11, 9 years ago

Final touches on CSS slider for weather effects. Need to still implement sunny weather change.

File size: 562 bytes
Line 
1.myButton {
2 background-color:#33bdef;
3 -moz-border-radius:42px;
4 -webkit-border-radius:42px;
5 border-radius:100%;
6 border:1vh solid #057fd0;
7 display: block;
8 cursor:pointer;
9 color:#ffffff;
10 padding:calc(88vh/6);
11 float: right;
12 margin: 1vh;
13 margin-right: 5%;
14 background-size: cover;
15}
16.myButton:hover {
17 -moz-box-shadow:inset 0px 1px 14px 11px #f0f7fa;
18 -webkit-box-shadow:inset 0px 1px 14px 11px #f0f7fa;
19 box-shadow:inset 0px 1px 14px 11px #f0f7fa;
20 background-color:#019ad2;
21}
22.myButton:active {
23 position:relative;
24 top:1px;
25}
Note: See TracBrowser for help on using the repository browser.