My configuration files for Debian/Ubuntu applications
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

116 linhas
2.8 KiB

  1. /**
  2. This is a template file which you can use to redefine the Liferea
  3. CSS definitions use to render items. Below you find empty class
  4. definitions including comments describing what they are used for.
  5. Before you start customizing...
  6. Reloading:
  7. ==========
  8. For performance reasons Liferea will read this CSS file only
  9. on startup. So when you modify it please restart Liferea for
  10. changes to take effect.
  11. About Font Definitions:
  12. =======================
  13. You should avoid setting absolute font sizes. This allows Liferea
  14. to follow the GNOME font and font size. Use relative definitions
  15. instead (e.g. "1.2em" or "0.8em").
  16. Color Definitions:
  17. ==================
  18. Try to reuse GTK theme colors. Liferea uses the following definitions
  19. and will be replace them on the fly:
  20. GTK-COLOR-FG
  21. GTK-COLOR-BG
  22. GTK-COLOR-LIGHT
  23. GTK-COLOR-DARK
  24. GTK-COLOR-MID
  25. GTK-COLOR-BASE
  26. GTK-COLOR-TEXT
  27. GTK-COLOR-NORMAL-LINK
  28. GTK-COLOR-VISITED-LINK
  29. Inspecting the HTML:
  30. ====================
  31. If the definitions below do not help you, run Liferea with
  32. the parameter "--debug-html". Then Liferea will dump HTML
  33. into
  34. ~/.cache/liferea/output.xhtml
  35. each time it renders an item or a feed. So you can check for
  36. style classes and the layout you want to affect.
  37. */
  38. /* Item display rendering header table (with title, categories...) */
  39. // table.itemhead { }
  40. /* Feed display rendering header table (with title, categories...) */
  41. // table.feedhead { }
  42. /* Left <td> of feed/item table display containing favicon */
  43. // td.headleft { }
  44. // a.favicon { }
  45. // a.favicon img { }
  46. /* Right <td> of feed/item table display containing title */
  47. // td.headright { }
  48. /* Metadata display table (inside header table) */
  49. // table.headmeta { }
  50. /* 2 pane mode: Item menu definitions */
  51. // .itemmenu { }
  52. // .itemmenu a { }
  53. // .itemmenu a:hover { }
  54. // .itemmenu * span { }
  55. // .itemmenu * img { }
  56. /* Header table fields to different item metadata */
  57. // .author, .categories, .source { }
  58. // .date { }
  59. /* Item/feed description */
  60. // div.content { }
  61. /* Comment rendering */
  62. // div.comment { }
  63. // div.comment_body { }
  64. // div.comment_title { }
  65. /* Styles for the HTTP error box at the beginning
  66. of the feed description and for item comment feeds */
  67. // #errors, #commentFeedError { }
  68. // #parseError, #filterError, #updateError { }
  69. // div.xmlparseroutput { }
  70. // span.details, span.detaillink { }
  71. // span.details { }
  72. // span.showmore { }
  73. /* namespace specific styles */
  74. // div.blogchanneltitle { }
  75. // div.photoheader { }
  76. /* Gravatar embedding */
  77. // img.gravatar { }
  78. /* OpenStreeMap embedded map*/
  79. // #map img { }
  80. /* Slashdot Header */
  81. // .slash { }
  82. // .slashSection, .slashDepartment { }
  83. // .slashValue { }