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