]> git.wh0rd.org - tt-rss.git/blame - css/cdm.css
unify excerpt font sizes for CDM and 3 panel mode, use single line headers in expanda...
[tt-rss.git] / css / 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 22div.cdmHeader span.updated {
81aa9e2b 23 color : #555;
dad14b51 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
dad14b51 48div.cdmContentInner {
dbd7e915 49 margin : 10px;
17809d7c 50 line-height : 20px;
dad14b51
AD
51}
52
16b59fc8
AD
53div.cdmContentInner img {
54 border-width : 0px;
55 max-width : 98%;
5b27cb05 56 height : auto;
16b59fc8
AD
57}
58
dad14b51 59div.cdmFooter {
dad14b51
AD
60 padding : 5px;
61 font-weight : normal;
81aa9e2b 62 color : #555;
dad14b51
AD
63 clear : both;
64}
65
14c53e4e
AD
66div.cdm.expanded {
67 margin-top : 4px;
68 margin-bottom : 4px;
c2fd7468
AD
69}
70
71div.cdm.expandable {
14c53e4e
AD
72 background-color : #f0f0f0;
73 border-width : 0px 0px 1px 0px;
74 border-color : #c0c0c0;
75 border-style : solid;
a0ddecb9
AD
76}
77
14c53e4e
AD
78div.cdm.expandable > hr {
79 display : none;
c2fd7468
AD
80}
81
14c53e4e
AD
82div.cdm.expanded > hr {
83 margin-top : 0px;
84 margin-bottom : 0px;
a0ddecb9
AD
85}
86
ee71a9ff 87div.cdm.expandable.Unread {
12a80ad5 88 background : white;
a0ddecb9
AD
89}
90
9e14c591
AD
91div.cdm.expandable.Selected {
92 background : #f9fbff;
93}
94
ee71a9ff 95div.cdm.expandable.active {
9e14c591 96 box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
c2fd7468 97 border-color : #88b0f0;
a0ddecb9 98 background : white ! important;
42c43ff7
AD
99}
100
f8900c31
AD
101div.cdm.expandable div.cdmHeader span.titleWrap {
102 white-space : nowrap;
103 text-overflow : ellipsis;
104 overflow : hidden;
105 max-width : 500px;
106}
107
14c53e4e
AD
108div.cdm.expandable div.cdmHeader a.title {
109 font-weight : bold;
81aa9e2b 110 color : #555;
14c53e4e
AD
111}
112
113div.cdm.expandable.Unread div.cdmHeader a.title {
114 color : black;
a0ddecb9
AD
115}
116
14c53e4e 117div.cdm.expandable.active div.cdmHeader a.title {
a0ddecb9 118 color : #4684ff;
a0ddecb9
AD
119}
120
14c53e4e
AD
121div.cdm.expanded div.cdmHeader {
122 background : transparent ! important;
123}
124
125div.cdm.expanded div.cdmHeader a.title {
126 font-size : 14px;
b79da019 127 color : #999;
14c53e4e
AD
128 font-weight : bold;
129}
130
9e14c591
AD
131div.cdm.expanded.active {
132 background : white;
133}
14c53e4e
AD
134
135div.cdm.expanded.active div.cdmHeader a.title {
136 color : #4684ff;
137}
138
139div.cdm.expanded.Unread div.cdmHeader a.title {
140 color : black;
141}
142
143div.cdm.expanded div.cdmContent {
81aa9e2b 144 color : #555;
14c53e4e
AD
145}
146
147div.cdm.expanded.Unread div.cdmContent {
148 color : black;
149}
150
a0ddecb9 151div.cdm.active div.cdmContent {
14c53e4e 152 color : black;
dad14b51
AD
153}
154
155span.cdmExcerpt {
156 font-size : 11px;
81aa9e2b 157 color : #555;
dad14b51
AD
158 font-weight : normal;
159 cursor : pointer;
160}
161
162div.cdmContent div.postEnclosures {
163 margin-top : 1em;
81aa9e2b 164 color : #555;
dad14b51
AD
165}
166
8cc5e965
AD
167div.cdmFeedTitle {
168 border-color : #a0a0a0;
169 border-width : 0px 0px 1px 0px;
170 border-style : solid;
171 padding : 5px 3px 5px 5px;
172 background : url("images/toolbar.png") bottom left;
173 background-repeat : repeat-x;
174}
175
36b4cf2f 176div.cdmFeedTitle a.title {
81aa9e2b 177 color : #555;
36b4cf2f
AD
178 font-style : italic;
179 font-weight : bold;
180}
14c53e4e 181
36b4cf2f 182div.cdmFeedTitle a {
81aa9e2b 183 color : #555;
36b4cf2f
AD
184}
185
186div.cdmFeedTitle a:hover {
187 color : #4684ff;
188}
189
ef69681b
AD
190div.cdmHeader span.hlFeed {
191 float : right;
192 font-weight : normal;
23ac03ff 193 font-style : italic;
ef69681b 194}
c06289d3 195
d56ec700
AD
196div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
197 vertical-align : middle;
81aa9e2b 198 color : #555;
e17e99fb 199 font-weight : normal;
23ac03ff
AD
200 font-style : italic;
201 font-size : 11px;
d56ec700 202}
54bc5594 203
d3103484
AD
204div.cdm .hlFeed a {
205 border-radius : 4px;
206 display : inline-block;
207 padding : 1px 4px 1px 4px;
208}
209
54bc5594
AD
210div.cdmContentInner p {
211 max-width : 650px;
212}
b5d4716a 213
922bfe73
AD
214div.cdmContentInner iframe {
215 min-width : 50%;
216}
11bd95b4
AD
217
218div.cdmHeader span.author {
81aa9e2b 219 color : #555;
11bd95b4 220 font-size : 11px;
d080678c 221 font-weight : normal;
11bd95b4 222}
472219f0 223
d2f3467b 224
08820be7
AD
225div#floatingTitle {
226 position : absolute;
227 z-index : 5;
228 top : 30px;
229 right : 20px;
230 border : 1px solid #ccc;
231 background : white;
232 border-radius : 3px;
233 box-shadow : 0px 0px 3px 0px rgba(0,0,0,0.1);
234 color : #555;
235 font-size : 10px;
236 padding : 3px;
237}
238
239div#floatingTitle > * {
240 display : table-cell;
241 white-space : nowrap;
242 vertical-align : middle;
243}
244
d1692b4c
AD
245div#floatingTitle span.titleWrap {
246 max-width : 200px;
247 overflow : hidden;
e2bf55b6 248 text-overflow : ellipsis;
d1692b4c
AD
249}
250
08820be7
AD
251div#floatingTitle img {
252 padding-right : 3px;
253}
254
255div#floatingTitle .dijit,
256div#floatingTitle span.updated,
257div#floatingTitle div.scoreWrap,
258div#floatingTitle div.hlFeed,
259div#floatingTitle span.author,
260div#floatingTitle img.tinyFeedIcon {
261 display : none;
262}