-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTiny-InoReader.css
222 lines (190 loc) · 6.41 KB
/
Tiny-InoReader.css
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("inoreader.com")
{
/********************* top bar - start ********************/
/* hide prev/next buttons */
#sb_rp_prev_article,
#sb_rp_next_article
{
display: none !important;
}
/********************* top bar - end **********************/
/************** left navigation tree - start **************/
/* reduce padding-top of the navigation tree */
#subscriptions_nav
{
padding-top: 0 !important;
}
/* change unread count forecolor */
#tree_pane span.unread_cnt,
#tree_pane span.icon-checkmark
{
color: #D24231 !important;
}
/* add padding-bottom of the navigation tree */
#tree_pane #tree
{
padding-bottom: 30px !important;
}
/*************** left navigation tree - end ***************/
/******************* content area - start *****************/
/* block ad */
#sinner_container
{
display: none !important;
}
/* extend the width of content area */
#reader_pane.reader_pane_sinner
{
padding-right: 0 !important;
}
/* center all read message */
#reader_pane #all_read_message
{
position: absolute;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
/* (list view) reduce padding of consent https info panel */
#reader_pane.reader_pane_view_style_0 > #consent_https_info
{
padding-top: 6px !important;
padding-bottom: 6px !important;
}
/* (list view) add margin between article headers */
#reader_pane.reader_pane_view_style_0 > div.ar
{
margin-top: 2px !important;
margin-bottom: 2px !important;
}
/* (list view) add padding to article headers */
#reader_pane.reader_pane_view_style_0 > div.ar div.article_header > div
{
padding-top: 6px !important;
padding-bottom: 6px !important;
}
/* (list view) adjust margin-right of article header's favicon */
#reader_pane.reader_pane_view_style_0 > div.ar div.article_header >div.article_favicon
{
margin-right: 8px !important;
}
/* (list view) adjust margin of article header's arrow div */
#reader_pane.reader_pane_view_style_0 > div.ar div.article_header >div.arrow_div
{
top: 1px !important;
}
/* (list view) adjust margin and padding of article headers */
#reader_pane.reader_pane_view_style_0 > div.ar.article_expanded > div.article_header
{
margin-left: 2px !important;
padding-left: 8px !important;
}
/* (list view) add hover highlight to article headers */
#reader_pane.reader_pane_view_style_0 > div.ar:not(.article_expanded):hover,
#reader_pane.reader_pane_view_style_0 > div.ar.article_expanded > div.article_header:hover
{
box-shadow: 0 0 2px 2px #2E9AFE !important;
}
/* (column view) add margin between article headers */
#reader_pane.reader_pane_view_style_2 > div.ar
{
margin-top: 2px !important;
margin-bottom: 2px !important;
}
/* (column view) reduce padding of article content */
#three_way_contents
{
padding: 0 5px !important;
}
/* (column view) reduce margin-left of article headers */
#reader_pane.reader_pane_view_style_2 > div.ar > div.article_header
{
margin-left: 8px !important;
}
/* (column view) adjust margin of article header's favicon */
#reader_pane.reader_pane_view_style_2 > div.ar > div.article_header div.article_favicon
{
margin-top: 8px !important;
margin-right: 8px !important;
}
/* (column view) add hover highlight to article headers */
#reader_pane.reader_pane_view_style_2 > div.ar:hover
{
box-shadow: 0 0 2px 2px #2E9AFE !important;
}
/* (column view) fix highlight color of selected article headers */
#reader_pane.reader_pane_view_style_2 > div.ar.article_current,
#reader_pane.reader_pane_view_style_2 > div.ar.article_current > div.article_header > div.arrow_div
{
background-color: rgb(255, 249, 219) !important;
}
/* (card view) reduce margin-top of article tiles */
#reader_pane.reader_pane_view_style_3 > div.ar
{
margin-top: 20px !important;
}
/* (card view) add hover highlight to article tiles */
#reader_pane.reader_pane_view_style_3 > div.ar:hover
{
box-shadow: 0 0 5px 2px #2E9AFE !important;
}
/* (card view) fix highlight color of selected article headers */
#reader_pane.reader_pane_view_style_3 > div.ar.article_current
{
background-color: rgb(255, 249, 219) !important;
}
/* (card view) increase the size of center dialog content and keep it staying in the center screen */
#article_dialog_wrapper
{
width: 75% !important;
height: 95% !important;
position: absolute;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
/* (card view) reduce padding of dialog content */
#article_dialog_wrapper > #article_dialog
{
padding: 25px 0 !important;
}
/* adjust padding-top from the article content area */
div.article_full_contents
{
padding-top: 5px !important;
}
/* remove margin from the article title */
div.article_full_contents > div.article_title
{
margin-top: 0 !important;
margin-bottom: 0 !important;
}
/* adjust margin-top of the article sub title */
div.article_full_contents > div.article_sub_title
{
margin-top: 8px !important;
}
/* adjust padding of the article content */
div.article_full_contents > div.article_content
{
padding-top: 8px !important;
padding-bottom: 8px !important;
}
/* remove margin-top of the first element of article content */
div.article_full_contents > div.article_content > p:first-child
{
margin-top: 0 !important;
}
/* remove margin-bottom of the last element of the article content */
div.article_full_contents > div.article_content > p:last-child
{
margin-bottom: 0 !important;
}
/* change the forecolor of all visited links in article content area */
div.article_full_contents > div.article_content a:visited
{
color: #554FCA !important;
}
/******************** content area - end ******************/
}