]> git.wh0rd.org - tt-rss.git/blame - cdm.css
send Last-Modified header with the local image
[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 {
dad14b51
AD
66 padding : 5px;
67 font-weight : normal;
68 color : gray;
69 clear : both;
70}
71
a0ddecb9
AD
72div.cdm {
73 border-width : 0px 1px 1px 0px;
74 border-collapse : collapse;
c2fd7468 75 border-color : #c0c0c0;
a0ddecb9 76 border-style : solid;
c2fd7468
AD
77 background : #fafafa;
78}
79
80div.cdm.expandable {
a0ddecb9
AD
81 background : #f0f0f0;
82}
83
c2fd7468
AD
84div.cdm.expanded {
85 margin : 4px 4px 0px 4px;
86 border-width : 1px;
87 border-color : #c0c0c0;
42c43ff7 88 box-shadow : 0px 0px 2px #ccc;
c2fd7468
AD
89}
90
a0ddecb9
AD
91div.cdm.expanded div.cdmHeader {
92 background : #e0e0e0;
93}
94
95div.cdm.Unread {
12a80ad5 96 background : white;
a0ddecb9
AD
97}
98
99div.cdm.Unread div.cdmHeader {
100 background : #ecf4ff;
101}
102
a0ddecb9 103div.cdm.active {
c2fd7468 104 border-color : #88b0f0;
a0ddecb9
AD
105 background : white ! important;
106}
107
42c43ff7
AD
108div.cdm.expanded.active {
109 box-shadow : 0px 0px 2px #4684ff;
110}
111
a0ddecb9
AD
112div.cdm.active div.cdmHeader {
113 background : #ecf4ff;
114}
115
116div.cdm.active div.cdmHeader a.title {
117 color : #4684ff;
118 font-weight : bold;
119}
120
121div.cdm.active div.cdmContent {
122 background : white;
dad14b51
AD
123}
124
125span.cdmExcerpt {
126 font-size : 11px;
127 color : gray;
128 font-weight : normal;
129 cursor : pointer;
130}
131
132div.cdmContent div.postEnclosures {
133 margin-top : 1em;
134 color : gray;
135}
136
8cc5e965
AD
137div.cdmFeedTitle {
138 border-color : #a0a0a0;
139 border-width : 0px 0px 1px 0px;
140 border-style : solid;
141 padding : 5px 3px 5px 5px;
142 background : url("images/toolbar.png") bottom left;
143 background-repeat : repeat-x;
144}
145
36b4cf2f
AD
146div.cdmFeedTitle a.title {
147 color : gray;
148 font-style : italic;
149 font-weight : bold;
150}
151div.cdmFeedTitle a {
152 color : gray;
153}
154
155div.cdmFeedTitle a:hover {
156 color : #4684ff;
157}
158
b999f4c7
AD
159div.articleNote {
160 border-style : dashed none dashed none;
161}
162
ef69681b
AD
163div.cdmHeader span.hlFeed {
164 float : right;
165 font-weight : normal;
23ac03ff 166 font-style : italic;
ef69681b 167}
c06289d3 168
d56ec700
AD
169div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
170 vertical-align : middle;
171 color : gray;
e17e99fb 172 font-weight : normal;
23ac03ff
AD
173 font-style : italic;
174 font-size : 11px;
d56ec700 175}
54bc5594
AD
176
177div.cdmContentInner p {
178 max-width : 650px;
179}
b5d4716a
AD
180
181.Unread div.cdmHeader {
182 font-weight : bold;
183}
922bfe73
AD
184
185div.cdmContentInner iframe {
186 min-width : 50%;
187}
11bd95b4
AD
188
189div.cdmHeader span.author {
190 color : gray;
191 font-size : 11px;
d080678c 192 font-weight : normal;
11bd95b4 193}
472219f0 194
1da5179c 195div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
472219f0
AD
196 font-size : 13px;
197}
1da5179c 198
d2f3467b
AD
199div#small_article_preview {
200 width : 300px;
201 max-height : 350px;
202 overflow : hidden;
203 border : 1px solid #c0c0c0;
204 background : white;
205 position : absolute;
206 box-shadow : 2px 2px 4px #c0c0c0;
207 z-index : 2;
208}
209
210div#small_article_preview div.content {
211 padding : 5px;
212 font-size : 12px;
213 color : gray;
214}
215
216div#small_article_preview div.content img {
217 max-width : 290px;
218}