forked from ktmud/owa-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
notify.css
executable file
·66 lines (62 loc) · 1.11 KB
/
notify.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
60
61
62
63
64
65
66
html {
padding: 0;
margin: 0;
}
body {
padding: 0;
margin: 0;
}
h1 {
font: 600 14px/1 Candara, sans-serif;
color: #444;
border-bottom: 1px solid #aca;
margin: 0 0 6px;
padding: 6px;
padding-left: 33px;
background: -webkit-gradient(linear, 0 5%, 0 100%, from(#fff), to(#fffef0));;
text-shadow: 0 1px #eee;
-webkit-box-shadow: 0 1px 2px #dfdfde;
}
h1 strong {
font-size: 14px;
color: #f63;
padding: 4px;
}
h1 a{
color: #444;
display: inline-block;
text-decoration: none;
padding-bottom: 2px;
border-bottom: 1px solid #777;
}
p {
font: 13px/1.4 Tahoma;
color: #333;
padding: 5px 7px;
margin: 0 0 6px;
word-break: break-all;
}
p.digests {
padding: 0 8px;
}
h1 img {
width: 24px;
height: 24px;
position: absolute;
left: 6px;
top: 0;
}
a{
color: #999;
}
a#enter {
font: 12px/1 'Tahoma',serif;
color: #aaa;
display: block;
text-align: right;
margin-bottom: 5px;
margin-right: 8px;
}
a#enter:hover {
color: #d40;
}