two extra '; are invalid php, also the translation tool does not accept this
[dokuwiki.git] / lib / styles / feed.css
blob44b72d770287c9e744e1410ce3f08746079b1f8c
1 rss channel, feed, RDF {
2 font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
3 background-color: __background__;
4 color: __text__;
5 margin: 0;
6 padding: 0;
10 link, description, language, managingEditor, copyright, lastBuildDate, date,
11 pubDate, generator, webMaster, ttl, docs, tagline, author, copyright,
12 generator, content, created, issued, modified, subject, id, format, creator,
13 category, image {
14 display: none;
17 item link, entry id {
18 display: block;
19 color: __extern__;
20 text-decoration: underline;
23 channel title, feed title {
24 display: block;
25 font-size: 200%;
26 font-weight: bolder;
27 color: __extern__;
28 text-decoration: none;
29 border-bottom: 20px solid __background_alt__;
32 :root:before {
33 content: "This data file is meant to be read in a XML feed reader. See document source."
36 item, entry {
37 display: block;
38 margin: 1em 180px 1em 1em;
39 border-bottom: 1px solid __border__;
40 padding-bottom: 1em;
43 item title, entry title {
44 display: block;
45 background: transparent none;
46 border: 0px solid __background_other__;
47 padding: 0;
48 color: __text_alt__;
49 font-size: 1.4em;
50 font-weight: bold;
53 item pubDate, entry modified, item date {
54 display: inline;
55 color: __text_neu__;
56 font: 1em trebuchet ms, arial, helvetica, sans-serif;
59 item description, entry summary {
60 display: block;
61 clear: both;
62 padding-top: 0.5em;