2858f27620d536e656af97a8d8fba2e3bd7a141c
[mkws-moved-to-github.git] / tools / htdocs / external / koha / koha-mkws-complete.css
1 @import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,700,700italic);
2
3 .mkws-reference {
4     max-width: 40em;
5     font-family: Cabin, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
6     background: #f0f0e0;
7     padding: 0.5em 1em;
8     border: 1px solid #c0c0a0;
9     border-radius: 1em;
10     -moz-border-radius: 1em;
11     -webkit-border-radius: 1em;
12 }
13
14 .mkws-reference h1 a {
15     color: #806020;
16 }
17
18 .mkws-reference a {
19     text-decoration: none;
20 }
21
22 .mkws-reference img {
23     float: right;
24     margin: 0 0 1em 2em;
25     border: 0.5em solid white;
26 }
27
28 .mkws-credit {
29     font-size: small;
30     text-align: right;
31 }
32
33 .mkws-credit::before {
34     content: "Source: ";
35     font-weight: bold;
36 }
37 /* original "ru" config
38 .mkws-reference-universe {
39   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
40   background: #FCFBFA; 
41   padding: 0.5em 1em 0.25em;
42   box-shadow: 0 0 2px 0 #7F8F93;
43   border-radius: 0 0 1.5em;
44   -moz-border-radius: 0 0 1.5em;
45   -webkit-border-radius: 0 0 1.5em;
46   line-height: 1.4;
47   color: #86979B;
48   background: radial-gradient(ellipse at center,  #ffffff 0%,#f8f8f8 100%);
49 }
50 */
51
52 .mkws-reference-universe {
53   padding: 0.5em 1em 0.25em;
54 }
55
56 .mkws-reference-universe h2 {
57   font-size: 100%;
58   color: #4A5456;
59   padding-bottom: .5em;
60 }
61
62 .mkws-reference-universe ul {
63   margin: 0;
64   padding: 0;
65 }
66
67 .mkws-reference-universe li {
68   margin: .95em .25em;
69   padding-top: .75em;
70   border-top: 1px dotted #BEC8CC;
71   font-size: 90%;
72   list-style: none;
73 }
74
75 .mkws-reference-universe a {
76   text-decoration: none;
77   font-weight:bold;
78   color: #2B77AF;
79 }
80 /*! Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com
81  * Licence: GPL, http://www.indexdata.com/licences/gpl
82  *
83  * Style sheet for MKWS plugin for Koha
84  * https://mkws.indexdata.com
85  *
86 */
87
88 /* submit button color */
89 form[name=mkws-searchform] > input[type=submit].mkws-button {
90   background: #006dcc;
91   border: 3px outset #006dcc;
92   margin-bottom: 10px;
93 }
94
95 select.mkws-team_auto {
96   width: 10em;
97   font-size: 11px;
98   height: 25px;
99 }
100
101 /* facet links */
102 div.mkws-facet > div.term { background: none; }
103
104 /* facet counter for a link */
105 div.mkws-facet > div.term > span { color: #000; }
106
107 /* sidebar */
108 @media (min-width: 768px) and (max-width: 1199px) {
109   .span2  { width: 190px }
110   .span10 { width: 768px }
111
112   .row-fluid .span10 { width: 72.90598290598291%; }
113   .row-fluid .span7 { width: 45.26495726495726%;; }
114   .row-fluid .span2 { width: 23.52991452991453%; }
115 }
116
117 @media (min-width: 1200px) {
118   .span2  { width: 190px }
119   .span10 { width: 920px }
120
121   .row-fluid .span10 { width: 73.90598290598291%; }
122   .row-fluid .span7 { width: 48.26495726495726%;; }
123   .row-fluid .span2 { width: 23.52991452991453%; }
124 }
125
126 .mkws-autosearch {
127   border-bottom-color: rgb(210, 210, 207);
128   border-bottom-left-radius: 7px;
129   border-bottom-right-radius: 7px;
130   border-bottom-style: solid;
131   border-bottom-width: 1px;
132   border-image-outset: 0px;
133   border-image-repeat: stretch;
134   border-image-slice: 100%;
135   border-image-source: none;
136   border-image-width: 1;
137   border-left-color: rgb(210, 210, 207);
138   border-left-style: solid;
139   border-left-width: 1px;
140   border-right-color: rgb(210, 210, 207);
141   border-right-style: solid;
142   border-right-width: 1px;
143   border-top-color: rgb(210, 210, 207);
144   border-top-left-radius: 7px;
145   border-top-right-radius: 7px;
146   border-top-style: solid;
147   border-top-width: 1px;
148
149   margin-top: 5px;
150   margin-bottom: 5px;
151 }
152
153 .mkws-autosearch div.mkws-records {
154   padding: 3px;
155 }
156
157 .mkws-autosearch h4 {
158   font-size: 90%;
159   margin: 0 0 .6em 0;
160   text-align: center;
161   display: block;
162   background-color: #F2F2EF;
163   border-radius: 8px 8px 0 0;
164   border-bottom: 1px solid #D8D8D8;
165   font-weight: bold;
166   padding: .7em .2em;
167   text-decoration: none;
168 }
169
170 .mkws-switch a, .mkws-lang a, .mkws-facet a, .mkws-ranking a, .mkws-pager a, .mkws-navi a, .mkws-records a, .mkws-record a {
171   color: #0076b2;
172 }
173 .mkws-targets table thead tr td {
174   background-color: #0076b2;
175 }
176
177 .mkws-current-page {
178   background: #0076b2;
179 }
180
181 input[type=submit].mkws-button {
182   background: #006dcc;
183 }
184
185 .mkws-facet {
186   background: #fff;
187 }
188
189 /********************************************************************************
190  * Koha + mkws-widget-wikipedia.css
191  */
192 .mkws-reference h1 a { color: #0076b2; }
193 .mkws-reference {
194     border: none;
195     background: none;
196     border-radius: none;
197     -moz-border-radius: none;
198     -webkit-border-radius: none;
199 }
200
201 /* EOF */