feed.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. rss 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. link, description, language, managingEditor, copyright, lastBuildDate, date,
  9. pubDate, generator, webMaster, ttl, docs, tagline, author, copyright,
  10. generator, content, created, issued, modified, subject, id, format, creator,
  11. category, image {
  12. display: none;
  13. }
  14. item link, entry id {
  15. display: block;
  16. color: __extern__;
  17. text-decoration: underline;
  18. }
  19. channel title, feed title {
  20. display: block;
  21. font-size: 200%;
  22. font-weight: bolder;
  23. color: __extern__;
  24. text-decoration: none;
  25. border-bottom: 20px solid __background_alt__;
  26. }
  27. :root:before {
  28. content: "This data file is meant to be read in a XML feed reader. See document source."
  29. }
  30. item, entry {
  31. display: block;
  32. margin: 1em 180px 1em 1em;
  33. border-bottom: 1px solid __border__;
  34. padding-bottom: 1em;
  35. }
  36. item title, entry title {
  37. display: block;
  38. background: transparent none;
  39. border: 0px solid __background_other__;
  40. padding: 0;
  41. color: __text_alt__;
  42. font-size: 1.4em;
  43. font-weight: bold;
  44. }
  45. item pubDate, entry modified, item date {
  46. display: inline;
  47. color: __text_neu__;
  48. font: 1em trebuchet ms, arial, helvetica, sans-serif;
  49. }
  50. item description, entry summary {
  51. display: block;
  52. clear: both;
  53. padding-top: 0.5em;
  54. }