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