]> git.wh0rd.org - tt-rss.git/blame - cdm.css
updated german translation
[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;
17809d7c 58 line-height : 20px;
dad14b51
AD
59}
60
16b59fc8
AD
61div.cdmContentInner img {
62 border-width : 0px;
63 max-width : 98%;
5b27cb05 64 height : auto;
16b59fc8
AD
65}
66
dad14b51 67div.cdmFooter {
dad14b51
AD
68 padding : 5px;
69 font-weight : normal;
70 color : gray;
71 clear : both;
72}
73
14c53e4e
AD
74div.cdm.expanded {
75 margin-top : 4px;
76 margin-bottom : 4px;
c2fd7468
AD
77}
78
79div.cdm.expandable {
14c53e4e
AD
80 background-color : #f0f0f0;
81 border-width : 0px 0px 1px 0px;
82 border-color : #c0c0c0;
83 border-style : solid;
a0ddecb9
AD
84}
85
14c53e4e
AD
86div.cdm.expandable > hr {
87 display : none;
c2fd7468
AD
88}
89
14c53e4e
AD
90div.cdm.expanded > hr {
91 margin-top : 0px;
92 margin-bottom : 0px;
a0ddecb9
AD
93}
94
95div.cdm.Unread {
12a80ad5 96 background : white;
a0ddecb9
AD
97}
98
a0ddecb9 99div.cdm.active {
c2fd7468 100 border-color : #88b0f0;
a0ddecb9 101 background : white ! important;
42c43ff7
AD
102}
103
14c53e4e
AD
104div.cdm.expandable div.cdmHeader a.title {
105 font-weight : bold;
106 color : gray;
107}
108
109div.cdm.expandable.Unread div.cdmHeader a.title {
110 color : black;
a0ddecb9
AD
111}
112
14c53e4e 113div.cdm.expandable.active div.cdmHeader a.title {
a0ddecb9 114 color : #4684ff;
a0ddecb9
AD
115}
116
14c53e4e
AD
117div.cdm.expanded div.cdmHeader {
118 background : transparent ! important;
119}
120
121div.cdm.expanded div.cdmHeader a.title {
122 font-size : 14px;
123 color : gray;
124 font-weight : bold;
125}
126
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 {
137 color : gray;
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;
150 color : gray;
151 font-weight : normal;
152 cursor : pointer;
153}
154
155div.cdmContent div.postEnclosures {
156 margin-top : 1em;
157 color : gray;
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
AD
169div.cdmFeedTitle a.title {
170 color : gray;
171 font-style : italic;
172 font-weight : bold;
173}
14c53e4e 174
36b4cf2f
AD
175div.cdmFeedTitle a {
176 color : gray;
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;
191 color : gray;
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 {
212 color : gray;
213 font-size : 11px;
d080678c 214 font-weight : normal;
11bd95b4 215}
472219f0 216
d2f3467b 217