d35aad096d9e4469a9c728d32637b01725d59bb6
[mkws-moved-to-github.git] / tools / htdocs / external / koha / koha-mkws.css
1 /*! Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com
2  * Licence: GPL, http://www.indexdata.com/licences/gpl
3  *
4  * Style sheet for MKWS plugin for Koha
5  * https://mkws.indexdata.com
6  *
7 */
8
9 /* submit button color */
10 form[name=mkwsSearchForm] > input[type=submit].mkwsButton {
11   background: #006dcc;
12   border: 3px outset #006dcc;
13   margin-bottom: 10px;
14 }
15
16 select.mkwsTeam_AUTO {
17   width: 10em;
18   font-size: 11px;
19   height: 25px;
20 }
21
22 /* facet links */
23 div.mkwsFacet > div.term { background: none; }
24
25 /* facet counter for a link */
26 div.mkwsFacet > div.term > span { color: #000; }
27
28 /* sidebar */
29 @media (min-width: 768px) and (max-width: 1199px) {
30   .span2  { width: 190px }
31   .span10 { width: 768px }
32
33   .row-fluid .span10 { width: 72.90598290598291%; }
34   .row-fluid .span7 { width: 45.26495726495726%;; }
35   .row-fluid .span2 { width: 23.52991452991453%; }
36 }
37
38 @media (min-width: 1200px) {
39   .span2  { width: 190px }
40   .span10 { width: 920px }
41
42   .row-fluid .span10 { width: 73.90598290598291%; }
43   .row-fluid .span7 { width: 48.26495726495726%;; }
44   .row-fluid .span2 { width: 23.52991452991453%; }
45 }
46
47 .mkws-autosearch {
48   border-bottom-color: rgb(210, 210, 207);
49   border-bottom-left-radius: 7px;
50   border-bottom-right-radius: 7px;
51   border-bottom-style: solid;
52   border-bottom-width: 1px;
53   border-image-outset: 0px;
54   border-image-repeat: stretch;
55   border-image-slice: 100%;
56   border-image-source: none;
57   border-image-width: 1;
58   border-left-color: rgb(210, 210, 207);
59   border-left-style: solid;
60   border-left-width: 1px;
61   border-right-color: rgb(210, 210, 207);
62   border-right-style: solid;
63   border-right-width: 1px;
64   border-top-color: rgb(210, 210, 207);
65   border-top-left-radius: 7px;
66   border-top-right-radius: 7px;
67   border-top-style: solid;
68   border-top-width: 1px;
69
70   margin-top: 5px;
71   margin-bottom: 5px;
72 }
73
74 .mkws-autosearch div.mkwsRecords {
75   padding: 3px;
76 }
77
78 .mkws-autosearch h4 {
79   font-size: 90%;
80   margin: 0 0 .6em 0;
81   text-align: center;
82   display: block;
83   background-color: #F2F2EF;
84   border-radius: 8px 8px 0 0;
85   border-bottom: 1px solid #D8D8D8;
86   font-weight: bold;
87   padding: .7em .2em;
88   text-decoration: none;
89 }
90
91 .mkwsSwitch a, .mkwsLang a, .mkwsFacet a, .mkwsRanking a, .mkwsPager a, .mkwsNavi a, .mkwsRecords a, .mkwsRecord a {
92   color: #0076b2;
93 }
94 .mkwsTargets table thead tr td {
95   background-color: #0076b2;
96 }
97
98 .mkwsCurrentPage {
99   background: #0076b2;
100 }
101
102 input[type=submit].mkwsButton {
103   background: #006dcc;
104 }
105
106 .mkwsFacet {
107   background: #fff;
108 }
109
110 /********************************************************************************
111  * Koha + mkws-widget-reference.css
112  */
113 .mkwsReference h1 a { color: #0076b2; }
114 .mkwsReference {
115     border: none;
116     background: none;
117     border-radius: none;
118     -moz-border-radius: none;
119     -webkit-border-radius: none;
120 }
121
122 /* EOF */