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