File: user.css

package info (click to toggle)
liferea 1.15.8-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: ansic: 27,425; javascript: 1,646; python: 1,123; makefile: 657; sh: 115; xml: 13
file content (90 lines) | stat: -rw-r--r-- 2,236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/**
   This is a template file which you can use to redefine the Liferea
   CSS definitions use to render items. Below you find empty class
   definitions including comments describing what they are used for.

   Before you start customizing...

   Reloading:
   ==========

   For performance reasons Liferea will read this CSS file only
   on startup. So when you modify it please restart Liferea for
   changes to take effect.


   About Font Definitions:
   =======================

   You should avoid setting absolute font sizes. This allows Liferea
   to follow the GNOME font and font size. Use relative definitions
   instead (e.g. "1.2em" or "0.8em").


   Inspecting the HTML:
   ====================

   If the definitions below do not help you, run Liferea with
   the parameter "--debug-html". Then Liferea will dump HTML
   into

          ~/.cache/liferea/output.xhtml

   each time it renders an item or a feed. So you can check for
   style classes and the layout you want to affect.

 */

/* Item display rendering header table (with title, categories...) */
// table.itemhead { }

/* Feed display rendering header table (with title, categories...) */
// table.feedhead { }

/* 1st <td> of feed/item table display containing favicon */
// td.head_favicon { }
// a.favicon { }
// a.favicon img { }

/* 2nd <td> of feed/item table display containing title */
// td.head_title { }

/* Metadata display table (inside header table) */
// table.headmeta { }

/* Header table fields to different item metadata */
// .author, .categories, .source { }
// .date { }

/* Image resizing to fit HTML view */
// section, div.content svg, div.content * img { }

/* Resizing for video embeds */
// figure, iframe { }

/* Item/feed description */
// div.content { }

/* Comment rendering */
// div.comment { }
// div.comment_body { }
// div.comment_title { }

/* Styles for the feed fetch error box at the beginning
   of the feed description and for item comment feeds */
// #errors { }
// pre.errorOutput { }

/* namespace specific styles */

/* Gravatar embedding */
// img.gravatar { }

/* OpenStreeMap embedded map*/
// #map img { }

/* Slashdot Header */
// .slash { }
// .slashSection, .slashDepartment { }
// .slashValue { }