-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhn.css
59 lines (52 loc) · 1007 Bytes
/
hn.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
56
57
58
59
body {
width: 440px;
padding-bottom: 15px;
overflow: hidden;
margin: 0px;
background: linear-gradient(180deg, rgba(196, 196, 196, 0.28) 0%, rgba(196, 196, 196, 0.3) 14.58%, rgba(196, 196, 196, 0.1) 100%);
font-style: normal;
text-align: center;
color: #0C4F6B;
}
#header {
width: 100%;
height: 30px;
margin: 0px;
background: linear-gradient(180deg, #F1F1F1 0%, #C3CBCB 52.6%, #C8CFD0 100%);
}
h1 {
font-weight: 700;
font-size: 16px;
line-height: 19px;
padding-top: 10px;
margin: 0px;
}
h2 {
font-weight: 700;
font-size: 12px;
line-height: 14px;
}
hr {
border-top: 1px solid #BCC4C5;
width: 380px;
margin-bottom: 4px;
margin-top: 20px;
}
#saveCheckboxes {
width: 360px;
margin-top: 10px;
margin-left: 40px;
padding-bottom: 10px;
}
#openSpan {
float:left;
}
#faviconSpan {
float: right;
}
p {
text-align: left;
margin: 10px;
font-weight: 300;
font-size: 11px;
}