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