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