Koha + mkws-widget-reference.css
[mkws-moved-to-github.git] / tools / htdocs / external / koha / koha-mkws.css
1 /*! Copyright (c) 2013-2014 IndexData 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 .span2 { width: 23.52991452991453%; }
35 }
36
37 @media (min-width: 1200px) {
38   .span2  { width: 190px }
39   .span10 { width: 920px }
40
41   .row-fluid .span10 { width: 73.90598290598291%; }
42   .row-fluid .span2 { width: 23.52991452991453%; }
43 }
44
45 .mkws-autosearch {
46   border-bottom-color: rgb(210, 210, 207);
47   border-bottom-left-radius: 7px;
48   border-bottom-right-radius: 7px;
49   border-bottom-style: solid;
50   border-bottom-width: 1px;
51   border-image-outset: 0px;
52   border-image-repeat: stretch;
53   border-image-slice: 100%;
54   border-image-source: none;
55   border-image-width: 1;
56   border-left-color: rgb(210, 210, 207);
57   border-left-style: solid;
58   border-left-width: 1px;
59   border-right-color: rgb(210, 210, 207);
60   border-right-style: solid;
61   border-right-width: 1px;
62   border-top-color: rgb(210, 210, 207);
63   border-top-left-radius: 7px;
64   border-top-right-radius: 7px;
65   border-top-style: solid;
66   border-top-width: 1px;
67
68   margin-top: 5px;
69   margin-bottom: 5px;
70 }
71
72 .mkws-autosearch div.mkwsRecords {
73   padding: 3px;
74 }
75
76 .mkws-autosearch h4 {
77   font-size: 90%;
78   margin: 0 0 .6em 0;
79   text-align: center;
80   display: block;
81   background-color: #F2F2EF;
82   border-radius: 8px 8px 0 0;
83   border-bottom: 1px solid #D8D8D8;
84   font-weight: bold;
85   padding: .7em .2em;
86   text-decoration: none;
87 }
88
89 .mkwsSwitch a, .mkwsLang a, .mkwsFacet a, .mkwsRanking a, .mkwsPager a, .mkwsNavi a, .mkwsRecords a, .mkwsRecord a {
90   color: #0076b2;
91 }
92 .mkwsTargets table thead tr td {
93   background-color: #0076b2;
94 }
95
96 .mkwsCurrentPage {
97   background: #0076b2;
98 }
99
100 input[type=submit].mkwsButton {
101   background: #006dcc;
102 }
103
104 .mkwsFacet {
105   background: #fff;
106 }
107
108 /********************************************************************************
109  * Koha + mkws-widget-reference.css 
110  */
111 .mkwsReference h1 a { color: #0076b2; }
112 .mkwsReference {
113     border: none;
114     background: none;
115     border-radius: none;
116     -moz-border-radius: none;
117     -webkit-border-radius: none;
118 }
119
120 /* EOF */
121