]> git.wh0rd.org - tt-rss.git/blame - cdm.css
French translation update : new or modified strigs.
[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;
dad14b51
AD
58}
59
16b59fc8
AD
60div.cdmContentInner img {
61 border-width : 0px;
62 max-width : 98%;
16b59fc8
AD
63}
64
dad14b51 65div.cdmFooter {
55bfe617
AD
66 background-color : #f0f0f0;
67 background-image : url("images/cdm_footer_tile.png");
dad14b51
AD
68 padding : 5px;
69 font-weight : normal;
70 color : gray;
71 clear : both;
72}
73
ca8e3d75 74.Selected div.cdmFooter {
9f83a5c7 75 background-color : #FFE587;
d5b82f3e 76 background-image : url("images/cdm_footer_selected.png");
dad14b51
AD
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
8cc5e965
AD
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
36b4cf2f
AD
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
b999f4c7
AD
113div.articleNote {
114 border-style : dashed none dashed none;
115}
116
ef69681b
AD
117div.cdmHeader span.hlFeed {
118 float : right;
119 font-weight : normal;
23ac03ff 120 font-style : italic;
ef69681b 121}
c06289d3 122
3ac153f1 123div.cdm.expanded .cdmHeader {
2a457e84 124 background : #E0E0E0;
c06289d3
AD
125}
126
3ac153f1 127div.cdm.expanded.Unread div.cdmHeader {
5adfc4a0 128 background : #DCECFB;
fc37f478
AD
129}
130
3ac153f1 131div.cdm.expanded.Unread.Selected div.cdmHeader, div.cdm.expanded.Selected div.cdmHeader {
ca5917cd 132 background : #FFEA9E;
c06289d3 133}
fc37f478 134
1da5179c
AD
135div.cdm.active.Selected div.cdmHeader {
136 background : #FFEA9E;
137}
138
3ac153f1 139div.cdm.expanded.even.Unread, div.cdm.expanded.odd.Unread {
b251d917
AD
140 background : white;
141}
ccc50f92 142
3ac153f1 143div.cdm.expanded.even, div.cdm.expanded.odd {
aa18365a 144 background : #f9f9f9;
ccc50f92 145}
d56ec700
AD
146
147div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
148 vertical-align : middle;
149 color : gray;
e17e99fb 150 font-weight : normal;
23ac03ff
AD
151 font-style : italic;
152 font-size : 11px;
d56ec700 153}
54bc5594
AD
154
155div.cdmContentInner p {
156 max-width : 650px;
157}
b5d4716a
AD
158
159.Unread div.cdmHeader {
160 font-weight : bold;
161}
922bfe73
AD
162
163div.cdmContentInner iframe {
164 min-width : 50%;
165}
11bd95b4
AD
166
167div.cdmHeader span.author {
168 color : gray;
169 font-size : 11px;
d080678c 170 font-weight : normal;
11bd95b4 171}
472219f0 172
1da5179c 173div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
472219f0
AD
174 font-size : 13px;
175}
1da5179c 176
d2f3467b
AD
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}