]> git.wh0rd.org - tt-rss.git/blame - cdm.css
german translation update
[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;
804ab1f7 26 white-space : nowrap;
47837c09 27 vertical-align : middle;
dad14b51
AD
28}
29
30div.cdmHeader input {
31 margin-right : 5px;
32}
33
8cc5e965 34div.cdmHeader div.updPic {
62b800b4
AD
35 width : 25px;
36 display : inline-block;
37 text-align : center;
38}
39
8cc5e965 40div.cdmHeader div.updPic img {
62b800b4
AD
41 vertical-align : middle;
42}
43
dad14b51 44div.cdmHeader img, div.cdmFooter img {
a7f003e0 45 margin : 0px 2px 0px 2px;
dad14b51
AD
46}
47
62258616
AD
48div.cdmContent a {
49 color : #4684ff;
50}
51
52div.cdmContent a:hover {
53 color : black;
54}
55
dad14b51 56div.cdmContentInner {
dbd7e915 57 margin : 10px;
dad14b51
AD
58}
59
16b59fc8
AD
60div.cdmContentInner img {
61 border-width : 0px;
62 max-width : 98%;
5b27cb05 63 height : auto;
16b59fc8
AD
64}
65
dad14b51 66div.cdmFooter {
dad14b51
AD
67 padding : 5px;
68 font-weight : normal;
69 color : gray;
70 clear : both;
71}
72
a0ddecb9
AD
73div.cdm {
74 border-width : 0px 1px 1px 0px;
75 border-collapse : collapse;
c2fd7468 76 border-color : #c0c0c0;
a0ddecb9 77 border-style : solid;
c2fd7468
AD
78 background : #fafafa;
79}
80
81div.cdm.expandable {
a0ddecb9
AD
82 background : #f0f0f0;
83}
84
05e62b67 85div.cdm.expanded, div.cdm.expandable {
c2fd7468
AD
86 margin : 4px 4px 0px 4px;
87 border-width : 1px;
88 border-color : #c0c0c0;
f9405359 89 box-shadow : 0px 0px 3px #ccc;
c2fd7468
AD
90}
91
a0ddecb9
AD
92div.cdm.expanded div.cdmHeader {
93 background : #e0e0e0;
94}
95
96div.cdm.Unread {
12a80ad5 97 background : white;
a0ddecb9
AD
98}
99
100div.cdm.Unread div.cdmHeader {
101 background : #ecf4ff;
102}
103
a0ddecb9 104div.cdm.active {
c2fd7468 105 border-color : #88b0f0;
a0ddecb9 106 background : white ! important;
f9405359 107 box-shadow : 0px 0px 3px #4684ff;
42c43ff7
AD
108}
109
a0ddecb9
AD
110div.cdm.active div.cdmHeader {
111 background : #ecf4ff;
112}
113
114div.cdm.active div.cdmHeader a.title {
115 color : #4684ff;
a0ddecb9
AD
116}
117
118div.cdm.active div.cdmContent {
119 background : white;
dad14b51
AD
120}
121
122span.cdmExcerpt {
123 font-size : 11px;
124 color : gray;
125 font-weight : normal;
126 cursor : pointer;
127}
128
129div.cdmContent div.postEnclosures {
130 margin-top : 1em;
131 color : gray;
132}
133
8cc5e965
AD
134div.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
36b4cf2f
AD
143div.cdmFeedTitle a.title {
144 color : gray;
145 font-style : italic;
146 font-weight : bold;
147}
148div.cdmFeedTitle a {
149 color : gray;
150}
151
152div.cdmFeedTitle a:hover {
153 color : #4684ff;
154}
155
b999f4c7
AD
156div.articleNote {
157 border-style : dashed none dashed none;
158}
159
ef69681b
AD
160div.cdmHeader span.hlFeed {
161 float : right;
162 font-weight : normal;
23ac03ff 163 font-style : italic;
ef69681b 164}
c06289d3 165
d56ec700
AD
166div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
167 vertical-align : middle;
168 color : gray;
e17e99fb 169 font-weight : normal;
23ac03ff
AD
170 font-style : italic;
171 font-size : 11px;
d56ec700 172}
54bc5594
AD
173
174div.cdmContentInner p {
175 max-width : 650px;
176}
b5d4716a
AD
177
178.Unread div.cdmHeader {
179 font-weight : bold;
180}
922bfe73
AD
181
182div.cdmContentInner iframe {
183 min-width : 50%;
184}
11bd95b4
AD
185
186div.cdmHeader span.author {
187 color : gray;
188 font-size : 11px;
d080678c 189 font-weight : normal;
11bd95b4 190}
472219f0 191
1da5179c 192div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
472219f0
AD
193 font-size : 13px;
194}
1da5179c 195
d2f3467b 196