]> git.wh0rd.org - tt-rss.git/blob - cdm.css
6f253cc5a8503d80780f139596a93b261ed04c9b
[tt-rss.git] / cdm.css
1 div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
2 vertical-align : middle;
3 }
4
5 div.cdmHeader {
6 display : table;
7 }
8
9 div.cdmHeader > * {
10 display : table-cell;
11 padding : 5px;
12 }
13
14 div.cdmHeader > div {
15 white-space : nowrap;
16 }
17
18 div.cdmHeader > span {
19 width : 100%;
20 }
21
22 div.cdmHeader span.updated {
23 color : gray;
24 font-weight : normal;
25 font-size : 11px;
26 white-space : nowrap;
27 vertical-align : middle;
28 }
29
30 div.cdmHeader input {
31 margin-right : 5px;
32 }
33
34 div.cdmHeader div.updPic {
35 width : 25px;
36 display : inline-block;
37 text-align : center;
38 }
39
40 div.cdmHeader div.updPic img {
41 vertical-align : middle;
42 }
43
44 div.cdmHeader img, div.cdmFooter img {
45 margin : 0px 2px 0px 2px;
46 }
47
48 div.cdmContent a {
49 color : #4684ff;
50 }
51
52 div.cdmContent a:hover {
53 color : black;
54 }
55
56 div.cdmContentInner {
57 margin : 10px;
58 }
59
60 div.cdmContentInner img {
61 border-width : 0px;
62 max-width : 98%;
63 }
64
65 div.cdmFooter {
66 padding : 5px;
67 font-weight : normal;
68 color : gray;
69 clear : both;
70 }
71
72 div.cdm {
73 border-width : 0px 1px 1px 0px;
74 border-collapse : collapse;
75 border-bottom-color : #c0c0c0;
76 border-right-color : #c0c0c0;
77 border-style : solid;
78 background : #f0f0f0;
79 }
80
81 div.cdm.expanded div.cdmHeader {
82 background : #e0e0e0;
83 }
84
85 div.cdm.Unread {
86 background : #fafafa;
87 }
88
89 div.cdm.Unread div.cdmHeader {
90 background : #ecf4ff;
91 }
92
93 div.cdm.Selected {
94 background : #fff7d5;
95 }
96
97 div.cdm.expanded.Selected div.cdmHeader {
98 background : #FFEA9E;
99 }
100
101 div.cdm.expandable.Selected div.cdmHeader {
102 background : #fff7d5;
103 }
104
105 div.cdm.expandable.active.Selected div.cdmHeader,
106 div.cdm.expanded.active.Selected div.cdmHeader {
107 background : #ecf4ff;
108 }
109
110 div.cdm.active {
111 border-right-color : #88b0f0;
112 border-bottom-color : #88b0f0;
113 background : white ! important;
114 }
115
116 div.cdm.active div.cdmHeader {
117 background : #ecf4ff;
118 }
119
120 div.cdm.active div.cdmHeader a.title {
121 color : #4684ff;
122 font-weight : bold;
123 }
124
125 div.cdm.active div.cdmContent {
126 background : white;
127 }
128
129 span.cdmExcerpt {
130 font-size : 11px;
131 color : gray;
132 font-weight : normal;
133 cursor : pointer;
134 }
135
136 div.cdmContent div.postEnclosures {
137 margin-top : 1em;
138 color : gray;
139 }
140
141 div.cdmFeedTitle {
142 border-color : #a0a0a0;
143 border-width : 0px 0px 1px 0px;
144 border-style : solid;
145 padding : 5px 3px 5px 5px;
146 background : url("images/toolbar.png") bottom left;
147 background-repeat : repeat-x;
148 }
149
150 div.cdmFeedTitle a.title {
151 color : gray;
152 font-style : italic;
153 font-weight : bold;
154 }
155 div.cdmFeedTitle a {
156 color : gray;
157 }
158
159 div.cdmFeedTitle a:hover {
160 color : #4684ff;
161 }
162
163 div.articleNote {
164 border-style : dashed none dashed none;
165 }
166
167 div.cdmHeader span.hlFeed {
168 float : right;
169 font-weight : normal;
170 font-style : italic;
171 }
172
173 /* div.cdm.expanded .cdmHeader {
174 background : #E0E0E0;
175 }
176
177 div.cdm.expanded.Unread div.cdmHeader {
178 background : #DCECFB;
179 }
180
181 div.cdm.expanded.Unread.Selected div.cdmHeader, div.cdm.expanded.Selected div.cdmHeader {
182 background : #FFEA9E;
183 }
184
185 div.cdm.active.Selected div.cdmHeader {
186 background : #FFEA9E;
187 }
188
189 div.cdm.expanded.even.Unread, div.cdm.expanded.odd.Unread {
190 background : white;
191 }
192
193 div.cdm.expanded.even, div.cdm.expanded.odd {
194 background : #f9f9f9;
195 }
196
197 div.cdm.odd.active, div.cdm.even.active {
198 background : white;
199 }
200
201 div.cdm.active .cdmHeader {
202 background : #ecf4ff;
203 }
204
205 div.cdm.active .cdmFooter {
206 background : white;
207 } */
208
209 div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
210 vertical-align : middle;
211 color : gray;
212 font-weight : normal;
213 font-style : italic;
214 font-size : 11px;
215 }
216
217 div.cdmContentInner p {
218 max-width : 650px;
219 }
220
221 .Unread div.cdmHeader {
222 font-weight : bold;
223 }
224
225 div.cdmContentInner iframe {
226 min-width : 50%;
227 }
228
229 div.cdmHeader span.author {
230 color : gray;
231 font-size : 11px;
232 font-weight : normal;
233 }
234
235 div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
236 font-size : 13px;
237 }
238
239 div#small_article_preview {
240 width : 300px;
241 max-height : 350px;
242 overflow : hidden;
243 border : 1px solid #c0c0c0;
244 background : white;
245 position : absolute;
246 box-shadow : 2px 2px 4px #c0c0c0;
247 z-index : 2;
248 }
249
250 div#small_article_preview div.content {
251 padding : 5px;
252 font-size : 12px;
253 color : gray;
254 }
255
256 div#small_article_preview div.content img {
257 max-width : 290px;
258 }