]> git.wh0rd.org - tt-rss.git/blame - cdm.css
remove cdm tiles; update cdm stylesheet as to stop reading on yellow
[tt-rss.git] / cdm.css
CommitLineData
dad14b51
AD
1div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
2 vertical-align : middle;
3}
4
5div.cdmHeader {
915b61ef
AD
6 display : table;
7}
8
9div.cdmHeader > * {
10 display : table-cell;
dad14b51
AD
11 padding : 5px;
12}
13
915b61ef
AD
14div.cdmHeader > div {
15 white-space : nowrap;
16}
17
18div.cdmHeader > span {
19 width : 100%;
20}
21
dad14b51
AD
22div.cdmHeader span.updated {
23 color : gray;
24 font-weight : normal;
23ac03ff 25 font-size : 11px;
804ab1f7 26 white-space : nowrap;
47837c09 27 vertical-align : middle;
dad14b51
AD
28}
29
30div.cdmHeader input {
31 margin-right : 5px;
32}
33
8cc5e965 34div.cdmHeader div.updPic {
62b800b4
AD
35 width : 25px;
36 display : inline-block;
37 text-align : center;
38}
39
8cc5e965 40div.cdmHeader div.updPic img {
62b800b4
AD
41 vertical-align : middle;
42}
43
dad14b51 44div.cdmHeader img, div.cdmFooter img {
a7f003e0 45 margin : 0px 2px 0px 2px;
dad14b51
AD
46}
47
62258616
AD
48div.cdmContent a {
49 color : #4684ff;
50}
51
52div.cdmContent a:hover {
53 color : black;
54}
55
dad14b51 56div.cdmContentInner {
dbd7e915 57 margin : 10px;
dad14b51
AD
58}
59
16b59fc8
AD
60div.cdmContentInner img {
61 border-width : 0px;
62 max-width : 98%;
16b59fc8
AD
63}
64
dad14b51 65div.cdmFooter {
dad14b51
AD
66 padding : 5px;
67 font-weight : normal;
68 color : gray;
69 clear : both;
70}
71
a0ddecb9
AD
72div.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
81div.cdm.expanded div.cdmHeader {
82 background : #e0e0e0;
83}
84
85div.cdm.Unread {
86 background : #fafafa;
87}
88
89div.cdm.Unread div.cdmHeader {
90 background : #ecf4ff;
91}
92
93div.cdm.Selected {
94 background : #fff7d5;
95}
96
97div.cdm.expanded.Selected div.cdmHeader {
98 background : #FFEA9E;
99}
100
101div.cdm.expandable.Selected div.cdmHeader {
102 background : #fff7d5;
103}
104
105div.cdm.expandable.active.Selected div.cdmHeader,
106div.cdm.expanded.active.Selected div.cdmHeader {
107 background : #ecf4ff;
108}
109
110div.cdm.active {
111 border-right-color : #88b0f0;
112 border-bottom-color : #88b0f0;
113 background : white ! important;
114}
115
116div.cdm.active div.cdmHeader {
117 background : #ecf4ff;
118}
119
120div.cdm.active div.cdmHeader a.title {
121 color : #4684ff;
122 font-weight : bold;
123}
124
125div.cdm.active div.cdmContent {
126 background : white;
dad14b51
AD
127}
128
129span.cdmExcerpt {
130 font-size : 11px;
131 color : gray;
132 font-weight : normal;
133 cursor : pointer;
134}
135
136div.cdmContent div.postEnclosures {
137 margin-top : 1em;
138 color : gray;
139}
140
8cc5e965
AD
141div.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
36b4cf2f
AD
150div.cdmFeedTitle a.title {
151 color : gray;
152 font-style : italic;
153 font-weight : bold;
154}
155div.cdmFeedTitle a {
156 color : gray;
157}
158
159div.cdmFeedTitle a:hover {
160 color : #4684ff;
161}
162
b999f4c7
AD
163div.articleNote {
164 border-style : dashed none dashed none;
165}
166
ef69681b
AD
167div.cdmHeader span.hlFeed {
168 float : right;
169 font-weight : normal;
23ac03ff 170 font-style : italic;
ef69681b 171}
c06289d3 172
a0ddecb9 173/* div.cdm.expanded .cdmHeader {
2a457e84 174 background : #E0E0E0;
c06289d3
AD
175}
176
3ac153f1 177div.cdm.expanded.Unread div.cdmHeader {
5adfc4a0 178 background : #DCECFB;
fc37f478
AD
179}
180
3ac153f1 181div.cdm.expanded.Unread.Selected div.cdmHeader, div.cdm.expanded.Selected div.cdmHeader {
ca5917cd 182 background : #FFEA9E;
c06289d3 183}
fc37f478 184
1da5179c
AD
185div.cdm.active.Selected div.cdmHeader {
186 background : #FFEA9E;
187}
188
3ac153f1 189div.cdm.expanded.even.Unread, div.cdm.expanded.odd.Unread {
b251d917
AD
190 background : white;
191}
ccc50f92 192
3ac153f1 193div.cdm.expanded.even, div.cdm.expanded.odd {
aa18365a 194 background : #f9f9f9;
ccc50f92 195}
d56ec700 196
a0ddecb9
AD
197div.cdm.odd.active, div.cdm.even.active {
198 background : white;
199}
200
201div.cdm.active .cdmHeader {
202 background : #ecf4ff;
203}
204
205div.cdm.active .cdmFooter {
206 background : white;
207} */
208
d56ec700
AD
209div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
210 vertical-align : middle;
211 color : gray;
e17e99fb 212 font-weight : normal;
23ac03ff
AD
213 font-style : italic;
214 font-size : 11px;
d56ec700 215}
54bc5594
AD
216
217div.cdmContentInner p {
218 max-width : 650px;
219}
b5d4716a
AD
220
221.Unread div.cdmHeader {
222 font-weight : bold;
223}
922bfe73
AD
224
225div.cdmContentInner iframe {
226 min-width : 50%;
227}
11bd95b4
AD
228
229div.cdmHeader span.author {
230 color : gray;
231 font-size : 11px;
d080678c 232 font-weight : normal;
11bd95b4 233}
472219f0 234
1da5179c 235div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
472219f0
AD
236 font-size : 13px;
237}
1da5179c 238
d2f3467b
AD
239div#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
250div#small_article_preview div.content {
251 padding : 5px;
252 font-size : 12px;
253 color : gray;
254}
255
256div#small_article_preview div.content img {
257 max-width : 290px;
258}