]> git.wh0rd.org - tt-rss.git/blame_incremental - cdm.css
Fr translation - New strings
[tt-rss.git] / cdm.css
... / ...
CommitLineData
1div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
2 vertical-align : middle;
3}
4
5div.cdmHeader {
6 display : table;
7}
8
9div.cdmHeader > * {
10 display : table-cell;
11 padding : 5px;
12}
13
14div.cdmHeader > div {
15 white-space : nowrap;
16}
17
18div.cdmHeader > span {
19 width : 100%;
20}
21
22div.cdmHeader span.updated {
23 color : gray;
24 font-weight : normal;
25 font-size : 11px;
26 white-space : nowrap;
27 vertical-align : middle;
28}
29
30div.cdmHeader input {
31 margin-right : 5px;
32}
33
34div.cdmHeader div.updPic {
35 width : 25px;
36 display : inline-block;
37 text-align : center;
38}
39
40div.cdmHeader div.updPic img {
41 vertical-align : middle;
42}
43
44div.cdmHeader img, div.cdmFooter img {
45 margin : 0px 2px 0px 2px;
46}
47
48div.cdmContent a {
49 color : #4684ff;
50}
51
52div.cdmContent a:hover {
53 color : black;
54}
55
56div.cdmContentInner {
57 margin : 10px;
58}
59
60div.cdmContentInner img {
61 border-width : 0px;
62 max-width : 98%;
63}
64
65div.cdmFooter {
66 padding : 5px;
67 font-weight : normal;
68 color : gray;
69 clear : both;
70}
71
72div.cdm {
73 border-width : 0px 1px 1px 0px;
74 border-collapse : collapse;
75 border-color : #c0c0c0;
76 border-style : solid;
77 background : #fafafa;
78}
79
80div.cdm.expandable {
81 background : #f0f0f0;
82}
83
84div.cdm.expanded, div.cdm.expandable {
85 margin : 4px 4px 0px 4px;
86 border-width : 1px;
87 border-color : #c0c0c0;
88 box-shadow : 0px 0px 3px #ccc;
89}
90
91div.cdm.expanded div.cdmHeader {
92 background : #e0e0e0;
93}
94
95div.cdm.Unread {
96 background : white;
97}
98
99div.cdm.Unread div.cdmHeader {
100 background : #ecf4ff;
101}
102
103div.cdm.active {
104 border-color : #88b0f0;
105 background : white ! important;
106 box-shadow : 0px 0px 3px #4684ff;
107}
108
109div.cdm.active div.cdmHeader {
110 background : #ecf4ff;
111}
112
113div.cdm.active div.cdmHeader a.title {
114 color : #4684ff;
115}
116
117div.cdm.active div.cdmContent {
118 background : white;
119}
120
121span.cdmExcerpt {
122 font-size : 11px;
123 color : gray;
124 font-weight : normal;
125 cursor : pointer;
126}
127
128div.cdmContent div.postEnclosures {
129 margin-top : 1em;
130 color : gray;
131}
132
133div.cdmFeedTitle {
134 border-color : #a0a0a0;
135 border-width : 0px 0px 1px 0px;
136 border-style : solid;
137 padding : 5px 3px 5px 5px;
138 background : url("images/toolbar.png") bottom left;
139 background-repeat : repeat-x;
140}
141
142div.cdmFeedTitle a.title {
143 color : gray;
144 font-style : italic;
145 font-weight : bold;
146}
147div.cdmFeedTitle a {
148 color : gray;
149}
150
151div.cdmFeedTitle a:hover {
152 color : #4684ff;
153}
154
155div.articleNote {
156 border-style : dashed none dashed none;
157}
158
159div.cdmHeader span.hlFeed {
160 float : right;
161 font-weight : normal;
162 font-style : italic;
163}
164
165div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
166 vertical-align : middle;
167 color : gray;
168 font-weight : normal;
169 font-style : italic;
170 font-size : 11px;
171}
172
173div.cdmContentInner p {
174 max-width : 650px;
175}
176
177.Unread div.cdmHeader {
178 font-weight : bold;
179}
180
181div.cdmContentInner iframe {
182 min-width : 50%;
183}
184
185div.cdmHeader span.author {
186 color : gray;
187 font-size : 11px;
188 font-weight : normal;
189}
190
191div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
192 font-size : 13px;
193}
194
195div#small_article_preview {
196 width : 300px;
197 max-height : 350px;
198 overflow : hidden;
199 border : 1px solid #c0c0c0;
200 background : white;
201 position : absolute;
202 box-shadow : 2px 2px 4px #c0c0c0;
203 z-index : 2;
204}
205
206div#small_article_preview div.content {
207 padding : 5px;
208 font-size : 12px;
209 color : gray;
210}
211
212div#small_article_preview div.content img {
213 max-width : 290px;
214}