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