-
Notifications
You must be signed in to change notification settings - Fork 0
/
gramps-dis.html
68 lines (66 loc) · 1.74 KB
/
gramps-dis.html
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
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html>
<head>
<title>Gramps Chrome's Extension for DownloadInternetSources</title>
<style>
body {
width: 357px;
overflow-x: hidden;
}
div {
font-size: 8px;
}
h1 {
font-size: 10px;
}
button {
font-size: 10px;
}
.button {
-webkit-box-shadow:inset 0px 1px 3px 0px #caefab;
box-shadow:inset 0px 1px 3px 0px #caefab;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
text-indent:0;
border:1px solid #268a16;
display:inline-block;
color:#306108;
font-family:Arial;
font-size:12px;
font-weight:bold;
font-style:normal;
height:20px;
line-height:18px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #aade7c;
}
.button:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
background-color:#5cb811;
}
.button:active {
position:relative;
top:1px;
}
.line {
white-space: nowrap;
overflow:hidden;
color: grey;
}
.lastline {
color: black;
}
</style>
<script src="gramps-dis.js"></script>
</head>
<body>
</body>
</html>