xref: /dokuwiki/lib/styles/feed.css (revision 11e384f72d646266f90cc7ff18c59dea58fd30c7)
1rss channel, feed, RDF {
2  font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
3  background-color: White;
4  color: Black;
5  margin: 0;
6  padding: 0;
7}
8
9
10link, description, language, managingEditor, copyright, lastBuildDate, date,
11pubDate, generator, webMaster, ttl, docs, tagline, author, copyright,
12generator, content, created, issued, modified, subject, id, format, creator,
13category, image {
14  display: none;
15}
16
17item link, entry id {
18  display: block;
19  color:#436976;
20  text-decoration:underline;
21}
22
23channel title, feed title {
24  display: block;
25  font-size:200%;
26  font-weight:bolder;
27  color:#436976;
28  text-decoration:none;
29  border-bottom: 20px solid #dee7ec;
30}
31
32:root:before {
33  content: "This data file is meant to be read in a XML feed reader. See document source."
34}
35
36item, entry {
37  display: block;
38  margin: 1em 180px 1em 1em;
39  border-bottom: 1px solid #8cacbb;
40  padding-bottom: 1em;
41}
42
43item title, entry title {
44  display: block;
45  background: transparent none;
46  border: 0px solid #ffffff;
47  padding: 0;
48  color: #222;
49  font-size: 1.4em;
50  font-weight: bold;
51}
52
53item pubDate, entry modified, item date {
54  display: inline;
55  color: #AAA;
56  font: 1em trebuchet ms, arial, helvetica, sans-serif;
57}
58
59item description, entry summary {
60  display: block;
61  clear: both;
62  padding-top: 0.5em;
63}
64