* dug out the missing RSS Templats from uncensored
[citadel.git] / webcit / static / rss_browser.css
1 * {
2 display: block;
3 }
4
5 :root {
6 margin: 50px;
7 }
8
9 channel > title {
10 font-size: x-large;
11 text-align: center;
12 }
13
14 channel > title:after {
15 display: block;
16 padding: 50px;
17 content: "This is an RSS feed, designed to be read in an RSS application.";
18 background-color: grey;
19 color: white;
20 }
21
22 item {
23 margin: 25px 0 20px 0;
24 }
25
26 item > title {
27 font-size: medium;
28 margin-bottom: 20px;
29 }
30
31 item > link {
32 font-size: small;
33 margin-top: 6px;
34 margin-bottom: 6px;
35 }
36
37 item > description {
38 font-size: small;
39 }
40
41 item > pubDate {
42 font-size: small;
43 }
44
45 channel > link,
46 channel > copyright, 
47 channel > lastBuildDate, 
48 channel > generator, 
49 channel > docs,
50 language,
51 lastBuildDate,
52 ttl,
53 guid,
54 category {
55 display: none;
56 }