]> git.wh0rd.org - tt-rss.git/blame - cdm.css
make appearance of feed title/updated more similar across combined and normal mode
[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;
dad14b51
AD
26}
27
28div.cdmHeader input {
29 margin-right : 5px;
30}
31
8cc5e965 32div.cdmHeader div.updPic {
62b800b4
AD
33 width : 25px;
34 display : inline-block;
35 text-align : center;
36}
37
8cc5e965 38div.cdmHeader div.updPic img {
62b800b4
AD
39 vertical-align : middle;
40}
41
dad14b51 42div.cdmHeader img, div.cdmFooter img {
a7f003e0 43 margin : 0px 2px 0px 2px;
dad14b51
AD
44}
45
a1f7a519 46div.cdmContent, div.cdmContentInner * {
dad14b51
AD
47 font-weight : normal;
48}
49
62258616
AD
50div.cdmContent a {
51 color : #4684ff;
52}
53
54div.cdmContent a:hover {
55 color : black;
56}
57
dad14b51 58div.cdmContentInner {
dbd7e915 59 margin : 10px;
dad14b51
AD
60}
61
16b59fc8
AD
62div.cdmContentInner img {
63 border-width : 0px;
64 max-width : 98%;
16b59fc8
AD
65}
66
dad14b51 67div.cdmFooter {
55bfe617
AD
68 background-color : #f0f0f0;
69 background-image : url("images/cdm_footer_tile.png");
dad14b51
AD
70 padding : 5px;
71 font-weight : normal;
72 color : gray;
73 clear : both;
74}
75
ca8e3d75 76.Selected div.cdmFooter {
f4c09773 77 background : #FFF2BF;
dad14b51
AD
78}
79
80span.cdmExcerpt {
81 font-size : 11px;
82 color : gray;
83 font-weight : normal;
84 cursor : pointer;
85}
86
87div.cdmContent div.postEnclosures {
88 margin-top : 1em;
89 color : gray;
90}
91
8cc5e965
AD
92div.cdmFeedTitle {
93 border-color : #a0a0a0;
94 border-width : 0px 0px 1px 0px;
95 border-style : solid;
96 padding : 5px 3px 5px 5px;
97 background : url("images/toolbar.png") bottom left;
98 background-repeat : repeat-x;
99}
100
b999f4c7
AD
101div.articleNote {
102 border-style : dashed none dashed none;
103}
104
ef69681b
AD
105div.cdmHeader span.hlFeed {
106 float : right;
107 font-weight : normal;
23ac03ff 108 font-style : italic;
ef69681b 109}
c06289d3
AD
110
111div.cdmHeader {
5adfc4a0 112 background : #EEF6FD;
c06289d3
AD
113}
114
fc37f478 115div.Unread div.cdmHeader {
5adfc4a0 116 background : #DCECFB;
fc37f478
AD
117}
118
119div.Unread.Selected div.cdmHeader, div.Selected div.cdmHeader {
c06289d3
AD
120 background : #FFF2BF;
121}
fc37f478 122
ccc50f92 123div.cdm.even.Unread, div.cdm.odd.Unread {
b251d917
AD
124 background : white;
125}
ccc50f92
AD
126
127div.cdm.even, div.cdm.odd {
128 background : #f0f0f0;
129}
d56ec700
AD
130
131div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
132 vertical-align : middle;
133 color : gray;
e17e99fb 134 font-weight : normal;
23ac03ff
AD
135 font-style : italic;
136 font-size : 11px;
d56ec700 137}