-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrss.css
43 lines (41 loc) · 798 Bytes
/
rss.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
channel,title,item,description,link{
display: block;
}
channel, item {
border-width: 1px;
border-style: solid;
border-left-width: 4px;
border-left-style: double;
border-color:#444455;
width: 90%;
margin: 0.5em auto;
background-color: #ffffff;
padding:20px;
}
channel title{
font-size:150%;
font-weight: bold;
color:#555577;
margin-bottom: 0.5em;
background-color:#EEEEEE;
padding:5px 20px;
margin:-20px;
margin-bottom:10px;
}
item title {
font-size:110%;
font-weight: bold;
color:#555577;
margin-bottom: 0.5em;
background-color:#EEEEEE;
padding:5px 20px;
margin:-20px;
margin-bottom:10px;
}
description{
line-height:140%;
}
link {
text-decoration: underline;
margin-bottom: 3px;
}