forked from greatsuspender/thegreatsuspender
-
Notifications
You must be signed in to change notification settings - Fork 1
/
history.css
55 lines (55 loc) · 851 Bytes
/
history.css
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
html, body {
line-height: 20px;
margin: 0px;
font-family: verdana, arial, sans-serif;
}
div {
padding: 20px;
}
h1 {
margin-top: 10px;
font-size: 30px;
color: #666;
margin-bottom: 35px;
}
h2 {
font-size: 20px;
color: #666;
padding-top: 15px;
}
img {
padding-right: 10px;
}
p {
max-width: 900px;
}
ul, li {
list-style-type: none;
margin: 0px;
padding: 0px;
}
a {
line-height: 30px;
font-weight: normal;
color: #333;
}
#gsHistory span {
font-style: italic;
font-size: 11px;
color: #aaa;
padding-left: 20px;
}
.groupLink {
font-size: 14px;
color: #888;
padding-left: 20px;
}
.recoveryLink .itemHover {
visibility: hidden;
margin: 0px;
padding: 0px 2px 3px;
cursor: pointer;
}
.recoveryLink:hover .itemHover {
visibility: visible;
}