]> git.wh0rd.org - tt-rss.git/blame - cdm.css
add a placeholder where floicon might be added if needed, still keep it
[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 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
c068b98b
AD
78div.cdm.expandable.active {
79 box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
80}
81
14c53e4e
AD
82div.cdm.expandable > hr {
83 display : none;
c2fd7468
AD
84}
85
14c53e4e
AD
86div.cdm.expanded > hr {
87 margin-top : 0px;
88 margin-bottom : 0px;
a0ddecb9
AD
89}
90
ee71a9ff 91div.cdm.expandable.Unread {
12a80ad5 92 background : white;
a0ddecb9
AD
93}
94
ee71a9ff 95div.cdm.expandable.active {
c2fd7468 96 border-color : #88b0f0;
a0ddecb9 97 background : white ! important;
42c43ff7
AD
98}
99
14c53e4e
AD
100div.cdm.expandable div.cdmHeader a.title {
101 font-weight : bold;
81aa9e2b 102 color : #555;
14c53e4e
AD
103}
104
105div.cdm.expandable.Unread div.cdmHeader a.title {
106 color : black;
a0ddecb9
AD
107}
108
14c53e4e 109div.cdm.expandable.active div.cdmHeader a.title {
a0ddecb9 110 color : #4684ff;
a0ddecb9
AD
111}
112
14c53e4e
AD
113div.cdm.expanded div.cdmHeader {
114 background : transparent ! important;
115}
116
117div.cdm.expanded div.cdmHeader a.title {
118 font-size : 14px;
b79da019 119 color : #999;
14c53e4e
AD
120 font-weight : bold;
121}
122
123
124div.cdm.expanded.active div.cdmHeader a.title {
125 color : #4684ff;
126}
127
128div.cdm.expanded.Unread div.cdmHeader a.title {
129 color : black;
130}
131
132div.cdm.expanded div.cdmContent {
81aa9e2b 133 color : #555;
14c53e4e
AD
134}
135
136div.cdm.expanded.Unread div.cdmContent {
137 color : black;
138}
139
a0ddecb9 140div.cdm.active div.cdmContent {
14c53e4e 141 color : black;
dad14b51
AD
142}
143
144span.cdmExcerpt {
145 font-size : 11px;
81aa9e2b 146 color : #555;
dad14b51
AD
147 font-weight : normal;
148 cursor : pointer;
149}
150
151div.cdmContent div.postEnclosures {
152 margin-top : 1em;
81aa9e2b 153 color : #555;
dad14b51
AD
154}
155
8cc5e965
AD
156div.cdmFeedTitle {
157 border-color : #a0a0a0;
158 border-width : 0px 0px 1px 0px;
159 border-style : solid;
160 padding : 5px 3px 5px 5px;
161 background : url("images/toolbar.png") bottom left;
162 background-repeat : repeat-x;
163}
164
36b4cf2f 165div.cdmFeedTitle a.title {
81aa9e2b 166 color : #555;
36b4cf2f
AD
167 font-style : italic;
168 font-weight : bold;
169}
14c53e4e 170
36b4cf2f 171div.cdmFeedTitle a {
81aa9e2b 172 color : #555;
36b4cf2f
AD
173}
174
175div.cdmFeedTitle a:hover {
176 color : #4684ff;
177}
178
ef69681b
AD
179div.cdmHeader span.hlFeed {
180 float : right;
181 font-weight : normal;
23ac03ff 182 font-style : italic;
ef69681b 183}
c06289d3 184
d56ec700
AD
185div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
186 vertical-align : middle;
81aa9e2b 187 color : #555;
e17e99fb 188 font-weight : normal;
23ac03ff
AD
189 font-style : italic;
190 font-size : 11px;
d56ec700 191}
54bc5594 192
d3103484
AD
193div.cdm .hlFeed a {
194 border-radius : 4px;
195 display : inline-block;
196 padding : 1px 4px 1px 4px;
197}
198
54bc5594
AD
199div.cdmContentInner p {
200 max-width : 650px;
201}
b5d4716a 202
922bfe73
AD
203div.cdmContentInner iframe {
204 min-width : 50%;
205}
11bd95b4
AD
206
207div.cdmHeader span.author {
81aa9e2b 208 color : #555;
11bd95b4 209 font-size : 11px;
d080678c 210 font-weight : normal;
11bd95b4 211}
472219f0 212
d2f3467b 213