]> git.wh0rd.org Git - tt-rss.git/blob - cdm.css
reinstate error handlers; better DB error reporting on failed queries
[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 }
59
60 div.cdmContentInner img {
61         border-width : 0px;
62         max-width : 98%;
63         height : auto;
64 }
65
66 div.cdmFooter {
67         padding : 5px;
68         font-weight : normal;
69         color : gray;
70         clear : both;
71 }
72
73 div.cdm {
74         border-width : 0px 1px 1px 0px;
75         border-collapse : collapse;
76         border-color : #c0c0c0;
77         border-style : solid;
78         background : #fafafa;
79 }
80
81 div.cdm.expandable {
82         background : #f0f0f0;
83 }
84
85 div.cdm.expanded, div.cdm.expandable {
86         margin : 4px 4px 0px 4px;
87         border-width : 1px;
88         border-color : #c0c0c0;
89         box-shadow : 0px 0px 3px #ccc;
90 }
91
92 div.cdm.expanded div.cdmHeader {
93         background : #e0e0e0;
94 }
95
96 div.cdm.Unread {
97         background : white;
98 }
99
100 div.cdm.Unread div.cdmHeader {
101         background : #ecf4ff;
102 }
103
104 div.cdm.active {
105         border-color : #88b0f0;
106         background : white ! important;
107         box-shadow : 0px 0px 3px #4684ff;
108 }
109
110 div.cdm.active div.cdmHeader {
111         background : #ecf4ff;
112 }
113
114 div.cdm.active div.cdmHeader a.title {
115         color : #4684ff;
116 }
117
118 div.cdm.active div.cdmContent {
119         background : white;
120 }
121
122 span.cdmExcerpt {
123         font-size : 11px;
124         color : gray;
125         font-weight : normal;
126         cursor : pointer;
127 }
128
129 div.cdmContent div.postEnclosures {
130         margin-top : 1em;
131         color : gray;
132 }
133
134 div.cdmFeedTitle {
135         border-color : #a0a0a0;
136         border-width : 0px 0px 1px 0px;
137         border-style : solid;
138         padding : 5px 3px 5px 5px;
139         background : url("images/toolbar.png") bottom left;
140         background-repeat : repeat-x;
141 }
142
143 div.cdmFeedTitle a.title {
144         color : gray;
145         font-style : italic;
146         font-weight : bold;
147 }
148 div.cdmFeedTitle a {
149         color : gray;
150 }
151
152 div.cdmFeedTitle a:hover {
153         color : #4684ff;
154 }
155
156 div.articleNote {
157         border-style : dashed none dashed none;
158 }
159
160 div.cdmHeader span.hlFeed {
161         float : right;
162         font-weight : normal;
163         font-style : italic;
164 }
165
166 div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
167         vertical-align : middle;
168         color : gray;
169         font-weight : normal;
170         font-style : italic;
171         font-size : 11px;
172 }
173
174 div.cdmContentInner p {
175         max-width : 650px;
176 }
177
178 .Unread div.cdmHeader {
179         font-weight : bold;
180 }
181
182 div.cdmContentInner iframe {
183         min-width : 50%;
184 }
185
186 div.cdmHeader span.author {
187         color : gray;
188         font-size : 11px;
189         font-weight : normal;
190 }
191
192 div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
193         font-size : 13px;
194 }
195
196