-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathltlmop.css
More file actions
56 lines (52 loc) · 1.93 KB
/
ltlmop.css
File metadata and controls
56 lines (52 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
body {font-family: sans-serif;
margin: 50px 100px 50px 100px }
h1 {font-size: 3em}
img.vthumb {width:250px;
border: 0}
/* below code is from cssbuttongenerator.com */
.installbutton {
margin-left: 0.7em;
-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
box-shadow:inset 0px 1px 0px 0px #c1ed9c;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
background-color:#9dce2c;
-webkit-border-top-left-radius:11px;
-moz-border-radius-topleft:11px;
border-top-left-radius:11px;
-webkit-border-top-right-radius:11px;
-moz-border-radius-topright:11px;
border-top-right-radius:11px;
-webkit-border-bottom-right-radius:11px;
-moz-border-radius-bottomright:11px;
border-bottom-right-radius:11px;
-webkit-border-bottom-left-radius:11px;
-moz-border-radius-bottomleft:11px;
border-bottom-left-radius:11px;
text-indent:0;
border:1px solid #83c41a;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:19px;
font-weight:bold;
font-style:normal;
height:37px;
line-height:37px;
width:200px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #689324;
}
.installbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
background-color:#8cb82b;
}.installbutton:active {
position:relative;
top:1px;
}
.installbutton a { color: inherit; text-decoration: none; }