source: temp/test-xoops.ec-cube.net/html/modules/rssj/rss.css @ 405

Revision 405, 1.1 KB checked in by root, 20 years ago (diff)
Line 
1/* $Id: rss.css,v 1.4 2003/11/07 18:26:54 creep Exp $ */
2rss {
3    display: block;
4    margin: 10px auto 10px auto;
5    width: 80%;
6    background: #FFF;
7    font-family: Verdana, arial, sans-serif;
8    font-size: small;
9    }
10
11channel {
12    display: block;
13    margin-bottom: 10px;
14    border: 1px solid #CCC;
15    padding: 10px;
16    }
17
18channel>title {
19    display: block;
20    font-size: large;
21    font-weight: bold;
22    }
23
24channel>description {
25    display: block;
26    }
27
28channel>copyright {
29    display: block;
30    font-size: x-small;
31    color: #666;
32    }
33
34channel>lastBuildDate {
35    display: block;
36    text-align: right;
37    }
38
39channel>language,
40channel>image,
41channel>managingEditor,
42channel>webMaster,
43channel>generator,
44channel>docs,
45channel>ttl {
46    display: none;
47    }
48
49item {
50    display: block;
51    padding: 5px;
52    margin-top: 10px;
53    border: 1px solid #CCC;
54    background: #EEE;
55    }
56
57item>title {
58    display: block;
59    float: left;
60    margin-right: 5px;
61    font-weight: bold;
62    }
63
64item>pubDate {
65    margin-right: 5px;
66    font-size: x-small;
67    color: #666;
68    white-space: nowrap;
69    }
70
71item>guid {
72    display: block;
73    margin-right: 5px;
74    font-size: x-small;
75    color: #666;
76    }
77   
78item>category, item>link {
79    display: none;
80    }
Note: See TracBrowser for help on using the repository browser.