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