rss.css
1.31 KB
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
channel
{
font-size: 12px;
background: white;
font-family: , , verdana, arial, helvetica, sans-serif;
margin: 0px auto;
width: 100%;
padding:10px 10px 15px 10px;
text-align: center;
}
channel title
{
display: block;
font-weight: bold;
font-size: 18px;
z-index: 1;
position: relative;
height: auto;
}
item
{
padding:10px 10px 2px 10px;
display: block;
font-size: 14px;
margin: 20px 0px;
width: 90%;
line-height: 100%;
text-align: left;
}
image, image title, image height, image width, image url, category, ttl, generator, guid, language, docs, comments,pubDate
{
display: none;
}
rss, item title, item link, item description, item pubDate, item author, item
{
display: block;
font-weight: normal;
font-size: 14px;
margin: 5px;
background: #F0F8FB;
}
item title { font-weight: bold; font-size: 16px; display: block; height: auto; position: relative; z-index: 1}
item link { margin-bottom: 0; }
link { display: block; color: blue; text-decoration: underline; }
info { display: block; margin: 3em 4em 3em 4em; color: Black; text-align: center; padding: 1.5em; font-family: mono; font-size: small; }
managingEditor, webMaster, title, link, description, copyright, lastBuildDate, pubDate
{
display: block; font-size: 14px; line-height:150%;
}