big CSS change to Upgrade demos to use new-style class-names, MKWS-306
[mkws-moved-to-github.git] / tools / htdocs / external / koha / koha-mkws.css
index 9eaf690..464a895 100644 (file)
@@ -1,21 +1,29 @@
+/*! Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com
+ * Licence: GPL, http://www.indexdata.com/licences/gpl
+ *
+ * Style sheet for MKWS plugin for Koha
+ * https://mkws.indexdata.com
+ *
+*/
+
 /* submit button color */
-form[name=mkwsSearchForm] > input[type=submit].mkwsButton { 
-  background: #006dcc; 
+form[name=mkws-searchform] > input[type=submit].mkws-button {
+  background: #006dcc;
   border: 3px outset #006dcc;
   margin-bottom: 10px;
 }
 
-select.mkwsTeam_AUTO {
+select.mkws-team_auto {
   width: 10em;
   font-size: 11px;
-  height: 20px;
+  height: 25px;
 }
 
 /* facet links */
-div.mkwsFacet > div.term { background: none; }
+div.mkws-facet > div.term { background: none; }
 
 /* facet counter for a link */
-div.mkwsFacet > div.term > span { color: #000; }
+div.mkws-facet > div.term > span { color: #000; }
 
 /* sidebar */
 @media (min-width: 768px) and (max-width: 1199px) {
@@ -23,6 +31,7 @@ div.mkwsFacet > div.term > span { color: #000; }
   .span10 { width: 768px }
 
   .row-fluid .span10 { width: 72.90598290598291%; }
+  .row-fluid .span7 { width: 45.26495726495726%;; }
   .row-fluid .span2 { width: 23.52991452991453%; }
 }
 
@@ -31,6 +40,7 @@ div.mkwsFacet > div.term > span { color: #000; }
   .span10 { width: 920px }
 
   .row-fluid .span10 { width: 73.90598290598291%; }
+  .row-fluid .span7 { width: 48.26495726495726%;; }
   .row-fluid .span2 { width: 23.52991452991453%; }
 }
 
@@ -61,7 +71,7 @@ div.mkwsFacet > div.term > span { color: #000; }
   margin-bottom: 5px;
 }
 
-.mkws-autosearch div.mkwsRecords { 
+.mkws-autosearch div.mkws-records {
   padding: 3px;
 }
 
@@ -78,22 +88,35 @@ div.mkwsFacet > div.term > span { color: #000; }
   text-decoration: none;
 }
 
-.mkwsSwitch a, .mkwsLang a, .mkwsFacet a, .mkwsRanking a, .mkwsPager a, .mkwsNavi a, .mkwsRecords a, .mkwsRecord a {
+.mkws-switch a, .mkws-lang a, .mkws-facet a, .mkws-ranking a, .mkws-pager a, .mkws-navi a, .mkws-records a, .mkws-record a {
   color: #0076b2;
 }
-.mkwsTargets table thead tr td {
+.mkws-targets table thead tr td {
   background-color: #0076b2;
 }
 
-.mkwsCurrentPage {
+.mkws-current-page {
   background: #0076b2;
 }
 
-input[type=submit].mkwsButton {
+input[type=submit].mkws-button {
   background: #006dcc;
 }
 
-.mkwsFacet {
+.mkws-facet {
   background: #fff;
 }
 
+/********************************************************************************
+ * Koha + mkws-widget-reference.css
+ */
+.mkws-reference h1 a { color: #0076b2; }
+.mkws-reference {
+    border: none;
+    background: none;
+    border-radius: none;
+    -moz-border-radius: none;
+    -webkit-border-radius: none;
+}
+
+/* EOF */