]> git.wh0rd.org - tt-rss.git/blame_incremental - cdm.css
French translation update : new or modified strigs.
[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 background-color : #f0f0f0;
67 background-image : url("images/cdm_footer_tile.png");
68 padding : 5px;
69 font-weight : normal;
70 color : gray;
71 clear : both;
72}
73
74.Selected div.cdmFooter {
75 background-color : #FFE587;
76 background-image : url("images/cdm_footer_selected.png");
77}
78
79span.cdmExcerpt {
80 font-size : 11px;
81 color : gray;
82 font-weight : normal;
83 cursor : pointer;
84}
85
86div.cdmContent div.postEnclosures {
87 margin-top : 1em;
88 color : gray;
89}
90
91div.cdmFeedTitle {
92 border-color : #a0a0a0;
93 border-width : 0px 0px 1px 0px;
94 border-style : solid;
95 padding : 5px 3px 5px 5px;
96 background : url("images/toolbar.png") bottom left;
97 background-repeat : repeat-x;
98}
99
100div.cdmFeedTitle a.title {
101 color : gray;
102 font-style : italic;
103 font-weight : bold;
104}
105div.cdmFeedTitle a {
106 color : gray;
107}
108
109div.cdmFeedTitle a:hover {
110 color : #4684ff;
111}
112
113div.articleNote {
114 border-style : dashed none dashed none;
115}
116
117div.cdmHeader span.hlFeed {
118 float : right;
119 font-weight : normal;
120 font-style : italic;
121}
122
123div.cdm.expanded .cdmHeader {
124 background : #E0E0E0;
125}
126
127div.cdm.expanded.Unread div.cdmHeader {
128 background : #DCECFB;
129}
130
131div.cdm.expanded.Unread.Selected div.cdmHeader, div.cdm.expanded.Selected div.cdmHeader {
132 background : #FFEA9E;
133}
134
135div.cdm.active.Selected div.cdmHeader {
136 background : #FFEA9E;
137}
138
139div.cdm.expanded.even.Unread, div.cdm.expanded.odd.Unread {
140 background : white;
141}
142
143div.cdm.expanded.even, div.cdm.expanded.odd {
144 background : #f9f9f9;
145}
146
147div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
148 vertical-align : middle;
149 color : gray;
150 font-weight : normal;
151 font-style : italic;
152 font-size : 11px;
153}
154
155div.cdmContentInner p {
156 max-width : 650px;
157}
158
159.Unread div.cdmHeader {
160 font-weight : bold;
161}
162
163div.cdmContentInner iframe {
164 min-width : 50%;
165}
166
167div.cdmHeader span.author {
168 color : gray;
169 font-size : 11px;
170 font-weight : normal;
171}
172
173div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
174 font-size : 13px;
175}
176
177div#small_article_preview {
178 width : 300px;
179 max-height : 350px;
180 overflow : hidden;
181 border : 1px solid #c0c0c0;
182 background : white;
183 position : absolute;
184 box-shadow : 2px 2px 4px #c0c0c0;
185 z-index : 2;
186}
187
188div#small_article_preview div.content {
189 padding : 5px;
190 font-size : 12px;
191 color : gray;
192}
193
194div#small_article_preview div.content img {
195 max-width : 290px;
196}