source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/styles/feed.css@ 30098

Last change on this file since 30098 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.4 KB
Line 
1rss 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;
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: __extern__;
20 text-decoration: underline;
21}
22
23channel 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__;
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 __border__;
40 padding-bottom: 1em;
41}
42
43item 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;
51}
52
53item pubDate, entry modified, item date {
54 display: inline;
55 color: __text_neu__;
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}
Note: See TracBrowser for help on using the repository browser.