Move koha CSS to the tool site (mkws.indexdata.com)
[mkws-moved-to-github.git] / tools / htdocs / external / koha / koha-mkws.css
1 /* submit button color */
2 form[name=mkwsSearchForm] > input[type=submit].mkwsButton { 
3   background: #006dcc; 
4   border: 3px outset #006dcc;
5   margin-bottom: 10px;
6 }
7
8 select.mkwsTeam_AUTO {
9   width: 10em;
10   font-size: 11px;
11   height: 20px;
12 }
13
14 /* facet links */
15 div.mkwsFacet > div.term { background: none; }
16
17 /* facet counter for a link */
18 div.mkwsFacet > div.term > span { color: #000; }
19
20 /* sidebar */
21 @media (min-width: 768px) and (max-width: 1199px) {
22   .span2  { width: 190px }
23   .span10 { width: 768px }
24
25   .row-fluid .span10 { width: 72.90598290598291%; }
26   .row-fluid .span2 { width: 23.52991452991453%; }
27 }
28
29 @media (min-width: 1200px) {
30   .span2  { width: 190px }
31   .span10 { width: 920px }
32
33   .row-fluid .span10 { width: 73.90598290598291%; }
34   .row-fluid .span2 { width: 23.52991452991453%; }
35 }
36
37 .mkws-autosearch {
38   border-bottom-color: rgb(210, 210, 207);
39   border-bottom-left-radius: 7px;
40   border-bottom-right-radius: 7px;
41   border-bottom-style: solid;
42   border-bottom-width: 1px;
43   border-image-outset: 0px;
44   border-image-repeat: stretch;
45   border-image-slice: 100%;
46   border-image-source: none;
47   border-image-width: 1;
48   border-left-color: rgb(210, 210, 207);
49   border-left-style: solid;
50   border-left-width: 1px;
51   border-right-color: rgb(210, 210, 207);
52   border-right-style: solid;
53   border-right-width: 1px;
54   border-top-color: rgb(210, 210, 207);
55   border-top-left-radius: 7px;
56   border-top-right-radius: 7px;
57   border-top-style: solid;
58   border-top-width: 1px;
59
60   margin-top: 5px;
61   margin-bottom: 5px;
62 }
63
64 .mkws-autosearch div.mkwsRecords { 
65   padding: 3px;
66 }
67
68 .mkws-autosearch h4 {
69   font-size: 90%;
70   margin: 0 0 .6em 0;
71   text-align: center;
72   display: block;
73   background-color: #F2F2EF;
74   border-radius: 8px 8px 0 0;
75   border-bottom: 1px solid #D8D8D8;
76   font-weight: bold;
77   padding: .7em .2em;
78   text-decoration: none;
79 }
80
81 .mkwsSwitch a, .mkwsLang a, .mkwsFacet a, .mkwsRanking a, .mkwsPager a, .mkwsNavi a, .mkwsRecords a, .mkwsRecord a {
82   color: #0076b2;
83 }
84 .mkwsTargets table thead tr td {
85   background-color: #0076b2;
86 }
87
88 .mkwsCurrentPage {
89   background: #0076b2;
90 }
91
92 input[type=submit].mkwsButton {
93   background: #006dcc;
94 }
95
96 .mkwsFacet {
97   background: #fff;
98 }
99