rss.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. channel
  2. {
  3. font-size: 12px;
  4. background: white;
  5. font-family: 宋体, 新宋体, verdana, arial, helvetica, sans-serif;
  6. margin: 0px auto;
  7. width: 100%;
  8. padding:10px 10px 15px 10px;
  9. text-align: center;
  10. }
  11. channel title
  12. {
  13. display: block;
  14. font-weight: bold;
  15. font-size: 18px;
  16. z-index: 1;
  17. position: relative;
  18. height: auto;
  19. }
  20. item
  21. {
  22. padding:10px 10px 2px 10px;
  23. display: block;
  24. font-size: 14px;
  25. margin: 20px 0px;
  26. width: 90%;
  27. line-height: 100%;
  28. text-align: left;
  29. }
  30. image, image title, image height, image width, image url, category, ttl, generator, guid, language, docs, comments,pubDate
  31. {
  32. display: none;
  33. }
  34. rss, item title, item link, item description, item pubDate, item author, item
  35. {
  36. display: block;
  37. font-weight: normal;
  38. font-size: 14px;
  39. margin: 5px;
  40. background: #F0F8FB;
  41. }
  42. item title { font-weight: bold; font-size: 16px; display: block; height: auto; position: relative; z-index: 1}
  43. item link { margin-bottom: 0; }
  44. link { display: block; color: blue; text-decoration: underline; }
  45. info { display: block; margin: 3em 4em 3em 4em; color: Black; text-align: center; padding: 1.5em; font-family: mono; font-size: small; }
  46. managingEditor, webMaster, title, link, description, copyright, lastBuildDate, pubDate
  47. {
  48. display: block; font-size: 14px; line-height:150%;
  49. }