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