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
|
rss channel, feed, RDF {
font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
background-color: __background__;
color: __text__;
margin: 0;
padding: 0;
}
link, description, language, managingEditor, copyright, lastBuildDate, date,
pubDate, generator, webMaster, ttl, docs, tagline, author, copyright,
generator, content, created, issued, modified, subject, id, format, creator,
category, image {
display: none;
}
item link, entry id {
display: block;
color: __extern__;
text-decoration: underline;
}
channel title, feed title {
display: block;
font-size: 200%;
font-weight: bolder;
color: __extern__;
text-decoration: none;
border-bottom: 20px solid __background_alt__;
}
:root:before {
content: "This data file is meant to be read in a XML feed reader. See document source."
}
item, entry {
display: block;
margin: 1em 180px 1em 1em;
border-bottom: 1px solid __border__;
padding-bottom: 1em;
}
item title, entry title {
display: block;
background: transparent none;
border: 0px solid __background_other__;
padding: 0;
color: __text_alt__;
font-size: 1.4em;
font-weight: bold;
}
item pubDate, entry modified, item date {
display: inline;
color: __text_neu__;
font: 1em trebuchet ms, arial, helvetica, sans-serif;
}
item description, entry summary {
display: block;
clear: both;
padding-top: 0.5em;
}
|