Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
193 f9daq 1
    body {
2
      background-color: #fff;
3
      font-family: sans-serif;
4
    }
5
    h1 {
6
      font-weight: normal;
7
      font-size: 140%;
8
    }
9
 
10
.mybutton {
11
-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
12
-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
13
box-shadow:inset 0px -3px 7px 0px #29bbff;
14
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
15
background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
16
background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
17
background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
18
background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
19
background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
20
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
21
background-color:#2dabf9;
22
-moz-border-radius:3px;
23
-webkit-border-radius:3px;
24
border-radius:3px;
25
border:1px solid #0b0e07;
26
display:inline-block;
27
cursor:pointer;
28
color:#ffffff;
29
font-family:Arial;
30
font-size:12px;
31
padding:5px 5px;
32
text-decoration:none;
33
text-shadow:0px 1px 0px #263666;
34
}
35
.mybutton:hover {
36
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
37
background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
38
background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
39
background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
40
background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
41
background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
42
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
43
background-color:#0688fa;
44
}
45
.mybutton:active {
46
position:relative;
47
top:1px;
48
}