summaryrefslogtreecommitdiff
path: root/cdm.css
blob: 0e9b0468e359715bce7ad482d42f89aaa0fb7d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
	vertical-align : middle;
}

div.cdmHeader {
	display : table;
}

div.cdmHeader > * {
	display : table-cell;
	padding : 5px;
}

div.cdmHeader > div {
	white-space : nowrap;
}

div.cdmHeader > span {
	width : 100%;
}

div.cdmHeader span.updated {
	color : gray;
	font-weight : normal;
}

div.cdmHeader input {
	margin-right : 5px;
}

div.cdmHeader div.updPic {
	width : 25px;
	display : inline-block;
	text-align : center;
}

div.cdmHeader div.updPic img {
	vertical-align : middle;
}

div.cdmHeader img, div.cdmFooter img {
	margin : 0px 2px 0px 2px;
}

div.cdmContent {
	font-weight : normal;
}

div.cdmContent a {
	color : #4684ff;
}

div.cdmContent a:hover {
	color : black;
}

div.cdmContentInner {
	margin : 0px 10px 10px 10px;
}

div.cdmContentInner img {
	border-width : 0px;
	max-width : 98%;
}

div.cdmFooter {
	background : #f9f9f9;
	padding : 5px;
	font-weight : normal;
	color : gray;
	clear : both;
}

.Selected div.cdmFooter {
	background-color : #FFF2BF;
}

span.cdmExcerpt {
	font-size : 11px;
	color : gray;
	font-weight : normal;
	cursor : pointer;
}

div.cdmContent div.postEnclosures {
	margin-top : 1em;
	color : gray;
}

div.cdmFeedTitle {
	border-color : #a0a0a0;
	border-width : 0px 0px 1px 0px;
	border-style : solid;
	padding : 5px 3px 5px 5px;
	background : url("images/toolbar.png") bottom left;
	background-repeat : repeat-x;
}