2b96361b08079b4ffdef16ba3fb748924b78f334
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / search.scss
1 @import "tools";
2
3 /* jquery UI overrides us */
4 .ui-menu .ui-menu-item a {
5     color: #0d7e85 !important;
6     line-height: 1.636em !important;
7 }
8
9 .ui-widget {
10     font-family: Georgia !important;
11     font-size: 10px !important;
12     font-size: .625rem !important;
13 }
14
15 .ui-widget-content {
16     background: #EEEEEE !important; /* #E2E2E2 ? */
17     border-radius: 0px !important;
18 }
19
20
21
22 .inline-tag-lists p span:first-child {
23     color: #281d1c;
24 }
25
26 /* just on search page */
27 .top-tag-list {
28     @include size-px(margin-top, 22);
29     @include size-px(margin-bottom, 16);
30 }
31
32
33 .search-result {
34     @include size-px(width, 975);
35
36     .book-box-body {
37         @include size-px(width, 310);
38     }
39 }
40
41
42
43 .book-list-header {
44     @include size-px(width, 975);
45     padding: 0em;
46     @include size-px(margin-left, -1);
47
48     .book-box-inner {
49         min-height: 1em;
50     }
51
52     p {
53         @include size-px(font-size, 24);
54         @include size-px(margin, 5);
55     }
56 }
57
58 .snippets {
59     @include size-px(width, 440);
60     float: right;
61     @include size-px(margin-top, -200);
62
63     .snippet-text {
64         @include size-px(font-size, 12);
65         @include size-px(margin-top, 13);
66         @include size-px(margin-bottom, 13);
67         @include size-px(margin-left, 0);
68         @include size-px(margin-right, 0);
69         @include size-px(padding, 12);
70         background: #f7f7f7;
71     }
72
73     .anchor {
74         display: none;
75     }
76 }
77
78
79 .search-hint-label {
80     display: inline-block;
81     @include size-px(font-size, 11);
82     @include size-px(width, 275);
83     line-height: 1.636em;
84 }
85
86 .search-hint-category {
87     @include size-px(font-size, 11);
88     line-height: 1.636em;
89 }
90