]> git.wh0rd.org - tt-rss.git/blob - cdm.css
keep counterNode always visible when feedTree rows get longer
[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 height : auto;
64 }
65
66 div.cdmFooter {
67 padding : 5px;
68 font-weight : normal;
69 color : gray;
70 clear : both;
71 }
72
73 div.cdm.expanded {
74 margin-top : 4px;
75 margin-bottom : 4px;
76 }
77
78 div.cdm.expandable {
79 background-color : #f0f0f0;
80 border-width : 0px 0px 1px 0px;
81 border-color : #c0c0c0;
82 border-style : solid;
83 }
84
85 div.cdm.expandable > hr {
86 display : none;
87 }
88
89 div.cdm.expanded > hr {
90 margin-top : 0px;
91 margin-bottom : 0px;
92 }
93
94 div.cdm.Unread {
95 background : white;
96 }
97
98 div.cdm.active {
99 border-color : #88b0f0;
100 background : white ! important;
101 }
102
103 div.cdm.expandable div.cdmHeader a.title {
104 font-weight : bold;
105 color : gray;
106 }
107
108 div.cdm.expandable.Unread div.cdmHeader a.title {
109 color : black;
110 }
111
112 div.cdm.expandable.active div.cdmHeader a.title {
113 color : #4684ff;
114 }
115
116 div.cdm.expanded div.cdmHeader {
117 background : transparent ! important;
118 }
119
120 div.cdm.expanded div.cdmHeader a.title {
121 font-size : 14px;
122 color : gray;
123 font-weight : bold;
124 }
125
126
127 div.cdm.expanded.active div.cdmHeader a.title {
128 color : #4684ff;
129 }
130
131 div.cdm.expanded.Unread div.cdmHeader a.title {
132 color : black;
133 }
134
135 div.cdm.expanded div.cdmContent {
136 color : gray;
137 }
138
139 div.cdm.expanded.Unread div.cdmContent {
140 color : black;
141 }
142
143 div.cdm.active div.cdmContent {
144 color : black;
145 }
146
147 span.cdmExcerpt {
148 font-size : 11px;
149 color : gray;
150 font-weight : normal;
151 cursor : pointer;
152 }
153
154 div.cdmContent div.postEnclosures {
155 margin-top : 1em;
156 color : gray;
157 }
158
159 div.cdmFeedTitle {
160 border-color : #a0a0a0;
161 border-width : 0px 0px 1px 0px;
162 border-style : solid;
163 padding : 5px 3px 5px 5px;
164 background : url("images/toolbar.png") bottom left;
165 background-repeat : repeat-x;
166 }
167
168 div.cdmFeedTitle a.title {
169 color : gray;
170 font-style : italic;
171 font-weight : bold;
172 }
173
174 div.cdmFeedTitle a {
175 color : gray;
176 }
177
178 div.cdmFeedTitle a:hover {
179 color : #4684ff;
180 }
181
182 div.articleNote {
183 border-style : dashed none dashed none;
184 }
185
186 div.cdmHeader span.hlFeed {
187 float : right;
188 font-weight : normal;
189 font-style : italic;
190 }
191
192 div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
193 vertical-align : middle;
194 color : gray;
195 font-weight : normal;
196 font-style : italic;
197 font-size : 11px;
198 }
199
200 div.cdm .hlFeed a {
201 border-radius : 4px;
202 display : inline-block;
203 padding : 1px 4px 1px 4px;
204 }
205
206 div.cdmContentInner p {
207 max-width : 650px;
208 }
209
210 div.cdmContentInner iframe {
211 min-width : 50%;
212 }
213
214 div.cdmHeader span.author {
215 color : gray;
216 font-size : 11px;
217 font-weight : normal;
218 }
219
220