rss.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. @import url(http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css);
  2. .well.sidebar-nav.rss
  3. {
  4. }
  5. /*google feeds*/
  6. .gfg-listentry-highlight,
  7. .gfg-listentry
  8. {
  9. background-position: left center;
  10. background-repeat: no-repeat;
  11. padding-left: 20px;
  12. }
  13. .gfg-root a:link,
  14. .gfg-root a:visited,
  15. .gfg-root a:focus,
  16. .gfg-root a:active
  17. {
  18. font-weight: normal;
  19. text-decoration: none;
  20. }
  21. .gfg-root {
  22. border-left:0px;
  23. border-right:0px;
  24. border-top:0px ;
  25. }
  26. .gfg-listentry {
  27. line-height: 14px !important;
  28. }
  29. .gfg-listentry{
  30. white-space: normal;
  31. }
  32. .gfg-subtitle, .gfg-title{
  33. font-weight: bold ;
  34. }
  35. .gfg-title{
  36. display: none;
  37. }
  38. .gfg-subtitle a:link, .gfg-title a:link{
  39. font-weight: bold;
  40. }
  41. .gfg-root .gfg-entry .gf-result .gf-title{
  42. white-space: normal !important;
  43. }
  44. .gfg-entry{
  45. height:9.5em !important;
  46. /* border: 1px solid grey;
  47. border-radius: 8px 8px 8px 8px;
  48. margin:2px;*/
  49. }
  50. .gfg-root, .gfg-entry, .gf-result, .gf-snippet{
  51. background-color: transparent !important;
  52. }
  53. .gfg-root a:hover, .gfg-subtitle:hover {
  54. text-decoration: none;
  55. }
  56. .gfg-listentry{
  57. height: auto;
  58. padding-top:4px;
  59. padding-bottom: 4px;
  60. border-bottom-style: dotted;
  61. border-bottom-width: 1px;
  62. }
  63. .gfg-listentry-odd {
  64. background-color: transparent !important;
  65. }
  66. .gf-author, .gf-relativePublishedDate, .gf-spacer{
  67. display:none !important;
  68. }
  69. .gfg-horizontal-root .gfg-entry .gf-result .gf-snippet {
  70. display: block;
  71. clear:both;
  72. }
  73. .gfg-branding{
  74. display:none;
  75. }
  76. .gfg-horizontal-root{
  77. height: auto;
  78. border:none;
  79. }
  80. .gfg-horizontal-container{
  81. display:inline;
  82. }