Initial commit
[mkdrusampletheme.git] / css / customtheme.css
1 .mkdru-result-description {
2   font-size: 0.8em;
3 }
4
5 .mkdru-above-below {
6   font-size: 0.9em;
7   border: 0;
8   padding: 0.25em;
9   font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
10 }
11 .mkdru-above {
12   border-bottom: 1px solid #D6D6D6;
13 }
14 .mkdru-below {
15   border-top: 1px solid #D6D6D6;
16   text-align: center;
17 }
18
19
20 .mkdru-result {
21   padding: .8em 1em 1em 1em !important;
22   border-bottom: 3px solid #FFFFFF;
23 /*   margin-top: 0 !important; */
24 /*   margin-bottom: 0 !important; */
25 }
26 .mkdru-result.odd {
27   background-color: #f6f6f2;
28 }
29 .mkdru-result.even {
30   background-color: #ebebe7;
31 }
32 .mkdru-result div {
33   margin-top: 0;
34   margin-bottom: .3em;
35 }
36 .mkdru-result-author {
37   margin-left: 1em !important;
38 }
39 .mkdru-result-description {
40   font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
41 }
42
43
44 .mkdru-search {
45   text-align: left;
46 }
47 .mkdru-search input[type='text'] {
48   width: 100%;
49 }
50 .mkdru-search input[type='submit'] {
51   margin-left: 12px;
52 }
53
54
55 .mkdru-facet {
56   font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
57 }
58
59
60 .mkdru-block-search input.form-text {
61   margin-right: 5px;
62   width: 9.5em;
63 }
64 .mkdru-block-search input.form-submit {
65     background: url("../images/search-button.png") no-repeat scroll center top transparent;
66     border-color: #E4E4E4 #D2D2D2 #B4B4B4;
67     cursor: pointer;
68     height: 25px;
69     margin-left: 0;
70     margin-right: 0;
71     overflow: hidden;
72     padding: 0;
73     text-indent: -9999px;
74     width: 34px;
75 }