]> git.wh0rd.org Git - tt-rss.git/blob - cdm.css
sanity check: properly check for ISCONFIGURED
[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         padding : 5px;
7 }
8
9 div.cdmHeader span.updated {
10         color : gray;
11         font-weight : normal;
12 }
13
14 div.cdmHeader input {
15         margin-right : 5px;
16 }
17
18 div.cdmHeader div.updPic {
19         width : 25px;
20         display : inline-block;
21         text-align : center;
22 }
23
24 div.cdmHeader div.updPic img {
25         vertical-align : middle;
26 }
27
28 div.cdmHeader img, div.cdmFooter img {
29         margin : 0px 2px 0px 2px;
30 }
31
32 div.cdmContent {
33         font-weight : normal;
34 }
35
36 div.cdmContent a {
37         color : #4684ff;
38 }
39
40 div.cdmContent a:hover {
41         color : black;
42 }
43
44 div.cdmContentInner {
45         margin : 0px 10px 10px 10px;
46 }
47
48 div.cdmContentInner img {
49         border-width : 0px;
50         max-width : 98%;
51 }
52
53 div.cdmFooter {
54         background : #f9f9f9;
55         padding : 5px;
56         font-weight : normal;
57         color : gray;
58         clear : both;
59 }
60
61 .Selected div.cdmFooter {
62         background-color : #FFF2BF;
63 }
64
65 span.cdmExcerpt {
66         font-size : 11px;
67         color : gray;
68         font-weight : normal;
69         cursor : pointer;
70 }
71
72 div.cdmContent div.postEnclosures {
73         margin-top : 1em;
74         color : gray;
75 }
76
77 div.cdmFeedTitle {
78         border-color : #a0a0a0;
79         border-width : 0px 0px 1px 0px;
80         border-style : solid;
81         padding : 5px 3px 5px 5px;
82         background : url("images/toolbar.png") bottom left;
83         background-repeat : repeat-x;
84 }
85