Hardcode the Ding1 theme
[mkdru-moved-to-drupal.org.git] / mkdru.css
1 a.cross:hover {
2   text-decoration: line-through;
3 }
4
5 .mkdru-facets-table {
6   table-layout: fixed;
7   width: 700px;
8 }
9
10 .node-mkdru div {
11   margin: 1em 0em;
12 }
13
14 .mkdru-search {
15   text-align:center;
16 }
17
18 .mkdru-search input[type='text'] {
19   width: 80%;
20 }
21
22 .mkdru-results {
23   display: none;
24 }
25
26 .mkdru-result-list {
27   margin: 0;
28   padding: 0;
29 }
30
31 .mkdru-result-list li {
32   list-style-type: none;
33   list-style-image: none;
34   background: none;
35   margin: 0;
36   padding: 0;
37 }
38
39 .mkdru-above-below {
40   float: clear;
41   border-style: solid none;
42   border-width: 1px;
43 }
44
45 .mkdru-status {
46   float: right;
47 }
48
49 .mkdru-result a {
50   font-weight: bold;
51 }
52
53 .mkdru-detail {
54   display: none;
55 }
56
57 .mkdru-detail tr.even, tr.odd, tbody th {
58   border-style: none !important;
59 }