From dffc4d59991255c48aaca0ad1cd58a934edd4d21 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Wed, 5 Mar 2014 11:37:29 +1300 Subject: [PATCH] Bug 11601 - creating parity between less and css folders, minifying CSS To test: Verify the bootstrap theme still works as it should. In the bootstrap theme files: verify that all CSS files have a counterpart in the less directory verify that all CSS files have been minified --- koha-tmpl/opac-tmpl/bootstrap/css/babeltheque.css | 172 +- koha-tmpl/opac-tmpl/bootstrap/css/hierarchy.css | 106 +- koha-tmpl/opac-tmpl/bootstrap/css/jquery.css | 1 + koha-tmpl/opac-tmpl/bootstrap/css/mixins.css | 1 + .../opac-tmpl/bootstrap/css/persona-buttons.css | 233 +- koha-tmpl/opac-tmpl/bootstrap/css/print.css | 228 +- koha-tmpl/opac-tmpl/bootstrap/css/responsive.css | 1 + .../opac-tmpl/bootstrap/css/right-to-left.css | 2 +- koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css | 334 +-- koha-tmpl/opac-tmpl/bootstrap/css/sco.css | 197 +- .../opac-tmpl/bootstrap/less/babeltheque.less | 171 ++ koha-tmpl/opac-tmpl/bootstrap/less/datatables.less | 265 ++ koha-tmpl/opac-tmpl/bootstrap/less/hierarchy.less | 105 + koha-tmpl/opac-tmpl/bootstrap/less/jquery.less | 1 + koha-tmpl/opac-tmpl/bootstrap/less/opac-old.less | 2862 ++++++++++++++++++++ .../opac-tmpl/bootstrap/less/persona-buttons.less | 232 ++ koha-tmpl/opac-tmpl/bootstrap/less/print.less | 227 ++ koha-tmpl/opac-tmpl/bootstrap/less/sco-old.less | 333 +++ koha-tmpl/opac-tmpl/bootstrap/less/sco.less | 196 ++ 19 files changed, 4402 insertions(+), 1265 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/jquery.css create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/mixins.css create mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/responsive.css create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/babeltheque.less create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/datatables.less create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/hierarchy.less create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/jquery.less create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/opac-old.less create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/persona-buttons.less create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/print.less create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/sco-old.less create mode 100644 koha-tmpl/opac-tmpl/bootstrap/less/sco.less diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/babeltheque.css b/koha-tmpl/opac-tmpl/bootstrap/css/babeltheque.css index 9ada707..a5e5d64 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/babeltheque.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/babeltheque.css @@ -1,171 +1 @@ -/* ## BABELTHEQUE ## */ -/* Babeltheque is a french supplier for advanced features -this babeltheque.css is not used anywhere by Koha, it's not a mistake -If you're babeltheque customer, you have access to a specific configuration URL -on babeltheque website, where you can activate this css -So: it should not be removed from Koha ! -*/ - -#BW_etiquettes { - clear :left; - border: 1px solid #E8E8E8; - margin-top: 10px; - width: 49%; - float: left; - visibility: hidden; - visibility: visible\9; -} -#BW_etiquettes:not(:empty) { - visibility: visible; -} - -#BW_etiquettes h2 { - clear:left; - background-color: #E8E8E8; - margin: 5px 10px; - padding: 0 5px; -} - -#BW_ulEti {max-width:100%;} - -#BW_ulEti ul { - margin:0; - padding:0 15px; - list-style-type: none; -} - -#BW_ulEti a { - text-decoration: none; -} - -#BW_ulEti a.tag_s0 {font-weight: 120;font-size:0.8em;} -#BW_ulEti a.tag_s1 {font-weight: 150;font-size:0.9em;} -#BW_ulEti a.tag_s2 {font-weight: 180;font-size:1.0em;} -#BW_ulEti a.tag_s3 {font-weight: 200;font-size:1.2em;} -#BW_ulEti a.tag_s4 {font-weight: 220;font-size:1.4em;} -#BW_ulEti a.tag_s5 {font-weight: 230;font-size:1.5em;} -#BW_ulEti a.tag_s6 {font-weight: 320;font-size:1.6em;} -#BW_ulEti a.tag_s7 {font-weight: 350;font-size:1.7em;} -#BW_ulEti a.tag_s8 {font-weight: 400;font-size:1.8em;} -#BW_ulEti { padding: 0px; line-height: 2em; text-align: center;} -#BW_ulEti a { padding: 2px; } -#BW_ulEti { margin: 0px; } - -#BW_ulEti ol { - float:left; - display: inline; - margin: 0 10px; -} - -#BW_suggestions { - border: 1px solid #E8E8E8; - margin-top: 10px; - float: right; - width: 49%; - visibility: hidden; - visibility: visible\9; -} -#BW_suggestions:not(:empty) { - visibility: visible; -} -#BW_suggestions h2 { - background-color: #E8E8E8; - margin: 5px 10px; - padding: 0 5px; -} -#BW_suggestions .BW_livres_tag_page { - padding: 0 15px; -} -#BW_suggestions .BW_livres_tag_page:before { - content : '> '; -} -#BW_droite .BW_livres_tag:before { - content : '> '; -} - -#BW_podcasts { - border: 1px solid #E8E8E8; - margin-top: 10px; - min-width: 100%; - float: left; - /*width: 49%;*/ - visibility: hidden; - visibility: visible\9; -} - -#BW_podcasts > iframe { - margin: -20px 0 10px 20px; -} - -#BW_videos { - clear :left; - border: 1px solid #E8E8E8; - margin-top: 10px; - min-width: 100%; - /*width: 49%;*/ - float: left; - visibility: hidden; - visibility: visible\9; -} - -#BW_videos:not(:empty) { - visibility: visible; -} - -#BW_podcasts:not(:empty) { - visibility: visible; -} - -#BW_videos h2, #BW_podcasts h2 { - background-color: #E8E8E8; - margin: 5px 10px; - padding: 0 5px; -} -#BW_videos .BW_bloc_vid { - clear: both; - padding: 0 15px; -} -.BW_vignette_vid { - border: 1px solid #DFD9CE; - float: left; - height: 141px; - margin: 5px; - min-height: 141px; - padding: 5px; - white-space: nowrap; -} - -#BW_notes {clear :left;} -#BW_notes h2 {font-size:85%;} - -#BW_citations {} -#BW_citations h2 {font-size:85%;} - -#BW_critiques {} -#BW_critiques h2 {font-size:85%;} - -#BW_critiques_pro {} -#BW_critiques_pro h2 {font-size:85%;} - -#BW_citations,#BW_critiques,#BW_critiques_pro { - background: -moz-linear-gradient(center top , #3399FF, #3333FF) repeat scroll 0 0 transparent; - background: -webkit-gradient(linear, center top, center bottom, from(#3399FF), to(#3333FF)); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#3333FF'); - border: 1px solid #B7B7B7; - border-radius: 5px 5px 5px 5px; - color: #FFFFCC; - display: inline-block; - float: left; - font-weight: bold; - margin: 15px 20px 15px 0; - min-width: 150px; - padding: 0 15px 8px; - position: relative; - text-align: center; - text-shadow: 1px 1px 1px #777777; - white-space: nowrap; -} - -#BW_citations a,#BW_critiques a,#BW_critiques_pro a { - color: #FFFFCC; -} +#BW_etiquettes{clear:left;border:1px solid #e8e8e8;margin-top:10px;width:49%;float:left;visibility:hidden;visibility:visible\9}#BW_etiquettes:not(:empty){visibility:visible}#BW_etiquettes h2{clear:left;background-color:#e8e8e8;margin:5px 10px;padding:0 5px}#BW_ulEti{max-width:100%}#BW_ulEti ul{margin:0;padding:0 15px;list-style-type:none}#BW_ulEti a{text-decoration:none}#BW_ulEti a.tag_s0{font-weight:120;font-size:.8em}#BW_ulEti a.tag_s1{font-weight:150;font-size:.9em}#BW_ulEti a.tag_s2{font-weight:180;font-size:1em}#BW_ulEti a.tag_s3{font-weight:200;font-size:1.2em}#BW_ulEti a.tag_s4{font-weight:220;font-size:1.4em}#BW_ulEti a.tag_s5{font-weight:230;font-size:1.5em}#BW_ulEti a.tag_s6{font-weight:320;font-size:1.6em}#BW_ulEti a.tag_s7{font-weight:350;font-size:1.7em}#BW_ulEti a.tag_s8{font-weight:400;font-size:1.8em}#BW_ulEti{padding:0;line-height:2em;text-align:center}#BW_ulEti a{padding:2px}#BW_ulEti{margin:0}#BW_ulEti ol{float:left;display:inline;margin:0 10px}#BW_suggestions{border:1px solid #e8e8e8;margin-top:10px;float:right;width:49%;visibility:hidden;visibility:visible\9}#BW_suggestions:not(:empty){visibility:visible}#BW_suggestions h2{background-color:#e8e8e8;margin:5px 10px;padding:0 5px}#BW_suggestions .BW_livres_tag_page{padding:0 15px}#BW_suggestions .BW_livres_tag_page:before{content:'> '}#BW_droite .BW_livres_tag:before{content:'> '}#BW_podcasts{border:1px solid #e8e8e8;margin-top:10px;min-width:100%;float:left;visibility:hidden;visibility:visible\9}#BW_podcasts>iframe{margin:-20px 0 10px 20px}#BW_videos{clear:left;border:1px solid #e8e8e8;margin-top:10px;min-width:100%;float:left;visibility:hidden;visibility:visible\9}#BW_videos:not(:empty){visibility:visible}#BW_podcasts:not(:empty){visibility:visible}#BW_videos h2,#BW_podcasts h2{background-color:#e8e8e8;margin:5px 10px;padding:0 5px}#BW_videos .BW_bloc_vid{clear:both;padding:0 15px}.BW_vignette_vid{border:1px solid #dfd9ce;float:left;height:141px;margin:5px;min-height:141px;padding:5px;white-space:nowrap}#BW_notes{clear:left}#BW_notes h2{font-size:85%}#BW_citations h2{font-size:85%}#BW_critiques h2{font-size:85%}#BW_critiques_pro h2{font-size:85%}#BW_citations,#BW_critiques,#BW_critiques_pro{background:-moz-linear-gradient(center top, #39f, #33f) repeat scroll 0 0 transparent;background:-webkit-gradient(linear, center top, center bottom, from(#39f), to(#33f));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#3333FF');border:1px solid #b7b7b7;border-radius:5px 5px 5px 5px;color:#ffc;display:inline-block;float:left;font-weight:bold;margin:15px 20px 15px 0;min-width:150px;padding:0 15px 8px;position:relative;text-align:center;text-shadow:1px 1px 1px #777;white-space:nowrap}#BW_citations a,#BW_critiques a,#BW_critiques_pro a{color:#ffc} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/hierarchy.css b/koha-tmpl/opac-tmpl/bootstrap/css/hierarchy.css index d661bb3..8f89889 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/hierarchy.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/hierarchy.css @@ -1,105 +1 @@ -.hierarchies { - background-color:#fff; - color:#000000; - padding:5px; - margin-left:50px; - -moz-border-radius:6px; - display:block; - font-size:10px; -} -.hierarchy { - padding:5px; - width:90%; - -moz-border-radius:6px; - display:block; -} -.child { - display:none; - margin-left : 50px; - width:150%; -} -.child a:hover{ - background-color:#BFCFFF; -} -.parent { - display:none; - margin-left : -50px; -} -.parent a:hover{ - background-color:#BFCFFF; -} -.child0{ - width : 20%; - text-align : left; -} -.child0 a:hover{ - background-color:#BFCFFF; -} -.child1{ - width : 20%; - text-align : left; - margin-left : 50px; -} -.child1 a:hover{ - background-color:#BFCFFF; -} -.child2{ - width : 20%; - text-align : left; - margin-left : 100px; -} -.child2 a:hover{ - background-color:#BFCFFF; -} -.child3{ - width : 20%; - text-align : left; - margin-left : 150px; -} -.child3 a:hover{ - background-color:#BFCFFF; -} -.child4{ - width : 20%; - text-align : left; - margin-left : 200px; -} -.child4 a:hover{ - background-color:#BFCFFF; -} -.child5{ - width : 20%; - text-align : left; - margin-left : 250px; -} -.child5 a:hover{ - background-color:#BFCFFF; -} -.child6{ - width : 20%; - text-align : left; - margin-left : 300px; -} -.child6 a:hover{ - background-color:#BFCFFF; -} -.child7{ - width : 20%; - text-align : left; - margin-left : 350px; -} -.child7 a:hover{ - background-color:#BFCFFF; -} -.child8{ - width : 10%; - text-align : left; - margin-left : 400px; -} -.child8 a:hover{ - background-color:#BFCFFF; -} -.parents{ - display:inline; - cursor:crosshair; -} \ No newline at end of file +.hierarchies{background-color:#fff;color:#000;padding:5px;margin-left:50px;-moz-border-radius:6px;display:block;font-size:10px}.hierarchy{padding:5px;width:90%;-moz-border-radius:6px;display:block}.child{display:none;margin-left:50px;width:150%}.child a:hover{background-color:#bfcfff}.parent{display:none;margin-left:-50px}.parent a:hover{background-color:#bfcfff}.child0{width:20%;text-align:left}.child0 a:hover{background-color:#bfcfff}.child1{width:20%;text-align:left;margin-left:50px}.child1 a:hover{background-color:#bfcfff}.child2{width:20%;text-align:left;margin-left:100px}.child2 a:hover{background-color:#bfcfff}.child3{width:20%;text-align:left;margin-left:150px}.child3 a:hover{background-color:#bfcfff}.child4{width:20%;text-align:left;margin-left:200px}.child4 a:hover{background-color:#bfcfff}.child5{width:20%;text-align:left;margin-left:250px}.child5 a:hover{background-color:#bfcfff}.child6{width:20%;text-align:left;margin-left:300px}.child6 a:hover{background-color:#bfcfff}.child7{width:20%;text-align:left;margin-left:350px}.child7 a:hover{background-color:#bfcfff}.child8{width:10%;text-align:left;margin-left:400px}.child8 a:hover{background-color:#bfcfff}.parents{display:inline;cursor:crosshair} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/jquery.css b/koha-tmpl/opac-tmpl/bootstrap/css/jquery.css new file mode 100644 index 0000000..53f37e8 --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/css/jquery.css @@ -0,0 +1 @@ +div.rating-cancel,div.star-rating{float:left;width:15px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}div.rating-cancel,div.rating-cancel a{background:url(../images/star-ratings-sprite.png) no-repeat 0 -49px}div.star-rating,div.star-rating a{background:url(../images/star-ratings-sprite.png) no-repeat 0 0}div.rating-cancel a{display:block;width:16px;height:100%;background-position:0 -49px;border:0}div.star-rating a{display:block;width:16px;height:100%;background-position:0 0;border:0}div.star-rating-on a{background-position:0 -32px !important}div.rating-cancel.star-rating-hover a{background-position:0 -65px}div.star-rating-hover a{background-position:0 -16px}div.star-rating-readonly a{cursor:default !important}div.star-rating{background:transparent !important;overflow:hidden !important} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/mixins.css b/koha-tmpl/opac-tmpl/bootstrap/css/mixins.css new file mode 100644 index 0000000..72b7f1b --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/css/mixins.css @@ -0,0 +1 @@ +.shadowed{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);box-shadow:0 1px 1px 0 rgba(0,0,0,0.2)} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/persona-buttons.css b/koha-tmpl/opac-tmpl/bootstrap/css/persona-buttons.css index cae561b..14435bf 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/persona-buttons.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/persona-buttons.css @@ -1,232 +1 @@ -/* Link body */ -a.persona-button { - color : #FFF; -} - -.persona-button{ - color: #fff; - display: inline-block; - font-size: 14px; - font-family: Helvetica, Arial, sans-serif; - font-weight: bold; - line-height: 1.1; - overflow: hidden; - position: relative; - text-decoration: none; - text-shadow: 0 1px rgba(0,0,0,0.5), 0 0 2px rgba(0,0,0,0.2); - - background: #297dc3; - background: -moz-linear-gradient(top, #43a6e2, #287cc2); - background: -ms-linear-gradient(top, #43a6e2, #287cc2); - background: -o-linear-gradient(top, #43a6e2, #287cc2); - background: -webkit-linear-gradient(top, #43a6e2, #287cc2); - background: linear-gradient(to bottom, #43a6e2 0%,#287cc2 100%); /* W3C */ - - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - - -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2); - -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2); - -o-box-shadow: 0 1px 0 rgba(0,0,0,0.2); - -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2); - box-shadow: 0 1px 0 rgba(0,0,0,0.2); -} - -.persona-button:hover{ - background: #21669f; - background: -moz-linear-gradient(top, #3788b9, #21669f); - background: -ms-linear-gradient(top, #3788b9, #21669f); - background: -o-linear-gradient(top, #3788b9, #21669f); - background: -webkit-linear-gradient(top, #3788b9, #21669f); - background: linear-gradient(to bottom, #3788b9 0%,#21669f 100%); /* W3C */ -} - -.persona-button:active, .persona-button:focus{ - top: 1px; - -moz-box-shadow: none; - -ms-box-shadow: none; - -o-box-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -.persona-button span{ - display: inline-block; - padding: 5px 10px 5px 40px; -} - -/* Icon */ -.persona-button span:after{ - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAA4klEQVR42o2RWaqEMBRE3YaCiDjPwQGcd9CrysLv4wTyoLFD90dxqbp1EgdPRB7Kskznea6Zn/aPoKoqUUrJOI5m4l2QBfSyLHKep1zXZSae3An1fS/7vst931bGkzuhaZrsLVbGkzuheZ7lOI6HyJ2QUkqv6yrbtv0LT+6E7G0UrfBfP3lZlpoXH4ZBmHgn5Pv+KwxDfqp0XQdgJp6c/RsUBIGOokiSJDE/s21bACbe5Ozp0TdAHMdSFIXUdS1N01C2wpObPT36HifwCJzI0iX29Oh7XP0E3CB9L01TzM+i/wePv4ZE5RtAngAAAABJRU5ErkJggg==) 10px center no-repeat; - content: ''; - display: block; - width: 31px; - - position: absolute; - bottom: 0; - left: -3px; - top: 0; - z-index: 10; -} - -/* Icon background */ -.persona-button span:before{ - content: ''; - display: block; - height: 100%; - width: 20px; - - position: absolute; - bottom: 0; - left: 0; - top: 0; - z-index: 1; - - background: #42a9dd; - background: -moz-linear-gradient(top, #50b8e8, #3095ce); - background: -ms-linear-gradient(top, #50b8e8, #3095ce); - background: -o-linear-gradient(top, #50b8e8, #3095ce); - background: -webkit-linear-gradient(top, #50b8e8, #3095ce); - background: linear-gradient(to bottom, #50b8e8 0%,#3095ce 100%); /* W3C */ - - -moz-border-radius: 3px 0 0 3px; - -ms-border-radius: 3px 0 0 3px; - -o-border-radius: 3px 0 0 3px; - -webkit-border-radius: 3px 0 0 3px; - border-radius: 3px 0 0 3px; -} - -/* Triangle */ -.persona-button:before{ - background: #42a9dd; - content: ''; - display: block; - height: 26px; - width: 26px; - - position: absolute; - left: 2px; - top: 50%; - margin-top: -13px; - z-index: 0; - - background: -moz-linear-gradient(-45deg, #50b8e8, #3095ce); - background: -ms-linear-gradient(-45deg, #50b8e8, #3095ce); - background: -o-linear-gradient(-45deg, #50b8e8, #3095ce); - background: -webkit-linear-gradient(-45deg, #50b8e8, #3095ce); - background: linear-gradient(to bottom, #50b8e8 0%,#3095ce 100%); /* W3C */ - - -moz-box-shadow: 1px -1px 1px rgba(0,0,0,0.1); - -ms-box-shadow: 1px -1px 1px rgba(0,0,0,0.1); - -o-box-shadow: 1px -1px 1px rgba(0,0,0,0.1); - -webkit-box-shadow: 1px -1px 1px rgba(0,0,0,0.1); - box-shadow: 1px -1px 1px rgba(0,0,0,0.1); - - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); - -webkit-transform: rotate(45deg); - transform: rotate(45deg); -} - -/* Inset shadow (required here because the icon background clips it when on the `a` element) */ -.persona-button:after{ - content: ''; - display: block; - height: 100%; - width: 100%; - - position: absolute; - left: 0; - top: 0; - bottom: 0; - right: 0; - z-index: 10; - - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - - -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); - -ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); - -o-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); - -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); - box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); -} - -/* ======================================================== - * Dark button - * ===================================================== */ -.persona-button.dark{ - background: #3c3c3c; - background: -moz-linear-gradient(top, #606060, #3c3c3c); - background: -ms-linear-gradient(top, #606060, #3c3c3c); - background: -o-linear-gradient(top, #606060, #3c3c3c); - background: -webkit-linear-gradient(top, #606060, #3c3c3c); - background: linear-gradient(top, #606060, #3c3c3c); -} -.persona-button.dark:hover{ - background: #2d2d2d; - background: -moz-linear-gradient(top, #484848, #2d2d2d); - background: -ms-linear-gradient(top, #484848, #2d2d2d); - background: -o-linear-gradient(top, #484848, #2d2d2d); - background: -webkit-linear-gradient(top, #484848, #2d2d2d); - background: linear-gradient(top, #484848, #2d2d2d); -} -.persona-button.dark span:before{ /* Icon BG */ - background: #d34f2d; - background: -moz-linear-gradient(top, #ebac45, #d34f2d); - background: -ms-linear-gradient(top, #ebac45, #d34f2d); - background: -o-linear-gradient(top, #ebac45, #d34f2d); - background: -webkit-linear-gradient(top, #ebac45, #d34f2d); - background: linear-gradient(top, #ebac45, #d34f2d); -} -.persona-button.dark:before{ /* Triangle */ - background: #d34f2d; - background: -moz-linear-gradient(-45deg, #ebac45, #d34f2d); - background: -ms-linear-gradient(-45deg, #ebac45, #d34f2d); - background: -o-linear-gradient(-45deg, #ebac45, #d34f2d); - background: -webkit-linear-gradient(-45deg, #ebac45, #d34f2d); - background: linear-gradient(-45deg, #d34f2d, #ebac45); /* flipped for updated spec */ -} - -/* ======================================================== - * Orange button - * ===================================================== */ -.persona-button.orange{ - background: #ee731a; - background: -moz-linear-gradient(top, #ee731a, #d03116); - background: -ms-linear-gradient(top, #ee731a, #d03116); - background: -o-linear-gradient(top, #ee731a, #d03116); - background: -webkit-linear-gradient(top, #ee731a, #d03116); - background: linear-gradient(top, #ee731a, #d03116); -} -.persona-button.orange:hover{ - background: #cb6216; - background: -moz-linear-gradient(top, #cb6216, #b12a13); - background: -ms-linear-gradient(top, #cb6216, #b12a13); - background: -o-linear-gradient(top, #cb6216, #b12a13); - background: -webkit-linear-gradient(top, #cb6216, #b12a13); - background: linear-gradient(top, #cb6216, #b12a13); -} -.persona-button.orange span:before{ /* Icon BG */ - background: #e84a21; - background: -moz-linear-gradient(top, #f7ad27, #e84a21); - background: -ms-linear-gradient(top, #f7ad27, #e84a21); - background: -o-linear-gradient(top, #f7ad27, #e84a21); - background: -webkit-linear-gradient(top, #f7ad27, #e84a21); - background: linear-gradient(top, #f7ad27, #e84a21); -} -.persona-button.orange:before{ /* Triangle */ - background: #e84a21; - background: -moz-linear-gradient(-45deg, #f7ad27, #e84a21); - background: -ms-linear-gradient(-45deg, #f7ad27, #e84a21); - background: -o-linear-gradient(-45deg, #f7ad27, #e84a21); - background: -webkit-linear-gradient(-45deg, #f7ad27, #e84a21); - background: linear-gradient(-45deg, #e84a21, #f7ad27); /* flipped for updated spec */ -} +a.persona-button{color:#fff}.persona-button{color:#fff;display:inline-block;font-size:14px;font-family:Helvetica,Arial,sans-serif;font-weight:bold;line-height:1.1;overflow:hidden;position:relative;text-decoration:none;text-shadow:0 1px rgba(0,0,0,0.5),0 0 2px rgba(0,0,0,0.2);background:#297dc3;background:-moz-linear-gradient(top, #43a6e2, #287cc2);background:-ms-linear-gradient(top, #43a6e2, #287cc2);background:-o-linear-gradient(top, #43a6e2, #287cc2);background:-webkit-linear-gradient(top, #43a6e2, #287cc2);background:linear-gradient(to bottom, #43a6e2 0, #287cc2 100%);-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2);-ms-box-shadow:0 1px 0 rgba(0,0,0,0.2);-o-box-shadow:0 1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2);box-shadow:0 1px 0 rgba(0,0,0,0.2)}.persona-button:hover{background:#21669f;background:-moz-linear-gradient(top, #3788b9, #21669f);background:-ms-linear-gradient(top, #3788b9, #21669f);background:-o-linear-gradient(top, #3788b9, #21669f);background:-webkit-linear-gradient(top, #3788b9, #21669f);background:linear-gradient(to bottom, #3788b9 0, #21669f 100%)}.persona-button:active,.persona-button:focus{top:1px;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.persona-button span{display:inline-block;padding:5px 10px 5px 40px}.persona-button span:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAA4klEQVR42o2RWaqEMBRE3YaCiDjPwQGcd9CrysLv4wTyoLFD90dxqbp1EgdPRB7Kskznea6Zn/aPoKoqUUrJOI5m4l2QBfSyLHKep1zXZSae3An1fS/7vst931bGkzuhaZrsLVbGkzuheZ7lOI6HyJ2QUkqv6yrbtv0LT+6E7G0UrfBfP3lZlpoXH4ZBmHgn5Pv+KwxDfqp0XQdgJp6c/RsUBIGOokiSJDE/s21bACbe5Ozp0TdAHMdSFIXUdS1N01C2wpObPT36HifwCJzI0iX29Oh7XP0E3CB9L01TzM+i/wePv4ZE5RtAngAAAABJRU5ErkJggg==) 10px center no-repeat;content:'';display:block;width:31px;position:absolute;bottom:0;left:-3px;top:0;z-index:10}.persona-button span:before{content:'';display:block;height:100%;width:20px;position:absolute;bottom:0;left:0;top:0;z-index:1;background:#42a9dd;background:-moz-linear-gradient(top, #50b8e8, #3095ce);background:-ms-linear-gradient(top, #50b8e8, #3095ce);background:-o-linear-gradient(top, #50b8e8, #3095ce);background:-webkit-linear-gradient(top, #50b8e8, #3095ce);background:linear-gradient(to bottom, #50b8e8 0, #3095ce 100%);-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.persona-button:before{background:#42a9dd;content:'';display:block;height:26px;width:26px;position:absolute;left:2px;top:50%;margin-top:-13px;z-index:0;background:-moz-linear-gradient(-45deg, #50b8e8, #3095ce);background:-ms-linear-gradient(-45deg, #50b8e8, #3095ce);background:-o-linear-gradient(-45deg, #50b8e8, #3095ce);background:-webkit-linear-gradient(-45deg, #50b8e8, #3095ce);background:linear-gradient(to bottom, #50b8e8 0, #3095ce 100%);-moz-box-shadow:1px -1px 1px rgba(0,0,0,0.1);-ms-box-shadow:1px -1px 1px rgba(0,0,0,0.1);-o-box-shadow:1px -1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:1px -1px 1px rgba(0,0,0,0.1);box-shadow:1px -1px 1px rgba(0,0,0,0.1);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.persona-button:after{content:'';display:block;height:100%;width:100%;position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.3);-ms-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.3);-o-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.3);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.3)}.persona-button.dark{background:#3c3c3c;background:-moz-linear-gradient(top, #606060, #3c3c3c);background:-ms-linear-gradient(top, #606060, #3c3c3c);background:-o-linear-gradient(top, #606060, #3c3c3c);background:-webkit-linear-gradient(top, #606060, #3c3c3c);background:linear-gradient(top, #606060, #3c3c3c)}.persona-button.dark:hover{background:#2d2d2d;background:-moz-linear-gradient(top, #484848, #2d2d2d);background:-ms-linear-gradient(top, #484848, #2d2d2d);background:-o-linear-gradient(top, #484848, #2d2d2d);background:-webkit-linear-gradient(top, #484848, #2d2d2d);background:linear-gradient(top, #484848, #2d2d2d)}.persona-button.dark span:before{background:#d34f2d;background:-moz-linear-gradient(top, #ebac45, #d34f2d);background:-ms-linear-gradient(top, #ebac45, #d34f2d);background:-o-linear-gradient(top, #ebac45, #d34f2d);background:-webkit-linear-gradient(top, #ebac45, #d34f2d);background:linear-gradient(top, #ebac45, #d34f2d)}.persona-button.dark:before{background:#d34f2d;background:-moz-linear-gradient(-45deg, #ebac45, #d34f2d);background:-ms-linear-gradient(-45deg, #ebac45, #d34f2d);background:-o-linear-gradient(-45deg, #ebac45, #d34f2d);background:-webkit-linear-gradient(-45deg, #ebac45, #d34f2d);background:linear-gradient(-45deg, #d34f2d, #ebac45)}.persona-button.orange{background:#ee731a;background:-moz-linear-gradient(top, #ee731a, #d03116);background:-ms-linear-gradient(top, #ee731a, #d03116);background:-o-linear-gradient(top, #ee731a, #d03116);background:-webkit-linear-gradient(top, #ee731a, #d03116);background:linear-gradient(top, #ee731a, #d03116)}.persona-button.orange:hover{background:#cb6216;background:-moz-linear-gradient(top, #cb6216, #b12a13);background:-ms-linear-gradient(top, #cb6216, #b12a13);background:-o-linear-gradient(top, #cb6216, #b12a13);background:-webkit-linear-gradient(top, #cb6216, #b12a13);background:linear-gradient(top, #cb6216, #b12a13)}.persona-button.orange span:before{background:#e84a21;background:-moz-linear-gradient(top, #f7ad27, #e84a21);background:-ms-linear-gradient(top, #f7ad27, #e84a21);background:-o-linear-gradient(top, #f7ad27, #e84a21);background:-webkit-linear-gradient(top, #f7ad27, #e84a21);background:linear-gradient(top, #f7ad27, #e84a21)}.persona-button.orange:before{background:#e84a21;background:-moz-linear-gradient(-45deg, #f7ad27, #e84a21);background:-ms-linear-gradient(-45deg, #f7ad27, #e84a21);background:-o-linear-gradient(-45deg, #f7ad27, #e84a21);background:-webkit-linear-gradient(-45deg, #f7ad27, #e84a21);background:linear-gradient(-45deg, #e84a21, #f7ad27)} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/print.css b/koha-tmpl/opac-tmpl/bootstrap/css/print.css index db8b21b..ed292db 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/print.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/print.css @@ -1,227 +1 @@ -a:link { - color : #000066; - text-decoration: none; -} - -a:visited { - color : #000066; - text-decoration: none; -} - -a:hover { - color : #993300; - text-decoration: none; -} - -body { - background-color : #FFF; - color : #333333; - font-family : arial, geneva, sans-serif; - font-size : 14px; - margin : 0px 0px 0px 0px; - word-wrap : break-word; -} - -caption { - color : #000066; - font-size : 18px; - font-weight : bold; - margin-top : 5px; - text-align : left; -} - -div.table { - width : 100%; -} - -form { - margin : 0px; - padding : 0px; -} - -h1 - { - color : #000066; - font-size : 22px; - font-weight : bold; - margin-bottom : 3px; - margin-top : 3px; -} - -h2 { - color : #000066; - font-size : 20px; - font-weight : bold; - margin-bottom : 3px; - margin-top : 3px; -} - -h3 { - color : #000066; - font-size : 18px; - font-weight : bold; - margin-bottom : 3px; - margin-top : 3px; -} - -h4 { - color : #000066; - font-size : 16px; - font-weight : bold; - margin-bottom : 3px; - margin-top : 3px; -} - -h5 { - color : #000066; - font-size : 15px; - font-weight : bold; - margin-bottom : 1px; - margin-top : 1px; -} - -h6 { - color : #000066; - font-size : 14px; - font-weight : bold; - margin-bottom : 1px; - margin-top : 1px; -} - -p { - margin-top : 0px; -} - -table { - background-color : #FFFFFF; - border-bottom : 0px solid #CCCCCC; - border-collapse : collapse; - border-left : 0px solid #CCCCCC; - margin : 3px 0px 5px 0px; - padding : 0px; - width : 99%; -} - -td { - background-color : #FFF; - border-bottom : 1px solid #CCCCCC; - border-right : 1px solid #CCCCCC; - padding : 5px 5px 5px 5px; - vertical-align : top; -} - -td:last-child { - background-color : #FFF; - border-bottom : 1px solid #CCCCCC; - border-right : 0px solid #CCCCCC; - padding : 5px 5px 5px 5px; - vertical-align : top; -} - -th { - background-color : #E9E9E9; - border-bottom : 1px solid #CCCCCC; - border-right : 1px solid #CCCCCC; - font-weight : bold; - padding : 5px 5px 5px 5px; -} - -th:last-child { - background-color : #E9E9E9; - border-bottom : 1px solid #CCCCCC; - border-right : 0px solid #CCCCCC; - font-weight : bold; - padding : 5px 5px 5px 5px; -} - -tr.highlight { - background-color: #e9e9e9; -} - -body#basket tr.highlight { - background-color : transparent; -} - -body#basket a { - font-weight : bold; -} - -body#basket table { - border-top : 1px solid #EEE; - border-left : 1px solid #EEE; -} -body#basket td, -body#basket th { - background-color : transparent; - padding : 2px; -} - -body#basket th { - background-color : #EEE; -} - -body#basket th, -body#basket th[scope=col] { - text-align : center; - vertical-align : middle; -} - -body#basket th[scope=row] { - font-size : 89%; - text-align : right; - vertical-align : top; - width : 10%; -} - -body#basket p { - font-size : 85%; - margin : .2em 0; - text-indent : .5em; -} - -.error { - font-weight: bold; -} - -.ex { - font-family : "Courier New", Courier, monospace; -} -.inline { - display : inline; -} - -.screen { - display : none; -} - -#bookcover { - float:left; - margin:0pt; - padding:0pt; -} - -#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft, #facetcontainer,.results_summary.actions,.koha_url,.yui-b { - display : none; -} - -#userresults { - position : absolute; - right : 0px; - word-wrap : break-word; - display : block; -} - -div#userupdate input,div#userupdate textarea { - display : inline; - border : 0; -} - -#yui-main, -#yui-main .yui-b, -.yui-t1 #yui-main .yui-b { - display : block !important; - margin : 0 !important; - padding : 0 !important; - width : auto !important; - float : none !important; -} +a:link{color:#006;text-decoration:none}a:visited{color:#006;text-decoration:none}a:hover{color:#930;text-decoration:none}body{background-color:#fff;color:#333;font-family:arial,geneva,sans-serif;font-size:14px;margin:0 0 0 0;word-wrap:break-word}caption{color:#006;font-size:18px;font-weight:bold;margin-top:5px;text-align:left}div.table{width:100%}form{margin:0;padding:0}h1{color:#006;font-size:22px;font-weight:bold;margin-bottom:3px;margin-top:3px}h2{color:#006;font-size:20px;font-weight:bold;margin-bottom:3px;margin-top:3px}h3{color:#006;font-size:18px;font-weight:bold;margin-bottom:3px;margin-top:3px}h4{color:#006;font-size:16px;font-weight:bold;margin-bottom:3px;margin-top:3px}h5{color:#006;font-size:15px;font-weight:bold;margin-bottom:1px;margin-top:1px}h6{color:#006;font-size:14px;font-weight:bold;margin-bottom:1px;margin-top:1px}p{margin-top:0}table{background-color:#fff;border-bottom:0 solid #ccc;border-collapse:collapse;border-left:0 solid #ccc;margin:3px 0 5px 0;padding:0;width:99%}td{background-color:#fff;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:5px 5px 5px 5px;vertical-align:top}td:last-child{background-color:#fff;border-bottom:1px solid #ccc;border-right:0 solid #ccc;padding:5px 5px 5px 5px;vertical-align:top}th{background-color:#e9e9e9;border-bottom:1px solid #ccc;border-right:1px solid #ccc;font-weight:bold;padding:5px 5px 5px 5px}th:last-child{background-color:#e9e9e9;border-bottom:1px solid #ccc;border-right:0 solid #ccc;font-weight:bold;padding:5px 5px 5px 5px}tr.highlight{background-color:#e9e9e9}body#basket tr.highlight{background-color:transparent}body#basket a{font-weight:bold}body#basket table{border-top:1px solid #eee;border-left:1px solid #eee}body#basket td,body#basket th{background-color:transparent;padding:2px}body#basket th{background-color:#eee}body#basket th,body#basket th[scope=col]{text-align:center;vertical-align:middle}body#basket th[scope=row]{font-size:89%;text-align:right;vertical-align:top;width:10%}body#basket p{font-size:85%;margin:.2em 0;text-indent:.5em}.error{font-weight:bold}.ex{font-family:"Courier New",Courier,monospace}.inline{display:inline}.screen{display:none}#bookcover{float:left;margin:0;padding:0}#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action,.list-actions,.ft,#facetcontainer,.results_summary.actions,.koha_url,.yui-b{display:none}#userresults{position:absolute;right:0;word-wrap:break-word;display:block}div#userupdate input,div#userupdate textarea{display:inline;border:0}#yui-main,#yui-main .yui-b,.yui-t1 #yui-main .yui-b{display:block !important;margin:0 !important;padding:0 !important;width:auto !important;float:none !important} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/responsive.css b/koha-tmpl/opac-tmpl/bootstrap/css/responsive.css new file mode 100644 index 0000000..79106e5 --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/css/responsive.css @@ -0,0 +1 @@ +.shadowed{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);box-shadow:0 1px 1px 0 rgba(0,0,0,0.2)}@media only screen and (min-width:0) and (max-width:304px){#oh:after{content:"(min-width: 0px) and (max-width: 304px)"}input,select,textarea{width:auto;max-width:11em}}@media only screen and (min-width:0) and (max-width:390px){#oh:after{content:"(min-width: 0px) and (max-width: 390px)"}.ui-tabs .ui-tabs-nav li a,.statictabs li a{padding:.1em .5em}#views{border:0;padding:0;margin:0}.view{padding:0}.view a,.view span{border:1px solid #c9c9c9;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:80%;padding:.3em .4em 4px 26px}.input-fluid{width:90%}}@media only screen and (min-width:305px) and (max-width:341px){#oh:after{content:"(min-width: 305px) and (max-width: 341px)"}}@media only screen and (min-width:342px) and (max-width:479px){#oh:after{content:"(min-width: 342px) and (max-width: 479px)"}.input-fluid{width:75%}}@media (max-width:979px){.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;margin-left:0;margin-right:0}}@media only screen and (max-width:608px){fieldset.rows label{display:block;float:none;text-align:left}fieldset.rows li{padding-bottom:.5em}fieldset.rows ol{margin-left:0}body{padding:0}.tdlabel{display:inline}.navbar-fixed-top,.navbar-static-top{margin:0}.navbar-inner{padding:0}.checkall,.clearall,.highlight_controls,#selections-toolbar,.selectcol,.list-actions,#remove-selected{display:none}.table td.bibliocol{padding-left:1.3em}.actions{display:block}.actions a,.actions #login4tags{background-color:#f2f2ef;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-weight:bold;display:block;font-size:120%;margin:2px 0}.actions .label{display:block;font-weight:bold}.actions #login4tags{margin-right:1em}#opac-main-search button,#opac-main-search input,#opac-main-search select,#opac-main-search .librarypulldown .transl1,#opac-main-search .input-append{display:block;width:97%;max-width:100%;margin:.5em 0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#opac-main-search .input-append{margin:0;width:100%}#opac-main-search .librarypulldown .transl1{width:94.5%}#toolbar .resort{font-size:14px;max-width:100%;margin:.5em 0;padding:4px 6px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.mastheadsearch{margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.main{margin:.5em 0;padding:15px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.breadcrumb{margin:10px 0}#moresearches{text-align:center}#searchsubmit{font-weight:bold}.ui-tabs-panel .item-thumbnail,.tabs-container .item-thumbnail,#topissues .item-thumbnail,#usertags .item-thumbnail,#usersuggestions .item-thumbnail{margin:.5em 0 0 .5em}.ui-tabs-panel .table-bordered,.tabs-container .table-bordered,#topissues .table-bordered,#usertags .table-bordered,#usersuggestions .table-bordered{border:none}.ui-tabs-panel .table th,.tabs-container .table th,#topissues .table th,#usertags .table th,#usersuggestions .table th,.ui-tabs-panel .table thead,.tabs-container .table thead,#topissues .table thead,#usertags .table thead,#usersuggestions .table thead{display:none}.ui-tabs-panel .table td,.tabs-container .table td,#topissues .table td,#usertags .table td,#usersuggestions .table td{border-right:1px solid #ddd;border-left:1px solid #ddd;border-top:0;display:block;padding:.2em}.ui-tabs-panel .table p,.tabs-container .table p,#topissues .table p,#usertags .table p,#usersuggestions .table p{margin-bottom:2px}.ui-tabs-panel tr,.tabs-container tr,#topissues tr,#usertags tr,#usersuggestions tr{display:block;margin-bottom:.6em}.ui-tabs-panel tr td:first-child,.tabs-container tr td:first-child,#topissues tr td:first-child,#usertags tr td:first-child,#usersuggestions tr td:first-child{border-top:1px solid #ddd;border-radius:5px 5px 0 0}.ui-tabs-panel tr td:last-child,.tabs-container tr td:last-child,#topissues tr td:last-child,#usertags tr td:last-child,#usersuggestions tr td:last-child{border-radius:0 0 5px 5px;border-bottom:2px solid #cacaca}.no-image{display:none}}@media only screen and (max-width:700px){#opac-main-search label{display:none}#logo{background:transparent url("../lib/bootstrap/img/glyphicons-halflings-white.png") no-repeat;background-position:0 -24px;margin:14px 14px 0 14px;width:14px}#logo a{padding:14px 0 0;width:14px}#user-menu-trigger{display:inline;margin-right:12px}#members{display:none;clear:both}#members li{padding-right:20px;text-align:right;border-bottom:1px solid #555}#members li:first-child{border-top:1px solid #555}#members li:last-child{border-bottom:none}#members .nav{float:none}#members .nav.pull-right{float:none}#members .nav>li{float:none}#members .divider-vertical{border:0;height:0;margin:0}}@media only screen and (min-width:480px) and (max-width:608px){#oh:after{content:" Between 480 pixels and 608 pixels. "}.input-fluid{width:75%}}@media only screen and (min-width:608px) and (max-width:767px){#oh:after{content:" Between 608 pixels and 767 pixels. "}.main{padding:.8em 20px}.breadcrumb{margin:10px 0}.navbar-static-bottom{margin-left:-20px;margin-right:-20px}}@media only screen and (max-width:767px){a.title{font-size:120%}#userresults{margin:0 -20px}.breadcrumb,#top-pages,.menu-collapse{display:none}#search-facets,#menu{margin-bottom:.5em}#search-facets h4,#menu h4{display:block;margin:0;padding:0}#search-facets h4 a,#menu h4 a{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;border-bottom:0;font-weight:normal;padding:.7em .2em}#search-facets ul,#menu ul{padding:0}#menu li a{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;display:block;font-size:120%;text-decoration:none;border-bottom:1px solid #d8d8d8;margin:0}#menu li.active a{border-top:1px solid #d8d8d8;border-right-width:1px}#menu li:last-child a{-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px}#search-facets li{padding:.4em}#search-facets h5{margin:.2em}#menu h4 a.menu-open,#search-facets h4 a.menu-open{-webkit-border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;border-radius:7px 7px 0 0;border-bottom:1px solid #d8d8d8}}@media only screen and (max-width:800px){.cartlabel,.listslabel{display:none}.navbar .divider-vertical{margin:0 2px}.navbar #members .divider-vertical{margin:0 9px}}@media only screen and (min-width:768px){.main{margin-left:20px;margin-right:20px}#menu{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-right:1px solid #d8d8d8}#menu h4{display:none}#menu ul{padding:1em 0 1em 0}}@media only screen and (min-width:768px) and (max-width:984px){#oh:after{content:" Between 768 and 984 pixels. "}.librarypulldown .transl1{width:38%}}@media only screen and (min-width:984px){#oh:after{content:" Above 984 pixels. "}.librarypulldown .transl1{width:53%}}@media only screen and (max-width:1040px){.pg_menu li a{float:none;text-align:left}.pg_menu li.back_results a{border:1px solid #d0d0d0;border-width:1px 0 1px 0}#ulactioncontainer{min-width:0}} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/right-to-left.css b/koha-tmpl/opac-tmpl/bootstrap/css/right-to-left.css index eab21e9..a4685d6 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/right-to-left.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/right-to-left.css @@ -1 +1 @@ -.popup{padding-right:0;padding-left:0}a.cancel{padding-right:1em}h1#libraryname{float:right!important}caption{text-align:right}#basketcount span{margin:0 .9em 0 0}#koha_url p{float:left}.actions a.hold{margin-left:1em;padding-right:21px}.actions a.addtocart{margin-left:1em;padding-right:20px}.actions a.addtoshelf{margin-left:1em;padding-right:20px}.actions a.addtolist{margin-left:1em;padding-right:20px}.actions a.tag_add{margin-left:1em;padding-right:20px}.actions a.removefromlist{margin-left:1em;padding-right:15px}.ui-tabs .ui-tabs-nav li{margin-left:.4em}.statictabs li{float:right;margin-left:.4em}.statictabs li a{float:right}#bookcover .no-image{margin-left:10px}th.sum{text-align:left}th[scope=row]{text-align:left}fieldset.rows{float:right;clear:right}fieldset.rows label,fieldset.rows .label{float:right;margin-left:1em;text-align:left}fieldset.rows ol.lradio label{margin-left:0}fieldset.rows ol.lradio label.lradio{float:right;margin-left:1em}fieldset.rows li{float:right;clear:right}fieldset.rows li.lradio{padding-right:8.5em}fieldset.rows li.lradio label{margin:0 1em 0 0}div.rows{float:right;clear:right}div.rows span.label{float:right;margin-left:1em;text-align:right}div.rows ol{margin-right:0;padding:.5em 0 0 1em}div.rows li{float:right;clear:right}div.rows ul li{margin-right:7.3em}div.rows ul li:first-child{margin-right:0}.toolbar{padding:3px 5px 5px 3px}.toolbar label{margin-right:.5em}.toolbar .hold,.toolbar #tagsel_tag{padding-right:28px}.toolbar li a{border-right:1px solid #e8e8e8}.toolbar li:first-child a{border-right:0}.toolbar ul{padding-right:0}#basket .toolbar{padding:7px 9px 9px 5px}#selections-toolbar{padding-right:10px}#tagsel_span input.submit,#tagsel_tag{padding-right:25px}#tagsel_span input.disabled,#tagsel_span input.disabled:hover,#tagsel_span input.hold.disabled,#tagsel_span input.hold.disabled:hover,#selections-toolbar input.hold.disabled,#selections-toolbar input.hold.disabled:hover,#selections-toolbar a.disabled,#selections-toolbar a.disabled:hover{padding-right:23px}#views{padding:0 .2em .2em 2em}#bibliodescriptions,#isbdcontents{clear:right}#bookcover{float:right}#bookcover .no-image{margin-left:10px}#bookcover img{margin:0 0 1em 1em}.results-pagination{right:-1px}.back{float:left}.pagination_list ul{padding-right:0}.pagination_list li a{padding-right:0}.pagination_list .li_pag_index{float:right;padding-left:10px;text-align:left}.pg_menu li.back_results a{border-right:1px solid #d0d0d0;border-left:1px solid #d0d0d0}.pg_menu li a,.pg_menu li span{float:right}#listResults li{margin-left:1px}.nav_pages .close_pagination{padding-left:10px;left:3px}.nav_pages li{float:right}.nav_pages li ul{float:right}#format,#furthersearches{padding-right:35px}.highlight_controls{float:right}a.addtocart{padding-right:35px}a.addtoshelf{padding-right:35px}a.brief{padding-right:27px}a.detail{padding-right:27px}a.download{padding-right:20px}a.editshelf{padding-right:26px}a.empty{padding-right:30px}a.hide{padding-right:26px}a.highlight_toggle{padding-right:35px}a.hold,input.hold{padding-right:23px}a.incart{padding-right:35px}a.new{padding-right:23px}a.print-small{padding-right:30px}a.print-large{padding-right:35px}a.removeitems,a.deleteshelf{padding-right:25px}a.reserve{padding-right:35px}a.send{padding-right:28px}a.tag_add{padding-right:27px}input.editshelf{padding-right:29px}.newshelf{padding-right:28px}.deleteshelf{padding-right:25px}#login4tags{padding-right:20px}.tag_results_input{margin-right:1em}#social_networks span{float:right;margin:.5em .5em .5em 0!important}#social_networks div{float:right!important;margin:.5em .2em .5em 0!important}#marc td,#marc th{text-align:right}#marc .results_summary{clear:right}#plainmarc th{text-align:right}#renewcontrols{float:left}.authstanza li{margin-right:.5em}#didyoumean{text-align:right}.authlink{padding-right:.25em}#search-facets h4 a,#menu h4 a{border-radius:8px 0 0 8px}#menu{border:0 solid #d8d8d8;border-left-width:1px}#menu li a{border-radius:0 5px 5px 0;margin-left:-1px}#menu li.active a{border-left-width:0;border-right-width:1px}.addto a.addtocart{padding-right:33px}.searchresults a.highlight_toggle{padding:0 21px 0 10px}.commentline .avatar{float:left;padding-right:.5em}span.sep{padding:0 .5em 0 .2em}.pages span:first-child,.pages a:first-child{border-bottom-right-radius:3px;border-top-right-radius:3px}.pages span:last-child,.pages a:last-child{border-width:1px 0 1px 1px;border-bottom-left-radius:3px;border-top-left-radius:3px}.pages .inactive,.pages .currentPage,.pages a{border-width:1px 0 1px 1px;float:right}.pages a[rel='last']{border-bottom-left-radius:3px;border-top-left-radius:3px}.close{left:auto}.alert .closebtn{left:-21px}.closebtn{float:left}#logo{float:right!important}.floating{-webkit-box-shadow:0 0 2px 3px rgba(0,0,0,0.4);box-shadow:0 0 2px 3px rgba(0,0,0,0.4)}.table .sorting_asc{padding-left:19px;background:url("../images/asc.gif") no-repeat scroll left center #ecede6}.table .sorting_desc{padding-left:19px;background:url("../images/desc.gif") no-repeat scroll left center #ecede6}.table .sorting{padding-left:19px;background:url("../images/ascdesc.gif") no-repeat scroll left center #ecede6}.table .nosort,.table .nosort.sorting_asc,.table .nosort.sorting_desc,.table .nosort.sorting{padding-left:19px}.tags ul{margin-right:0}.coverimages{float:left}#i18nMenu{margin-right:1em}#overdrive-results{padding-right:1em}.navbar .pull-right{float:left} \ No newline at end of file +.popup{padding-right:0;padding-left:0}a.cancel{padding-right:1em}h1#libraryname{float:right !important}caption{text-align:right}#basketcount span{margin:0 .9em 0 0}#koha_url p{float:left}.actions a.hold{margin-left:1em;padding-right:21px}.actions a.addtocart{margin-left:1em;padding-right:20px}.actions a.addtoshelf{margin-left:1em;padding-right:20px}.actions a.addtolist{margin-left:1em;padding-right:20px}.actions a.tag_add{margin-left:1em;padding-right:20px}.actions a.removefromlist{margin-left:1em;padding-right:15px}.ui-tabs .ui-tabs-nav li{margin-left:.4em}.statictabs li{float:right;margin-left:.4em}.statictabs li a{float:right}#bookcover .no-image{margin-left:10px}th.sum{text-align:left}th[scope=row]{text-align:left}fieldset.rows{float:right;clear:right}fieldset.rows label,fieldset.rows .label{float:right;margin-left:1em;text-align:left}fieldset.rows ol.lradio label{margin-left:0}fieldset.rows ol.lradio label.lradio{float:right;margin-left:1em}fieldset.rows li{float:right;clear:right}fieldset.rows li.lradio{padding-right:8.5em}fieldset.rows li.lradio label{margin:0 1em 0 0}div.rows{float:right;clear:right}div.rows span.label{float:right;margin-left:1em;text-align:right}div.rows ol{margin-right:0;padding:.5em 0 0 1em}div.rows li{float:right;clear:right}div.rows ul li{margin-right:7.3em}div.rows ul li:first-child{margin-right:0}.toolbar{padding:3px 5px 5px 3px}.toolbar label{margin-right:.5em}.toolbar .hold,.toolbar #tagsel_tag{padding-right:28px}.toolbar li a{border-right:1px solid #e8e8e8}.toolbar li:first-child a{border-right:0}.toolbar ul{padding-right:0}#basket .toolbar{padding:7px 9px 9px 5px}#selections-toolbar{padding-right:10px}#tagsel_span input.submit,#tagsel_tag{padding-right:25px}#tagsel_span input.disabled,#tagsel_span input.disabled:hover,#tagsel_span input.hold.disabled,#tagsel_span input.hold.disabled:hover,#selections-toolbar input.hold.disabled,#selections-toolbar input.hold.disabled:hover,#selections-toolbar a.disabled,#selections-toolbar a.disabled:hover{padding-right:23px}#views{padding:0 .2em .2em 2em}#bibliodescriptions,#isbdcontents{clear:right}#bookcover{float:right}#bookcover .no-image{margin-left:10px}#bookcover img{margin:0 0 1em 1em}.results-pagination{right:-1px}.back{float:left}.pagination_list ul{padding-right:0}.pagination_list li a{padding-right:0}.pagination_list .li_pag_index{float:right;padding-left:10px;text-align:left}.pg_menu li.back_results a{border-right:1px solid #d0d0d0;border-left:1px solid #d0d0d0}.pg_menu li a,.pg_menu li span{float:right}#listResults li{margin-left:1px}.nav_pages .close_pagination{padding-left:10px;left:3px}.nav_pages li{float:right}.nav_pages li ul{float:right}#format,#furthersearches{padding-right:35px}.highlight_controls{float:right}a.addtocart{padding-right:35px}a.addtoshelf{padding-right:35px}a.brief{padding-right:27px}a.detail{padding-right:27px}a.download{padding-right:20px}a.editshelf{padding-right:26px}a.empty{padding-right:30px}a.hide{padding-right:26px}a.highlight_toggle{padding-right:35px}a.hold,input.hold{padding-right:23px}a.incart{padding-right:35px}a.new{padding-right:23px}a.print-small{padding-right:30px}a.print-large{padding-right:35px}a.removeitems,a.deleteshelf{padding-right:25px}a.reserve{padding-right:35px}a.send{padding-right:28px}a.tag_add{padding-right:27px}input.editshelf{padding-right:29px}.newshelf{padding-right:28px}.deleteshelf{padding-right:25px}#login4tags{padding-right:20px}.tag_results_input{margin-right:1em}#social_networks span{float:right;margin:.5em .5em .5em 0 !important}#social_networks div{float:right !important;margin:.5em .2em .5em 0 !important}#marc td,#marc th{text-align:right}#marc .results_summary{clear:right}#plainmarc th{text-align:right}#renewcontrols{float:left}.authstanza li{margin-right:.5em}#didyoumean{text-align:right}.authlink{padding-right:.25em}#search-facets h4 a,#menu h4 a{border-radius:8px 0 0 8px}#menu{border:0 solid #d8d8d8;border-left-width:1px}#menu li a{border-radius:0 5px 5px 0;margin-left:-1px}#menu li.active a{border-left-width:0;border-right-width:1px}.addto a.addtocart{padding-right:33px}.searchresults a.highlight_toggle{padding:0 21px 0 10px}.commentline .avatar{float:left;padding-right:.5em}span.sep{padding:0 .5em 0 .2em}.pages span:first-child,.pages a:first-child{border-bottom-right-radius:3px;border-top-right-radius:3px}.pages span:last-child,.pages a:last-child{border-width:1px 0 1px 1px;border-bottom-left-radius:3px;border-top-left-radius:3px}.pages .inactive,.pages .currentPage,.pages a{border-width:1px 0 1px 1px;float:right}.pages a[rel='last']{border-bottom-left-radius:3px;border-top-left-radius:3px}.close{left:auto}.alert .closebtn{left:-21px}.closebtn{float:left}#logo{float:right !important}.floating{-webkit-box-shadow:0 0 2px 3px rgba(0,0,0,0.4);box-shadow:0 0 2px 3px rgba(0,0,0,0.4)}.table .sorting_asc{padding-left:19px;background:url("../images/asc.gif") no-repeat scroll left center #ecede6}.table .sorting_desc{padding-left:19px;background:url("../images/desc.gif") no-repeat scroll left center #ecede6}.table .sorting{padding-left:19px;background:url("../images/ascdesc.gif") no-repeat scroll left center #ecede6}.table .nosort,.table .nosort.sorting_asc,.table .nosort.sorting_desc,.table .nosort.sorting{padding-left:19px}.tags ul{margin-right:0}.coverimages{float:left}#i18nMenu{margin-right:1em}#overdrive-results{padding-right:1em}.navbar .pull-right{float:left} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css b/koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css index a2364e5..09632b6 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/sco-old.css @@ -1,333 +1 @@ -@import url("/opac-tmpl/lib/yui/reset-fonts-grids.css"); -@import url("/opac-tmpl/lib/yui/skin.css"); - -a { - font-weight : bold; -} - -a, a:visited { - color : #006699; -} - -a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover { - color : #990033; -} - -body { - background-color : white; - text-align : left; - padding : 0 0 2.5em 0; -} - -caption { - font-size : 110%; - text-align : left; - font-weight : bold; -} - -fieldset { - background-color: #FFF; - border : 2px solid #EEEEEE; - margin : 1em 1em 1em 0; - padding : 1em; -} - -h1,h2,h3,h4,h5,h6 { - font-weight : bold; - margin : .5em 0; -} - -h1 { - font-size : 138.5%; -} - -h2 { - font-size : 134%; -} - -h3 { - font-size : 123.1%; -} - -h4 { - font-size : 116%; -} - -h5 { - font-size : 108%; -} - -h6 { - font-size : 100%; -} - -input[type=submit], -input[type=button], -input[type=reset], -fieldset.brief input[type=submit], -fieldset.brief input[type=button], -fieldset.brief input[type=reset] -{ - background: #f4f9fc; /* Old browsers */ - background: -moz-linear-gradient(top, #f4f9fc 0%, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(4%,#dfeefa), color-stop(93%,#bfd5ea), color-stop(97%,#a1c4e2), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Opera11.10+ */ - background: -ms-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* IE10+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */ - background: linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* W3C */ - border-top: 1px solid #cccccc; - border-left: 1px solid #cccccc; - border-right: 1px solid #eeeeee; - border-bottom: 1px solid #eeeeee; - color : #333; - font-size : 93%; - font-weight : bold; - padding : 4px; -} - -input[type=submit]:active, input[type=button]:active, input[type=reset]:active { - border: 1px inset #666666; - float : none; -} -.dialog { - border: 1px solid #bcbcbc; - padding : .5em; - margin : 1em auto; - width: 65%; - } - -.dialog h2, .dialog h3, .dialog h4 { - margin : auto; - text-align : center; - } - -div.alert { - background: #fef8d3; /* Old browsers */ - background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */ - background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */ - background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */ - text-align : center; -} - -div.alert strong { - color : #900; -} - -div.message { - background: #ffffff; /* Old browsers */ - background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */ - background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */ - background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */ - border : 1px solid #bcbcbc; - width : 55%; -} - -.dialog input { - background : #FFF none; - border : 1px solid #bcbcbc; - margin : .4em; - padding : .4em; - } - - -.dialog input.back { - background : #FFF url(/opac-tmpl/lib/famfamfam/silk/arrow_left.png) no-repeat 4px center; - border: 1px solid #BCBCBC; - padding : .4em .4em .4em 25px; - } - -.dialog input.return { - background : #FFF url(/opac-tmpl/lib/famfamfam/silk/book_previous.png) no-repeat 4px center; - padding : .4em .4em .4em 25px; - } - -.dialog input.renew { - background : #FFF url(/opac-tmpl/lib/famfamfam/silk/arrow_refresh.png) no-repeat 4px center; - padding : .4em .4em .4em 25px; - } - -.dialog input.cancel { - background : #FFF url(/opac-tmpl/lib/famfamfam/silk/cancel.png) no-repeat 4px center; - padding : .4em .4em .4em 25px; - } - -input.finish { - background : #dbe7ff url(/opac-tmpl/lib/famfamfam/silk/stop.png) no-repeat 4px center; - border : 1px outset #666; - padding : .2em .2em .2em 25px; -} - -table { - background-color: #FFF; - border-collapse : collapse; - margin : 1em 0; - border-right : 1px solid #dddddd; - border-top : 1px solid #dddddd; -} - -td,th { - background-color: #FFF; - border-left : 1px solid #dddddd; - border-bottom : 1px solid #dddddd; - padding : 3px 3px; -} - -th { - background-color:#EEE; - font-weight : bold; - padding : 2px 23px; - text-align : center; -} - -tr.highlight td, tr.highlight th, tr.odd td { - background-color : #F3F3F3; - border-top : 1px solid #DDDDDD; - border-bottom : 1px solid #DDDDDD; -} - -tr.even td, tr.even.highlight td { - background-color: #FFF; -} - -p { - margin: .7em 0; -} - -strong { - font-weight : bold; -} - -em { - font-style : italic; -} -#borrowerdetails { - margin-top : 1em; -} -#barcode, -#patronid { - font-size : 125%; - padding-bottom : 3px; -} -input.focus { - background-color : #FFC; - border : 2px inset #336699; -} -#checkouthelp { - background : #FFF url("/opac-tmpl/lib/famfamfam/silk/help.png") no-repeat 4px center; - padding : 3px 3px 3px 26px; - position : absolute; - top : 0; - right : 0; -} -div.button { - float : left; - margin-top : 2em; - padding : .4em 0; -} -div.button a:link, -div.button a:visited, -div.button a:hover, -div.button a:active { - background : #FFF url(/opac-tmpl/lib/famfamfam/silk/book_previous.png) no-repeat 4px center; - border : 1px outset #666; - color : #000; - padding : .4em .4em .4em 25px; - text-decoration : none; -} -div.button a:active { - border : 1px inset #666; -} - -div.koha_url { - border-top: none !important; -} -span.koha_url { - position: absolute; - right: 0; -} -a.koha_url { - text-decoration: none; - color: #666666; -} - -div#changelanguage{ - background-color: #fff; - border-top: 1px solid #CCC; - color : #666; - font-size : 85%; - padding : 1em; - margin-top : 2em; - } - -div#changelanguage a { - font-weight : normal; - padding : .5em 0; -} - -div#changelanguage li.yuimenuitem { - font-size: 120%; - font-weight: normal; - margin: 0; - padding: 0 1em; -} -div#changelanguage li.yuimenuitem a.yuimenuitemlabel { - padding: 0; -} - -ul#i18nMenu { - margin : 0; - padding : .2em 0; - } - -ul#i18nMenu li { - border-left : 1px solid #CCC; - display : inline; - list-style : none; - padding : 0 .4em; - } - -ul#i18nMenu li:first-child { - border-left : 0; - } - -ul#i18nMenu li ul li { - border : 0; - display : block; - padding : 0; - } - - -ul#i18nMenu li.more a { - background-image : url("../images/sprite.png"); - background-position : 37px -940px; - background-repeat:no-repeat; - padding-right: 1.3em; -} - -ul#i18nMenu li.more ul li a { - background-image : none; - padding: 0 1.3em; -} - -span.lang{ - float:left; - border-right : 1px solid black; - padding : 0 .5em; -} - -div.ft { - clear : both; -} - -.inline { - display: inline; -} +@import url("/opac-tmpl/lib/yui/reset-fonts-grids.css");@import url("/opac-tmpl/lib/yui/skin.css");a{font-weight:bold}a,a:visited{color:#069}a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover{color:#903}body{background-color:#fff;text-align:left;padding:0 0 2.5em 0}caption{font-size:110%;text-align:left;font-weight:bold}fieldset{background-color:#fff;border:2px solid #eee;margin:1em 1em 1em 0;padding:1em}h1,h2,h3,h4,h5,h6{font-weight:bold;margin:.5em 0}h1{font-size:138.5%}h2{font-size:134%}h3{font-size:123.1%}h4{font-size:116%}h5{font-size:108%}h6{font-size:100%}input[type=submit],input[type=button],input[type=reset],fieldset.brief input[type=submit],fieldset.brief input[type=button],fieldset.brief input[type=reset]{background:#f4f9fc;background:-moz-linear-gradient(top, #f4f9fc 0, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f9fc), color-stop(4%, #dfeefa), color-stop(93%, #bfd5ea), color-stop(97%, #a1c4e2), color-stop(100%, #b8d0e6));background:-webkit-linear-gradient(top, #f4f9fc 0, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%);background:-o-linear-gradient(top, #f4f9fc 0, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%);background:-ms-linear-gradient(top, #f4f9fc 0, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f9fc', endColorstr='#b8d0e6', GradientType=0);background:linear-gradient(top, #f4f9fc 0, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%);border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #eee;border-bottom:1px solid #eee;color:#333;font-size:93%;font-weight:bold;padding:4px}input[type=submit]:active,input[type=button]:active,input[type=reset]:active{border:1px inset #666;float:none}.dialog{border:1px solid #bcbcbc;padding:.5em;margin:1em auto;width:65%}.dialog h2,.dialog h3,.dialog h4{margin:auto;text-align:center}div.alert{background:#fef8d3;background:-moz-linear-gradient(top, #fef8d3 0, #ffec91 9%, #ffed87 89%, #f9dc00 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fef8d3), color-stop(9%, #ffec91), color-stop(89%, #ffed87), color-stop(100%, #f9dc00));background:-webkit-linear-gradient(top, #fef8d3 0, #ffec91 9%, #ffed87 89%, #f9dc00 100%);background:-o-linear-gradient(top, #fef8d3 0, #ffec91 9%, #ffed87 89%, #f9dc00 100%);background:-ms-linear-gradient(top, #fef8d3 0, #ffec91 9%, #ffed87 89%, #f9dc00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef8d3', endColorstr='#f9dc00', GradientType=0);background:linear-gradient(top, #fef8d3 0, #ffec91 9%, #ffed87 89%, #f9dc00 100%);text-align:center}div.alert strong{color:#900}div.message{background:#fff;background:-moz-linear-gradient(top, #fff 0, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(2%, #f4f6fa), color-stop(23%, #eaeef5), color-stop(94%, #e8edf6), color-stop(100%, #cddbf2));background:-webkit-linear-gradient(top, #fff 0, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%);background:-o-linear-gradient(top, #fff 0, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%);background:-ms-linear-gradient(top, #fff 0, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cddbf2', GradientType=0);background:linear-gradient(top, #fff 0, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%);border:1px solid #bcbcbc;width:55%}.dialog input{background:#fff none;border:1px solid #bcbcbc;margin:.4em;padding:.4em}.dialog input.back{background:#fff url(/opac-tmpl/lib/famfamfam/silk/arrow_left.png) no-repeat 4px center;border:1px solid #bcbcbc;padding:.4em .4em .4em 25px}.dialog input.return{background:#fff url(/opac-tmpl/lib/famfamfam/silk/book_previous.png) no-repeat 4px center;padding:.4em .4em .4em 25px}.dialog input.renew{background:#fff url(/opac-tmpl/lib/famfamfam/silk/arrow_refresh.png) no-repeat 4px center;padding:.4em .4em .4em 25px}.dialog input.cancel{background:#fff url(/opac-tmpl/lib/famfamfam/silk/cancel.png) no-repeat 4px center;padding:.4em .4em .4em 25px}input.finish{background:#dbe7ff url(/opac-tmpl/lib/famfamfam/silk/stop.png) no-repeat 4px center;border:1px outset #666;padding:.2em .2em .2em 25px}table{background-color:#fff;border-collapse:collapse;margin:1em 0;border-right:1px solid #ddd;border-top:1px solid #ddd}td,th{background-color:#fff;border-left:1px solid #ddd;border-bottom:1px solid #ddd;padding:3px 3px}th{background-color:#eee;font-weight:bold;padding:2px 23px;text-align:center}tr.highlight td,tr.highlight th,tr.odd td{background-color:#f3f3f3;border-top:1px solid #ddd;border-bottom:1px solid #ddd}tr.even td,tr.even.highlight td{background-color:#fff}p{margin:.7em 0}strong{font-weight:bold}em{font-style:italic}#borrowerdetails{margin-top:1em}#barcode,#patronid{font-size:125%;padding-bottom:3px}input.focus{background-color:#ffc;border:2px inset #369}#checkouthelp{background:#fff url("/opac-tmpl/lib/famfamfam/silk/help.png") no-repeat 4px center;padding:3px 3px 3px 26px;position:absolute;top:0;right:0}div.button{float:left;margin-top:2em;padding:.4em 0}div.button a:link,div.button a:visited,div.button a:hover,div.button a:active{background:#fff url(/opac-tmpl/lib/famfamfam/silk/book_previous.png) no-repeat 4px center;border:1px outset #666;color:#000;padding:.4em .4em .4em 25px;text-decoration:none}div.button a:active{border:1px inset #666}div.koha_url{border-top:none !important}span.koha_url{position:absolute;right:0}a.koha_url{text-decoration:none;color:#666}div#changelanguage{background-color:#fff;border-top:1px solid #ccc;color:#666;font-size:85%;padding:1em;margin-top:2em}div#changelanguage a{font-weight:normal;padding:.5em 0}div#changelanguage li.yuimenuitem{font-size:120%;font-weight:normal;margin:0;padding:0 1em}div#changelanguage li.yuimenuitem a.yuimenuitemlabel{padding:0}ul#i18nMenu{margin:0;padding:.2em 0}ul#i18nMenu li{border-left:1px solid #ccc;display:inline;list-style:none;padding:0 .4em}ul#i18nMenu li:first-child{border-left:0}ul#i18nMenu li ul li{border:0;display:block;padding:0}ul#i18nMenu li.more a{background-image:url("../images/sprite.png");background-position:37px -940px;background-repeat:no-repeat;padding-right:1.3em}ul#i18nMenu li.more ul li a{background-image:none;padding:0 1.3em}span.lang{float:left;border-right:1px solid #000;padding:0 .5em}div.ft{clear:both}.inline{display:inline} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/sco.css b/koha-tmpl/opac-tmpl/bootstrap/css/sco.css index ad50406..abcab49 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/sco.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/sco.css @@ -1,196 +1 @@ -body { - background-color: #EAEAE6; -} - -a, a:visited, -.ui-widget-content a, -.ui-widget-content a:visited { - color: #0076B2; -} - -a.title { - font-weight: bold; -} - -h1 { - font-size : 140%; - line-height: 150%; -} -h2 { - - font-size : 130%; - line-height: 150%; -} -h3 { - - font-size : 120%; - line-height: 150%; -} -h4 { - - font-size : 110%; -} -h5 { - - font-size : 100%; -} -caption { - font-size: 120%; - font-weight: bold; - margin : .5em 0; - text-align: left; -} - -input, -textarea { - width: auto; -} - -legend { - font-size: 110%; - font-weight: bold; -} -th { - background-color: #ECEDE6; -} -.main { - background-color: #FFF; - border: 1px solid #D2D2CF; - border-radius: 8px 8px 8px 8px; - margin: 0.5em 20px; - padding: 0.8em 0; - -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2); - box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2); -} -.navbar-inverse .brand, .navbar-inverse .nav > li > a { - color: #9FE1FF; - font-weight: bold; -} - -.table-striped tbody > tr:nth-child(odd) > td, -.table-striped tbody > tr:nth-child(odd) > th { - background-color: #F4F4F4; -} -/* Redefine a new style for Bootstrap's class "close" since we use that already */ -/* Use × */ -.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;} -.modal-header .closebtn{margin-top:2px;} -.closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);} -button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;} -.btn-group label, -.btn-group select { - font-size: 13px; -} - -/* Override Bootstrap alert */ -.alert { - background: #fffbe5; /* Old browsers */ - background: -moz-linear-gradient(top, #fffbe5 0%, #fff0b2 9%, #fff1a8 89%, #f7e665 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffbe5), color-stop(9%,#fff0b2), color-stop(89%,#fff1a8), color-stop(100%,#f7e665)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* IE10+ */ - background: linear-gradient(to bottom, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbe5', endColorstr='#f7e665',GradientType=0 ); /* IE6-9 */ - border-color : #D6C43B; - color: #333; -} - -/* Override Bootstrap alert.alert-info */ -.alert-info { - background: #f4f6fa; /* Old browsers */ - background: -moz-linear-gradient(top, #f4f6fa 0%, #eaeef5 4%, #e8edf6 96%, #cddbf2 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(4%,#eaeef5), color-stop(96%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* IE10+ */ - background: linear-gradient(to bottom, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */ - border-color : #C5D1E5; - color: #333; -} - -/* Override Bootstrap alert.alert-success */ -.alert-success { - background: #f8ffe8; /* Old browsers */ - background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 4%, #dcf48d 98%, #9ebf28 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(4%,#e3f5ab), color-stop(98%,#dcf48d), color-stop(100%,#9ebf28)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* IE10+ */ - background: linear-gradient(to bottom, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#9ebf28',GradientType=0 ); /* IE6-9 */ - border-color : #9FBA35; - color: #333; -} -#members p { - color : #EEE; -} - -#members a { - color: #A6D8ED; - font-weight: bold; -} - -#members a.logout { - color : #E8583C; - padding : 0 .3em 0 .3em; -} - -.inline { - display: inline; -} - -i.icon { - background-repeat: no-repeat; - display: inline-block; - height: 16px; - line-height: 16px; - margin-right: 3px; - vertical-align: text-top; - width: 16px; -} - -i.back { - background : transparent url("../lib/famfamfam/silk/arrow_left.png") no-repeat 0 0; -} - -i.return { - background : transparent url("../lib/famfamfam/silk/book_previous.png") no-repeat 0 0; -} - -i.renew { - background : transparent url("../lib/famfamfam/silk/arrow_refresh.png") no-repeat 0 0; -} - -i.cancel { - background : transparent url("../lib/famfamfam/silk/cancel.png") no-repeat 0 0; -} - -i.finish { - background : transparent url("../lib/famfamfam/silk/stop.png") no-repeat 0 0; -} - -i.help { - background : transparent url("../lib/famfamfam/silk/help.png") no-repeat 0 0; -} - -.table .sorting_asc { - padding-right: 19px; - background: url("../images/asc.gif") no-repeat scroll right center #EEEEEE; -} -.table .sorting_desc { - padding-right: 19px; - background: url("../images/desc.gif") no-repeat scroll right center #EEEEEE; -} -.table .sorting { - padding-right: 19px; - background: url("../images/ascdesc.gif") no-repeat scroll right center #EEEEEE; -} -.table .nosort, -.table .nosort.sorting_asc, -.table .nosort.sorting_desc, -.table .nosort.sorting { - padding-right: 19px; - background: #EEEEEE none; -} \ No newline at end of file +body{background-color:#eaeae6}a,a:visited,.ui-widget-content a,.ui-widget-content a:visited{color:#0076b2}a.title{font-weight:bold}h1{font-size:140%;line-height:150%}h2{font-size:130%;line-height:150%}h3{font-size:120%;line-height:150%}h4{font-size:110%}h5{font-size:100%}caption{font-size:120%;font-weight:bold;margin:.5em 0;text-align:left}input,textarea{width:auto}legend{font-size:110%;font-weight:bold}th{background-color:#ecede6}.main{background-color:#fff;border:1px solid #d2d2cf;border-radius:8px 8px 8px 8px;margin:.5em 20px;padding:.8em 0;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);box-shadow:0 1px 1px 0 rgba(0,0,0,0.2)}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#9fe1ff;font-weight:bold}.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#f4f4f4}.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px}.modal-header .closebtn{margin-top:2px}.closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.closebtn:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn-group label,.btn-group select{font-size:13px}.alert{background:#fffbe5;background:-moz-linear-gradient(top, #fffbe5 0, #fff0b2 9%, #fff1a8 89%, #f7e665 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fffbe5), color-stop(9%, #fff0b2), color-stop(89%, #fff1a8), color-stop(100%, #f7e665));background:-webkit-linear-gradient(top, #fffbe5 0, #fff0b2 9%, #fff1a8 89%, #f7e665 100%);background:-o-linear-gradient(top, #fffbe5 0, #fff0b2 9%, #fff1a8 89%, #f7e665 100%);background:-ms-linear-gradient(top, #fffbe5 0, #fff0b2 9%, #fff1a8 89%, #f7e665 100%);background:linear-gradient(to bottom, #fffbe5 0, #fff0b2 9%, #fff1a8 89%, #f7e665 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbe5', endColorstr='#f7e665', GradientType=0);border-color:#d6c43b;color:#333}.alert-info{background:#f4f6fa;background:-moz-linear-gradient(top, #f4f6fa 0, #eaeef5 4%, #e8edf6 96%, #cddbf2 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f6fa), color-stop(4%, #eaeef5), color-stop(96%, #e8edf6), color-stop(100%, #cddbf2));background:-webkit-linear-gradient(top, #f4f6fa 0, #eaeef5 4%, #e8edf6 96%, #cddbf2 100%);background:-o-linear-gradient(top, #f4f6fa 0, #eaeef5 4%, #e8edf6 96%, #cddbf2 100%);background:-ms-linear-gradient(top, #f4f6fa 0, #eaeef5 4%, #e8edf6 96%, #cddbf2 100%);background:linear-gradient(to bottom, #f4f6fa 0, #eaeef5 4%, #e8edf6 96%, #cddbf2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f6fa', endColorstr='#cddbf2', GradientType=0);border-color:#c5d1e5;color:#333}.alert-success{background:#f8ffe8;background:-moz-linear-gradient(top, #f8ffe8 0, #e3f5ab 4%, #dcf48d 98%, #9ebf28 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f8ffe8), color-stop(4%, #e3f5ab), color-stop(98%, #dcf48d), color-stop(100%, #9ebf28));background:-webkit-linear-gradient(top, #f8ffe8 0, #e3f5ab 4%, #dcf48d 98%, #9ebf28 100%);background:-o-linear-gradient(top, #f8ffe8 0, #e3f5ab 4%, #dcf48d 98%, #9ebf28 100%);background:-ms-linear-gradient(top, #f8ffe8 0, #e3f5ab 4%, #dcf48d 98%, #9ebf28 100%);background:linear-gradient(to bottom, #f8ffe8 0, #e3f5ab 4%, #dcf48d 98%, #9ebf28 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ffe8', endColorstr='#9ebf28', GradientType=0);border-color:#9fba35;color:#333}#members p{color:#eee}#members a{color:#a6d8ed;font-weight:bold}#members a.logout{color:#e8583c;padding:0 .3em 0 .3em}.inline{display:inline}i.icon{background-repeat:no-repeat;display:inline-block;height:16px;line-height:16px;margin-right:3px;vertical-align:text-top;width:16px}i.back{background:transparent url("../lib/famfamfam/silk/arrow_left.png") no-repeat 0 0}i.return{background:transparent url("../lib/famfamfam/silk/book_previous.png") no-repeat 0 0}i.renew{background:transparent url("../lib/famfamfam/silk/arrow_refresh.png") no-repeat 0 0}i.cancel{background:transparent url("../lib/famfamfam/silk/cancel.png") no-repeat 0 0}i.finish{background:transparent url("../lib/famfamfam/silk/stop.png") no-repeat 0 0}i.help{background:transparent url("../lib/famfamfam/silk/help.png") no-repeat 0 0}.table .sorting_asc{padding-right:19px;background:url("../images/asc.gif") no-repeat scroll right center #eee}.table .sorting_desc{padding-right:19px;background:url("../images/desc.gif") no-repeat scroll right center #eee}.table .sorting{padding-right:19px;background:url("../images/ascdesc.gif") no-repeat scroll right center #eee}.table .nosort,.table .nosort.sorting_asc,.table .nosort.sorting_desc,.table .nosort.sorting{padding-right:19px;background:#eee none} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/babeltheque.less b/koha-tmpl/opac-tmpl/bootstrap/less/babeltheque.less new file mode 100644 index 0000000..9ada707 --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/less/babeltheque.less @@ -0,0 +1,171 @@ +/* ## BABELTHEQUE ## */ +/* Babeltheque is a french supplier for advanced features +this babeltheque.css is not used anywhere by Koha, it's not a mistake +If you're babeltheque customer, you have access to a specific configuration URL +on babeltheque website, where you can activate this css +So: it should not be removed from Koha ! +*/ + +#BW_etiquettes { + clear :left; + border: 1px solid #E8E8E8; + margin-top: 10px; + width: 49%; + float: left; + visibility: hidden; + visibility: visible\9; +} +#BW_etiquettes:not(:empty) { + visibility: visible; +} + +#BW_etiquettes h2 { + clear:left; + background-color: #E8E8E8; + margin: 5px 10px; + padding: 0 5px; +} + +#BW_ulEti {max-width:100%;} + +#BW_ulEti ul { + margin:0; + padding:0 15px; + list-style-type: none; +} + +#BW_ulEti a { + text-decoration: none; +} + +#BW_ulEti a.tag_s0 {font-weight: 120;font-size:0.8em;} +#BW_ulEti a.tag_s1 {font-weight: 150;font-size:0.9em;} +#BW_ulEti a.tag_s2 {font-weight: 180;font-size:1.0em;} +#BW_ulEti a.tag_s3 {font-weight: 200;font-size:1.2em;} +#BW_ulEti a.tag_s4 {font-weight: 220;font-size:1.4em;} +#BW_ulEti a.tag_s5 {font-weight: 230;font-size:1.5em;} +#BW_ulEti a.tag_s6 {font-weight: 320;font-size:1.6em;} +#BW_ulEti a.tag_s7 {font-weight: 350;font-size:1.7em;} +#BW_ulEti a.tag_s8 {font-weight: 400;font-size:1.8em;} +#BW_ulEti { padding: 0px; line-height: 2em; text-align: center;} +#BW_ulEti a { padding: 2px; } +#BW_ulEti { margin: 0px; } + +#BW_ulEti ol { + float:left; + display: inline; + margin: 0 10px; +} + +#BW_suggestions { + border: 1px solid #E8E8E8; + margin-top: 10px; + float: right; + width: 49%; + visibility: hidden; + visibility: visible\9; +} +#BW_suggestions:not(:empty) { + visibility: visible; +} +#BW_suggestions h2 { + background-color: #E8E8E8; + margin: 5px 10px; + padding: 0 5px; +} +#BW_suggestions .BW_livres_tag_page { + padding: 0 15px; +} +#BW_suggestions .BW_livres_tag_page:before { + content : '> '; +} +#BW_droite .BW_livres_tag:before { + content : '> '; +} + +#BW_podcasts { + border: 1px solid #E8E8E8; + margin-top: 10px; + min-width: 100%; + float: left; + /*width: 49%;*/ + visibility: hidden; + visibility: visible\9; +} + +#BW_podcasts > iframe { + margin: -20px 0 10px 20px; +} + +#BW_videos { + clear :left; + border: 1px solid #E8E8E8; + margin-top: 10px; + min-width: 100%; + /*width: 49%;*/ + float: left; + visibility: hidden; + visibility: visible\9; +} + +#BW_videos:not(:empty) { + visibility: visible; +} + +#BW_podcasts:not(:empty) { + visibility: visible; +} + +#BW_videos h2, #BW_podcasts h2 { + background-color: #E8E8E8; + margin: 5px 10px; + padding: 0 5px; +} +#BW_videos .BW_bloc_vid { + clear: both; + padding: 0 15px; +} +.BW_vignette_vid { + border: 1px solid #DFD9CE; + float: left; + height: 141px; + margin: 5px; + min-height: 141px; + padding: 5px; + white-space: nowrap; +} + +#BW_notes {clear :left;} +#BW_notes h2 {font-size:85%;} + +#BW_citations {} +#BW_citations h2 {font-size:85%;} + +#BW_critiques {} +#BW_critiques h2 {font-size:85%;} + +#BW_critiques_pro {} +#BW_critiques_pro h2 {font-size:85%;} + +#BW_citations,#BW_critiques,#BW_critiques_pro { + background: -moz-linear-gradient(center top , #3399FF, #3333FF) repeat scroll 0 0 transparent; + background: -webkit-gradient(linear, center top, center bottom, from(#3399FF), to(#3333FF)); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#3333FF'); + border: 1px solid #B7B7B7; + border-radius: 5px 5px 5px 5px; + color: #FFFFCC; + display: inline-block; + float: left; + font-weight: bold; + margin: 15px 20px 15px 0; + min-width: 150px; + padding: 0 15px 8px; + position: relative; + text-align: center; + text-shadow: 1px 1px 1px #777777; + white-space: nowrap; +} + +#BW_citations a,#BW_critiques a,#BW_critiques_pro a { + color: #FFFFCC; +} diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/datatables.less b/koha-tmpl/opac-tmpl/bootstrap/less/datatables.less new file mode 100644 index 0000000..e7b11bd --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/less/datatables.less @@ -0,0 +1,265 @@ +input.search_init { + color: #999999; +} +.sorting_asc { + padding-right: 19px; + background: url("../../img/asc.gif") no-repeat scroll right center #EEEEEE; +} +.sorting_desc { + padding-right: 19px; + background: url("../../img/desc.gif") no-repeat scroll right center #EEEEEE; +} +.sorting { + padding-right: 19px; + background: url("../../img/ascdesc.gif") no-repeat scroll right center #EEEEEE; +} +.sorting_asc_disabled { + padding-right: 19px; + background: url("../../img/datatables/sort_asc_disabled.png") no-repeat scroll right center #EEEEEE; +} +.sorting_desc_disabled { + padding-right: 19px; + background: url("../../img/datatables/sort_desc_disabled.png") no-repeat scroll right center #EEEEEE; +} +.sorting_disabled { + padding-right: 19px; + background-color: #EEEEEE; +} + +div.top {clear : both; } + +div.top.pager, +div.bottom.pager { + background-color : #E5E5E5; + padding : 0; +} + +div.bottom.pager div.dataTables_paginate.paging_full_numbers, +div.bottom.pager div.dataTables_paginate.paging_four_button { + border-right-width : 0; +} + +div.dataTables_filter, +div.dataTables_length, +div.dataTables_info, +div.dataTables_paginate { + float: left; + padding : .3em .5em .3em .5em; + +} +div.dataTables_length { + border-right : 1px solid #686868; + line-height:1.9em; +} +div.dataTables_info { + border-right : 1px solid #AAA; + line-height:1.9em; +} +div.dataTables_length, +div.dataTables_filter { + border-left : 1px solid #FFF; +} +div.dataTables_filter { + line-height : 1.9em; +} +div.dataTables_paginate { + background-color : #F4F4F4; + font-size: 110%; + padding : 0; +} + +.paging_full_numbers span.paginate_button, +.paging_full_numbers span.paginate_active { + border-right : 1px solid #AAA; + border-left : 1px solid #FFF; + display : block; + float : left; + line-height:1.6em; + padding: .3em .7em; + cursor: pointer; +} + +.paging_full_numbers span.paginate_button { + color : #0000CC; +} +.paging_full_numbers span.paginate_button.first { + background-image : url('../../img/first.png'); + background-repeat: no-repeat; + background-position : 2px center; + padding-left : 2em; +} +.paging_full_numbers span.paginate_button.previous { + background-image : url('../../img/prev.png'); + background-repeat: no-repeat; + background-position : 2px center; + padding-left : 2em; +} +.paging_full_numbers span.paginate_button.next { + background-image : url('../../img/next.png'); + background-repeat: no-repeat; + background-position : right center; + padding-right : 2em; +} +.paging_full_numbers span.paginate_button.last { + background-image : url('../../img/last.png'); + background-repeat: no-repeat; + background-position : right center; + border-right : 1px solid #686868; + padding-right : 2em; +} +div.bottom.pager .paging_full_numbers span.paginate_button.last { + border-right-width : 0; +} +.paging_full_numbers span.paginate_active { + background-color : #FFFFEA; + color : #000; + font-weight: bold; +} + +.paging_full_numbers span.paginate_button:hover { + background-color: #FFC; +} + +.paging_full_numbers span.paginate_button.paginate_button_disabled { + color : #666; +} + +/* Two-button version */ + +div.dataTables_paginate.paging_two_button, +div.dataTables_paginate.paging_four_button { + background-color : transparent; + border-right : 1px solid #686868; + border-left : 1px solid #FFF; + line-height : 1.8em; +} +.paginate_disabled_first, +.paginate_enabled_first, +.paginate_disabled_previous, +.paginate_enabled_previous, +.paginate_disabled_next, +.paginate_enabled_next, +.paginate_disabled_last, +.paginate_enabled_last { + float: left; + height: 16px; + margin: .5em; + width: 16px; +} +.paginate_disabled_first { + background-image: url("../../img/first-disabled.png"); +} +.paginate_enabled_first { + background-image: url("../../img/first.png"); + cursor: pointer; +} +.paginate_disabled_previous { + background-image: url("../../img/prev-disabled.png"); +} +.paginate_enabled_previous { + background-image: url("../../img/prev.png"); + cursor: pointer; +} +.paginate_disabled_next { + background-image: url("../../img/next-disabled.png"); +} +.paginate_enabled_next { + background-image: url("../../img/next.png"); + cursor: pointer; +} +.paginate_disabled_last { + background-image: url("../../img/last-disabled.png"); +} +.paginate_enabled_last { + background-image: url("../../img/last.png"); + cursor: pointer; +} + + +/* +table.display { + width: 100%; +} +table.display thead th { + border-bottom: 1px solid black; + cursor: pointer; + font-weight: bold; + padding: 3px 18px 3px 10px; +} +.dataTables_wrapper { + clear: both; + position: relative; +} +.dataTables_processing { + background-color: white; + border: 1px solid #DDDDDD; + color: #999999; + font-size: 14px; + height: 30px; + left: 50%; + margin-left: -125px; + margin-top: -15px; + padding: 14px 0 2px; + position: fixed; + text-align: center; + top: 50%; + width: 250px; +} +.dataTables_info { + float: left; + width: 60%; +} +.dataTables_paginate { + float: right; + text-align: right; + width: 44px; +} +.paging_full_numbers { + height: 22px; + line-height: 22px; + width: 400px; +} +.paging_full_numbers span.paginate_button, + .paging_full_numbers span.paginate_active { + border: 1px solid #aaa; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + padding: 2px 5px; + margin: 0 3px; + cursor: pointer; + *cursor: hand; +} + +.paging_full_numbers span.paginate_button { + background-color: #ddd; +} + +.paging_full_numbers span.paginate_button:hover { + background-color: #ccc; +} + +.paging_full_numbers span.paginate_active { + background-color: #99B3FF; +} +.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next { + float: left; + height: 19px; + margin-left: 3px; + width: 19px; +} +.paginate_disabled_previous { + background-image: url("../../img/datatables/back_disabled.jpg"); +} +.paginate_enabled_previous { + background-image: url("../../img/datatables/back_enabled.jpg"); +} +.paginate_disabled_next { + background-image: url("../../img/datatables/forward_disabled.jpg"); +} +.paginate_enabled_next { + background-image: url("../../img/datatables/forward_enabled.jpg"); +} +.spacer { + clear: both; + height: 20px; +} diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/hierarchy.less b/koha-tmpl/opac-tmpl/bootstrap/less/hierarchy.less new file mode 100644 index 0000000..d661bb3 --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/less/hierarchy.less @@ -0,0 +1,105 @@ +.hierarchies { + background-color:#fff; + color:#000000; + padding:5px; + margin-left:50px; + -moz-border-radius:6px; + display:block; + font-size:10px; +} +.hierarchy { + padding:5px; + width:90%; + -moz-border-radius:6px; + display:block; +} +.child { + display:none; + margin-left : 50px; + width:150%; +} +.child a:hover{ + background-color:#BFCFFF; +} +.parent { + display:none; + margin-left : -50px; +} +.parent a:hover{ + background-color:#BFCFFF; +} +.child0{ + width : 20%; + text-align : left; +} +.child0 a:hover{ + background-color:#BFCFFF; +} +.child1{ + width : 20%; + text-align : left; + margin-left : 50px; +} +.child1 a:hover{ + background-color:#BFCFFF; +} +.child2{ + width : 20%; + text-align : left; + margin-left : 100px; +} +.child2 a:hover{ + background-color:#BFCFFF; +} +.child3{ + width : 20%; + text-align : left; + margin-left : 150px; +} +.child3 a:hover{ + background-color:#BFCFFF; +} +.child4{ + width : 20%; + text-align : left; + margin-left : 200px; +} +.child4 a:hover{ + background-color:#BFCFFF; +} +.child5{ + width : 20%; + text-align : left; + margin-left : 250px; +} +.child5 a:hover{ + background-color:#BFCFFF; +} +.child6{ + width : 20%; + text-align : left; + margin-left : 300px; +} +.child6 a:hover{ + background-color:#BFCFFF; +} +.child7{ + width : 20%; + text-align : left; + margin-left : 350px; +} +.child7 a:hover{ + background-color:#BFCFFF; +} +.child8{ + width : 10%; + text-align : left; + margin-left : 400px; +} +.child8 a:hover{ + background-color:#BFCFFF; +} +.parents{ + display:inline; + cursor:crosshair; +} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/jquery.less b/koha-tmpl/opac-tmpl/bootstrap/less/jquery.less new file mode 100644 index 0000000..53f37e8 --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/less/jquery.less @@ -0,0 +1 @@ +div.rating-cancel,div.star-rating{float:left;width:15px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}div.rating-cancel,div.rating-cancel a{background:url(../images/star-ratings-sprite.png) no-repeat 0 -49px}div.star-rating,div.star-rating a{background:url(../images/star-ratings-sprite.png) no-repeat 0 0}div.rating-cancel a{display:block;width:16px;height:100%;background-position:0 -49px;border:0}div.star-rating a{display:block;width:16px;height:100%;background-position:0 0;border:0}div.star-rating-on a{background-position:0 -32px !important}div.rating-cancel.star-rating-hover a{background-position:0 -65px}div.star-rating-hover a{background-position:0 -16px}div.star-rating-readonly a{cursor:default !important}div.star-rating{background:transparent !important;overflow:hidden !important} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/opac-old.less b/koha-tmpl/opac-tmpl/bootstrap/less/opac-old.less new file mode 100644 index 0000000..3672ed2 --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/less/opac-old.less @@ -0,0 +1,2862 @@ +@import url("/opac-tmpl/lib/yui/reset-fonts-grids.css"); +@import url("/opac-tmpl/lib/yui/skin.css"); + +a { + font-weight : bold; +} + +a, +a:visited, +.ui-widget-content a, +.ui-widget-content a:visited { + color : #006699; +} + +a:hover,#toolbar input.editshelf:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover { + color : #990033; +} + +a.disabled { + color : #888888 !important; +} + +body { + background-color : white; + text-align : left; + padding : 0 0 2.5em 0; +} + +.required { + color : #C00; +} + +caption { + font-size : 140%; + font-weight : bold; + line-height : 144%; + text-align : left; +} + +fieldset { + background-color: #FFF; + border : 2px solid #EEEEEE; + margin : 1em 1em 1em 0; + padding : 1em; +} + +fieldset.rows { + border-width : 1px; + border-bottom : 1px solid black; + float : left; + font-size : 90%; + clear : left; + margin: .9em 0 0 0; + padding: 0; + width: 100%; +} + +fieldset.rows legend { + margin-left: 1em; + font-weight: bold; + font-size : 110%; +} + +fieldset.rows label, fieldset.rows span.label { + float: left; + font-weight : bold; + width: 9em; + margin-right: 1em; + text-align: right; +} + +fieldset.rows fieldset { + border-width : 1px; + margin : 0; + padding : .3em; +} + +fieldset.rows ol { + padding: 1em 1em 0 1em; + list-style-type: none; +} + +fieldset.rows li { + float : left; + clear : left; + padding-bottom: 1em; + list-style-type: none; + width: 100%; +} + +fieldset.rows.left li { + padding-bottom : .4em; +} + +fieldset.rows li.radio { + padding-left: 9em; + width : auto; +} + +fieldset.rows li.radio label { + float : none; + width : auto; + margin : 0 0 0 1em; +} + +fieldset.rows ol.radio label { + width : auto; + float : none; + margin-right : 0; +} + +fieldset.rows ol.radio label.radio { + float : left; + width : 12em; + margin-right : 1em; +} + +fieldset.rows table { + clear : both; + margin-left : 1em; +} + +fieldset.rows td label { + float : none; + font-weight : normal; + width : auto; +} + +fieldset.holds { + background-color : #F3F3F3; + border: 0; + font-size : 110%; + padding : 1px; +} + +fieldset.holds ol { + margin : 0; + padding : 0; +} + +fieldset.holds li { + background-color : #FFF; + border-bottom : 1px solid #F3F3F3; + padding : .3em; +} + +fieldset.holds label, fieldset.holds span.label { + +} + +fieldset.action { + clear : both; + float : none; + border : none; + margin : 0; + padding : 1em 0 .3em 0; + width : auto; +} + +fieldset.action p { + margin-bottom : 1em; +} + +form { + display : inline; + margin : 0; + padding : 0; +} + +h1 { + font-size : 138.5%; +} + +h1#library { + font-size : 100%; + font-weight : normal; + margin : .2em 0 .2em .5em; +} + + +h1#libraryname { + background:transparent url(../images/koha-logo.gif) no-repeat scroll 0%; + border: 0; + float : left !important; + margin:0; + padding:0; + width:120px; +} + +h1#libraryname a { + border:0; + cursor:pointer; + display:block; + height:0px !important; + margin:0; + overflow:hidden; + padding:40px 0 0; + text-decoration:none; + width:120px; +} + +h1,h2,h3,h4,h5,h6 { + font-weight : bold; + margin : .5em 0; +} + +h2 { + font-size : 131%; +} + +h5.author { +} + +h3 { + font-size : 123.1%; +} + +h4 { + font-size : 116%; +} + +h5 { + font-size : 108%; +} + +h6 { + font-size : 100%; +} + +input[type=submit], +input[type=button], +input[type=reset], +fieldset.brief input[type=submit], +fieldset.brief input[type=button], +fieldset.brief input[type=reset] +{ + background: #f4f9fc; /* Old browsers */ + background: -moz-linear-gradient(top, #f4f9fc 0%, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(4%,#dfeefa), color-stop(93%,#bfd5ea), color-stop(97%,#a1c4e2), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */ + background: linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* W3C */ + border-top: 1px solid #cccccc; + border-left: 1px solid #cccccc; + border-right: 1px solid #eeeeee; + border-bottom: 1px solid #eeeeee; + color : #333; + font-size : 93%; + font-weight : bold; + padding : 4px; +} + +input[type=submit]:active, input[type=button]:active, input[type=reset]:active { + border: 1px inset #666666; +} + +td.resultscontrol, +.searchresults td.resultscontrol { + background-color : #EEE; + border : 1px solid #E8E8E8; + vertical-align : middle; + padding : 3px 3px 5px 5px; +} + +table { + background-color: #FFF; + border-collapse : collapse; + margin : 1em 0; + border-right : 1px solid #dddddd; + border-top : 1px solid #dddddd; +} + +td,th { + background-color: #FFF; + border-left : 1px solid #dddddd; + border-bottom : 1px solid #dddddd; + padding : 3px 5px; +} + +td.place_on_type table, +td.place_on_type table td { + border : 0; +} +td caption { + font-size : 105%; +} + +th { + background-color:#EEE; + font-weight : bold; + padding : 2px 23px; + text-align : center; +} + +th.sum { + text-align: right; +} + +td.sum { + background-color: #FFC; + font-weight: bold; +} + +th[scope=row] { + text-align : right; +} + +tr.highlight td, tr.highlight th, tr.odd td { + background-color : #F3F3F3; + border-top : 1px solid #DDDDDD; + border-bottom : 1px solid #DDDDDD; +} + +tr.even td, tr.even.highlight td { + background-color: #FFF; +} + +tr.grouplabel td { + background-color : #E8E8E8; + border : 1px solid #DDDDDD; + border-right : 1px solid #DDDDDD; + text-align : center; + font-weight : bold; + padding: 10px; +} + +tr.reserved td { + background-color : #eeffd4; +} +tr.transfered td { + background-color : #e8f0f6; +} + +#editions table, #editions td { + border : 0; +} + +ul { + list-style : disc; + padding-left : 1em; +} + +li { + list-style : disc; +} + +p.availability { + font-size : 87%; +} + +.available { + color : #006600; +} + +.waiting,.intransit,.notforloan,.checkedout,.lost,.notonhold { + display : block; +} +.notforloan { + color : #900; +} +.lost { + color : #666; +} +.waiting { + +} + +/* "problem" enhancement */ +.problem { + color : white; + background-color : red; +} + +/* style for search terms in catalogsearch */ +.term { + /* color : blue; */ + color : #990000; + background-color : #FFFFCC; +} + +a .term { + text-decoration : underline; +} + +/* style for shelving location in catalogsearch */ +.shelvingloc { + display : block; + font-style : italic; +} + +.transfered { + background-color : #F9FF9A; +} + +/* action buttons */ +#action { + margin-top : .5em; + background-color : #F3F3F3; + border : 1px solid #E8E8E8; + padding-bottom : 3px; +} + +#action li { + list-style : none; + margin : .2em; + padding : .3em 0; +} + +#action a { + background-position : 5px center; + background-repeat : no-repeat; + text-decoration : none; + padding-left : 35px; +} + +#action a.print { + background-image: url("../images/sprite.png"); /* Print */ + background-position: -5px -186px; + background-repeat: no-repeat; +} + +#action a.highlight_toggle { + background-image: url("../images/sprite.png"); /* Highlight */ + background-position: -5px -841px; + background-repeat: no-repeat; + display: none; +} + +#action a#furthersearches { + background-image: url("../images/sprite.png"); /* Menu arrow */ + background-position: 106px -295px; + background-repeat: no-repeat; + border : 1px solid #F3F3F3; + margin-left : 5px; + padding : 2px 26px 2px 10px; + text-decoration : none; +} + +#action a#furthersearches:hover { + border-top : 1px solid #FFF; + border-left : 1px solid #FFF; + border-right : 1px solid #979797; + border-bottom : 1px solid #979797; +} + +#action a.reserve, +.searchresults a.reserve { + background-image: url("../images/sprite.png"); /* Place hold */ + background-position: -5px -144px; + background-repeat: no-repeat; +} + +#action a.addtoshelf, #toolbar a.addtoshelf { + background-image: url("../images/sprite.png"); /* Virtual shelf */ + background-position: -5px -225px; + background-repeat: no-repeat; +} + +#action a.addtocart, #toolbar a.addtocart { + background-image: url("../images/sprite.png"); /* Cart */ + background-position: -5px -265px; + background-repeat: no-repeat; +} + +#action a.cartRemove, .actions a.cartRemove { + color: #cc3333; + font-size : 90%; + margin : 0; + padding: 0; +} + +#action a.incart { + background-image: url("../images/sprite.png"); /* Cart */ + background-position: -5px -265px; + background-repeat: no-repeat; + color : #666; +} + +/* toolbar buttons */ + +#toolbar, +#selections-toolbar { +background-color:#EEEEEE; +border:1px solid #E8E8E8; +margin : 0 0; +padding:3px 3px 5px 5px; +vertical-align:middle; +} + +#basket #toolbar { + padding: 7px 5px 9px 9px; +} + +#selections-toolbar { +background: #E8E8E8; /* Old browsers */ +background: -moz-linear-gradient(top, #b2b2b2 0%, #e0e0e0 14%, #e8e8e8 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(14%,#e0e0e0), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* IE10+ */ +background: linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */ + margin : 0 0 1em 0; + padding-top : .5em; + padding-left : 10px; +} + +#toolbar a, +#selections-toolbar a, +#toolbar input, +#selections-toolbar input { + white-space : nowrap; +} + +#toolbar ul { + padding-left : 0; +} + +#toolbar ul li { + display : inline; + list-style : none; +} + +#toolbar ul li a { + border-left : 1px solid #e8e8e8; +} + +#toolbar ul li:first-child a { + border-left : 0; +} + + +#toolbar a.print { + background-image: url("../images/sprite.png"); /* Toolbar print */ + background-position : 0px -423px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 30px; +} + +#toolbar a.brief { + background-image : url("../images/sprite.png"); /* Zoom out */ + background-position : -2px -868px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 27px; +} + +#toolbar a.detail { + background-image : url("../images/sprite.png"); /* Zoom in */ + background-position : -2px -898px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 27px; +} + +#toolbar a.download { + background-image : url("../images/sprite.png"); /* Download */ + background-position : 2px -348px; + background-repeat: no-repeat; + padding-left : 28px; + text-decoration : none; +} + +#toolbar a.editshelf { + background-image : url("../images/sprite.png"); /* List edit */ + background-position : 2px -348px; + background-repeat: no-repeat; + padding-left : 26px; + text-decoration : none; +} + +#toolbar a.empty { + background-image : url("../images/sprite.png"); /* Trash */ + background-position : 2px -598px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 30px; +} + +#toolbar a.hide { + background-image : url("../images/sprite.png"); /* Close */ + background-position: -3px -814px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 26px; +} + +#toolbar a.hold, +#selections-toolbar a.hold { + background-image: url("../images/sprite.png"); /* Toolbar place hold */ + background-position : -5px -453px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 23px; +} + +#selections-toolbar a.hold.disabled { + background-image: url("../images/sprite.png"); /* Place hold disabled */ + background-position : -5px -621px; + background-repeat: no-repeat; +} + +#selections-toolbar a.removeitems, +#selections-toolbar a.deleteshelf { + background-image : url("../images/sprite.png"); /* Delete */ + background-position : 2px -690px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 25px; +} + + +#selections-toolbar a.removeitems.disabled, +#selections-toolbar a.deleteshelf.disabled { + background-image: url("../images/sprite.png"); /* Delete disabled */ + background-position : 2px -712px; + background-repeat: no-repeat; +} + +#toolbar a.send, +a.send { + background-image: url("../images/sprite.png"); /* Email */ + background-position : 2px -386px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 28px; +} + +#toolbar a.new { + background-image : url("../images/sprite.png"); /* New */ + background-position : -4px -922px; + background-repeat : no-repeat; + padding-left : 23px; + text-decoration : none; +} + +#toolbar input.editshelf, +input.editshelf { + background-image : url("../images/sprite.png"); /* List edit */ + background-position : 2px -732px; + background-repeat: no-repeat; + border : 0; + color : #006699; + cursor : pointer; + filter: none; + font-size : 100%; + padding-left : 29px; + text-decoration : none; +} + +#toolbar input.newshelf, +#toolbar a.newshelf, +a.newshelf { + background-image: url("../images/sprite.png"); /* List new */ + background-position: -4px -764px; + background-repeat: no-repeat; + border : 0; + color : #006699; + cursor : pointer; + filter: none; + font-size : 100%; + margin: 0 0.5em; + padding-left : 23px; + text-decoration : none; +} + +a.newshelf.disabled { + background-image: url("../images/sprite.png"); /* List new disabled */ + background-position: -4px -791px; + background-repeat: no-repeat; +} + +#toolbar input.deleteshelf, +input.deleteshelf { + background-image : url("../images/sprite.png"); /* Delete */ + background-position : 2px -685px; + background-repeat: no-repeat; + border : 0; + color : #006699; + cursor : pointer; + filter: none; + font-size : 100%; + padding-left : 25px; + text-decoration : none; +} + +#toolbar input.deleteshelf:hover { + color: #990033; +} + + +#toolbar input.editshelf:active, +input.editshelf:active, +#toolbar input.deleteshelf:active, +input.deleteshelf:active { + border : 0; +} + +#selections { + font-weight : bold; +} + +#tagsel_span input.submit, +#tagsel_tag { + background-image : url("../images/sprite.png"); /* Tags */ + background-position : 7px -640px; + background-repeat : no-repeat; + padding-left : 25px; + text-decoration: none; +} + +#tagsel_tag { + background-position : -1px -643px; +} + +#tagsel_tag.disabled { + background-position : -1px -667px; +} + +#tagslist li { display : inline; } + +a.tag_add { + background-image: url("../images/sprite.png"); /* Tag results */ + background-position: -10px -1104px; + background-repeat: no-repeat; + padding-left : 13px; + text-decoration: none; +} + +#login4tags { + background-image: url("../images/sprite.png"); /* Tag results disabled */ + background-position: -10px -1124px; + background-repeat: no-repeat; + padding-left : 13px; + text-decoration: none; + margin-left: 1em; +} + +.tag_results_input { + background-color: #EEE; + margin-left: 1em; + padding: 0.3em; +} + +#placehold input.submit:hover, +#tagsel_span input.submit:hover { + color: #990033; +} + +#addto { + max-width : 10em; +} + +/* Search results add to cart (lists disabled) */ +.addto a.addtocart { + background-image: url("../images/sprite.png"); /* Cart */ + background-position: -5px -266px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 33px; +} +/* Search results place hold link */ +#placehold input.submit { + background-image: url("../images/sprite.png"); /* Place hold */ + background-position: -1px -140px; + background-repeat: no-repeat; + text-decoration : none; + padding-left : 23px; +} + +#placehold input.submit, +#tagsel_span input.submit { + border : 0; + background-color: transparent; + font-size : 100%; + font-weight : bold; + padding-left : 31px; + color : #336699; + cursor : pointer; +} +.searchresults a.highlight_toggle { + background-image: url("../images/sprite.png"); /* Highlight */ + background-position: -11px -841px; + background-repeat: no-repeat; + display: none; + font-weight: normal; + padding : 0 10px 0 21px; +} + +/* the itemtype list in advanced search */ +.advsearch table { + border-collapse : separate; + border-spacing : 3px; + border : 0px; + margin : 0px; + background-color : white; + border : 0px solid #D8DEB8; +} + +.advsearch table tr td { + background-color : #F8F8EB; + border : 0px; + margin : 0px; + width : 700px; +} + +.advsearch td { + font-size : 0.8em; + background-color : #F8F8EB; +} + +body#advsearch #breadcrumbs { + line-height : 1px; + height : 1px; + padding : 0; +} + +body#advsearch #cartmenulink, +body#advsearch #listsmenulink { + float : right; +} + +#advsearch #branchloop, +#advsearch #sort_by { + width : 23em; +} + +#auth { + float : left; +} + +#facets { + +} + +/* the footer */ +#footer { + margin-top : 30px; + margin-left : 30%; + margin-right : 20%; + border-top : 1px solid #384b73; + color : #384b73; + font-size : 1em; + text-align : center; +} + +/* facets bloc */ +/* the USER information block */ +#librarian_information { + float : right; + font-size : 10pt; +} + +#header-wrapper { + background-color: #FFF; +} + +#holds,#opac-auth { + min-width : 750px; + width : 57.69em; + margin : auto; +} + +#members { + background-color: #fff; + font-size : 85%; + margin-left : -10px; + margin-right : -10px; + padding : 4px 0 4px 0; + color : #000066; +} + +#members a { + text-decoration : none; +} + +#members a.logout { + color : #cc3333; + font-weight : bold; + padding : 0 .3em 0 .3em; + text-decoration : none; +} + +#members li:last-child { + border-right : 0; +} + +#members li { + border-right : 1px solid black; + display : inline; + list-style : none; + margin : 0; + padding : 0 .5em; +} + +#members ul { + margin : 0; + padding : 0; + text-align : right; +} + +#opac-main-search { + background: #8fb4e8; /* Old browsers */ + background: -moz-linear-gradient(top, #8fb4e8 0%, #8cb1e5 19%, #80a8dc 48%, #7da5d8 52%, #7198cf 83%, #618ac0 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb4e8), color-stop(19%,#8cb1e5), color-stop(48%,#80a8dc), color-stop(52%,#7da5d8), color-stop(83%,#7198cf), color-stop(100%,#618ac0)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* IE10+ */ + background: linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb4e8', endColorstr='#618ac0',GradientType=0 ); /* IE6-9 */ + border-top : 1px solid #335599; + border-bottom : 1px solid #335599; + margin-left : -10px; + margin-right : -10px; + padding : .7em 0 .4em .5em; + font-size : 108%; + line-height : 116%; +} + +#opac-main-search form { + display : inline; + padding-right : 1em; +} + +#opac-main-search label { + color : #FFFFCC; + font-weight : bold; + margin : .2em .3em 0 0; +} + +#masthead_search, +#select_library { + max-width: 10em; + width: 10em; +} + + +#search-facets ul { + margin : 0; + padding : .3em; +} + +#search-facets { + border : 1px solid #e8e8e8; +} + +#search-facets h4 { + background-color : #EEE; + border-bottom : 1px solid #e8e8e8; + font-size : 90%; + margin : 0; + padding : .7em .2em; + text-align : center; +} + +#search-facets ul li { + font-weight : bold; + list-style-type : none; +} + +#search-facets li li { + font-weight : normal; + font-size : 85%; + margin-bottom : 2px; + padding : .1em .2em; +} + +#search-facets li li a { + font-weight : normal; +} + +#search-facets li.showmore a { + font-weight : bold; + text-indent : 1em; +} + +.suggestion { + background-color : #EEEEEB; + border : 1px solid #DDDED3; + margin : 10px auto; + padding : 4px; + width : 35%; +} + +#facets ul { + margin : 0; + padding : 0; +} + +#facets ul li { + font-weight : bold; + text-align : left; + list-style : none; +} + +#facets ul ul li { + border : 0; + font-size : 85%; + font-weight : normal; + padding : 2px; + text-align : left; +} + +#facets ul ul li a { + font-weight : normal; + text-decoration : underline; +} + +#facets h4 { + font-size : 93%; + padding:3px; + text-align:center; + background-color:#E7E7CA; + line-height:1.8em; + margin-left:-1px; + margin-right:-1px; + margin-top:-1px; +} + +#breadcrumbs { + padding : .7em; +} + +p { + margin: .7em 0; +} + +strong { + font-weight : bold; +} + +em { + font-style : italic; +} + + +table#marc, +table#marc td, +table#marc th { + background-color : transparent; + border : 0; +} + +table#marc p span.label { + font-weight : bold; +} + +table#marc p, +table#marc ul { + padding-bottom: .6em; +} + +table#items, +table#items td +table#items th { + border-width : 1px solid #EEE; + font-size : 90%; +} + + +table#marc div.results_summary { + clear : left; +} +table#marc div.results_summary ul { + display : inline; + float : none; + clear : none; + margin: 0; + padding: 0; + list-style : none; +} + +table#marc div.results_summary ul li { + display : inline; +} + +#basketcount { + display : inline; +} + +#bookcover { + float : left; + margin : 0; + padding : 0; +} + +#bookcover img { + margin : 0 1em 1em 0; +} + +fieldset.brief { + border : 1px solid #E8E8E8; +} + +fieldset.brief legend { + font-weight : bold; + font-size : 100%; +} + +fieldset.brief label { + display : block; + padding : .3em 0; +} + +fieldset.brief input+input { + margin-top : 3px; +} + +fieldset.brief input, fieldset.brief textarea, fieldset.brief select { + background-color: #F3F3F3; + border-top : 1px solid #979797; + border-left : 1px solid #979797; + border-right : 1px solid #DDDDDD; + border-bottom : 1px solid #DDDDDD; + font-size : 140%; + padding : .2em; + font-weight: normal; +} + +fieldset.brief textarea { + font-size: 105%; +} + +fieldset.brief input:focus { + background-color: #FFFFCC; +} + +fieldset.brief ol, fieldset.brief li { + list-style-type : none; +} + +fieldset.brief div.hint, fieldset.rows div.hint { + color : #666666; + font-size : 100%; + margin : .4em; +} + +h2 span.hint { + font-size: 76%; + font-weight : normal; +} +.thumbnail { + border : 0; + float : left; + margin : 0pt 5px 5px 0pt; +} +a.cancel { + padding-left : 1em; +} + +.resultscontrol, .resultscontrol select { + font-size: 90%; +} + +.cartlist { + margin-top : 5px; +} + +.cartlist input.submit, #tagsel_button { + background-color : #d8deb8; + background-image : none; + border-color : #bebf84; + color : #333; + font-size : 87%; + padding : 2px 0; + margin : 0 0 0 0; +} + +#CheckAll, #CheckNone { + font-weight : normal; + margin : 0 .5em; +} + +.resultscontrol label { + font-weight : bold; + margin-left : .5em; +} + +.resort { + float : right; + margin-top : 5px; +} + +td.resultscontrol img { + vertical-align: middle; +} + +.searchresults table td { +} + +.searchresults table { + margin : 0; +} + +.searchresults td, .searchresults th, .searchresults table { + border: 0; +} +.searchresults td { + vertical-align: top; +} + +.searchresults tr { + border-bottom : 1px solid #f3f3f3; +} + +.searchresults tr:first-child { + border : 0; +} + +.searchresults table { + border-top : 0px solid #CCCCCC; + width : 100%; +} + +.searchresults a.reserve, .searchresults a.reserve:visited { + background-position:left top; + background-repeat:no-repeat; + float:right; + padding:2px 3px 2px 26px; +} + +.searchresults a.reserve { + background-color:transparent; + color:#006699; +} + +.unavailable, .tagerror, .tagerror:visited { + color: #990033; +} + +#libraryname { + float : left; + line-height : 2em; +} + +#corner { + float : right; + line-height : 2em; +} + +.pages { + line-height : 1.8em; + text-align: center; +} + +.current, +.currentPage { + background-color: #FFFFFF; + color: #3366CC; + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:link.nav, +div.pages a:link { + background-color: #EEE; + border: 1px solid #CCCC99; + color: #3366CC; + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:visited.nav, +div.pages a:visited { + background-color: #EEE; + border: 1px solid #CCCC99; + color: #3366CC; + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:hover.nav, +div.pages a:hover { + background-color: #FFFFCC; + border: 1px solid #CCCC99; + color: #CC3333; + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:active.nav, +div.pages a:active { + background-color: #FFFFCC; + border: 1px solid #CCCC99; + color: #D25500; + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + + + + + +tr.overdue td { + background-color : #ffcccc; + border-bottom : 1px solid #ffaeae; + border-right : 1px solid #ffaeae; + font-weight : bold; +} + +td.overdue { + color : #cc3333; +} + +.renewals { + display:block; + font-size:0.8em; + padding:0.5em; +} + +table#marc, table#marc td, table#marc th { + border : 0; +} + +table#marc th { + background-color : transparent; + text-align : left; +} + +table#marc td:first-child { + text-indent : 2em; +} +#masthead { +float: left; +width: 120px; +} + +#fluid { +margin-left: 124px; +margin-top : .4em; +padding-left : 1em; +} + +#fluid-offset { +float : right; +width: 100%; +} + +#translControl{ +float : left; +padding-left : .4em; +} + +.clearfix:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +/* Hides from IE-mac \*/ +* html .clearfix {height: 1%;} +/* End hide from IE-mac */ + +.results_summary { + display: block; + font-size : 85%; + color: #707070; + padding : 0 0 .5em 0; +} +.results_summary .results_summary { + font-size : 100%; +} + +.results_summary.actions { + margin-top : .5em; +} + +.m880 { + display:block; + text-align:right; + float:right; + width:50%; + padding-left:20px +} + +.tagstatus { + color: #707070; + padding: 0 4px 0 4px; + margin-left: 5px; + border: 1px solid #bcbcbc; + background-color: #ffffcc; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.results_summary.tagstatus { + display: inline; +} + +.results_summary .label { + color: #202020; +} + +.results_summary a { + font-weight: normal; +} + +.actions a.hold, +.actions a.addtocart, +.actions a.addtoshelf, +.actions a.addtolist, +.actions a.tag_add { + margin-left : 1em; + text-decoration : none; +} + +/* Search results rows place hold */ +.actions a.hold { + background-image : url("../images/sprite.png"); /* Place hold small */ + background-position : -10px -542px; + background-repeat: no-repeat; + padding-left : 16px; +} + +/* Search results rows add to cart */ +.actions a.addtocart { + background-image : url("../images/sprite.png"); /* Cart small */ + background-position : -10px -572px; + background-repeat: no-repeat; + padding-left : 15px; + display : none; +} + +/* Search results rows save to lists */ +.actions a.addtoshelf { + background-image : url("../images/sprite.png"); /* MARC view */ + background-position: -10px -27px; + background-repeat: no-repeat; + padding-left : 13px; +} + +.dialog { + border: 1px solid #bcbcbc; + padding : .5em; + margin : 1em auto; + width: 65%; + } + +.dialog h2, .dialog h3, .dialog h4 { + margin : auto; + text-align : center; + } + +div.alert { + background: #fef8d3; /* Old browsers */ + background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */ + background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */ + text-align : center; +} + +div.alert strong { + color : #900; +} + +div.message { + background: #ffffff; /* Old browsers */ + background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */ + background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */ + border : 1px solid #bcbcbc; + width : 55%; +} + +#moresearches { + clear : left; + color : #000099; + font-size : 90%; + line-height : 110%; + margin : .6em 0 .3em 0; +} + +#moresearches a:link, #moresearches a:visited { + color : #e5ebff; + font-weight : normal; + text-decoration : none; +} + +#news th { + text-align : left; + padding : 3px 5px; +} + +strong em, em strong { + font-weight: bold; + font-style: italic; +} + +#opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 { + color : #000; + font-weight : normal; +} + #opac-main-search #listsmenu h4 { + font-size : 90%; + font-weight : bold; + margin : 0 .2em; + } + +#opac-main-search #listsmenu .yuimenuitemlabel { + cursor : pointer; +} + +#opac-main-search #listsmenu .bd { + background: #eef4fe; /* Old browsers */ + background: -moz-linear-gradient(left, #eef4fe 0%, #eef4fe 88%, #f6f9fe 98%, #ffffff 99%, #a5c2f6 99%, #e6eefe 100%, #cbdefe 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eef4fe), color-stop(88%,#eef4fe), color-stop(98%,#f6f9fe), color-stop(99%,#ffffff), color-stop(99%,#a5c2f6), color-stop(100%,#e6eefe), color-stop(100%,#cbdefe)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* IE10+ */ + background: linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* W3C */ + border : 1px solid #739acf; + padding : .3em 1em 0 0; +} + +#opac-main-search #listsmenu .yuimenuitemlabel.selected { + background-color : #fff; +} + +#opac-main-search #listsmenu ul { + border-color : #b8d0e6; +} + +.selectcol { + vertical-align: top; + width: 10px; +} +.itypecol { + vertical-align: top; + width: 10px; +} +#container { + color : #000; +} + +div#changelanguage{ + background-color: #fff; + border-top: 1px solid #CCC; + color : #666; + font-size : 85%; + padding : 1em; + margin-top : 2em; + } + +div#changelanguage a { + font-weight : normal; + padding : .5em 0; +} + +div#changelanguage li.yuimenuitem { + font-size: 120%; + font-weight: normal; + margin: 0; + padding: 0 1em; +} +div#changelanguage li.yuimenuitem a.yuimenuitemlabel { + padding: 0; +} + +ul#i18nMenu { + margin : 0; + padding : .2em 0; + } + +ul#i18nMenu li { + border-left : 1px solid #CCC; + display : inline; + list-style : none; + padding : 0 .4em; + } + +ul#i18nMenu li:first-child { + border-left : 0; + } + +ul#i18nMenu li ul li { + border : 0; + display : block; + padding : 0; + } + + +ul#i18nMenu li.more a { + background-image : url("../images/sprite.png"); /* Arrow up */ + background-position : 37px -940px; + background-repeat:no-repeat; + padding-right: 1.3em; +} + +ul#i18nMenu li.more ul li a { + background-image : none; + padding: 0 1.3em; +} +.morelang, +li.more { +float:left +} + +span.lang{ + float:left; + border-right : 1px solid black; + padding : 0 .5em; +} + +#cartDetails,#cartUpdate,#holdDetails,#listsDetails { + background-color : #FFF; + border: 1px solid #739acf; + color : black; + display : none; + margin : 0; + padding : 10px; + text-align : center; + width : 180px; + box-shadow: 1px 1px 3px #666; + -moz-box-shadow: 1px 1px 3px #666; + -webkit-box-shadow: 1px 1px 3px #666; + z-index: 2; +} + +.yui-panel .hd, .yui-panel .bd, .yui-panel .ft { + background-color : transparent; + border : 0; + padding : inherit; +} + +#login #userid, #login #password { + width : 98%; +} + +#opac-main-search input.submit { + background: #e6f3fe; /* Old browsers */ + background: -moz-linear-gradient(top, #e6f3fe 0%, #dfeefa 8%, #bfd5ea 49%, #b8d0e6 52%, #b8d0e6 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f3fe), color-stop(8%,#dfeefa), color-stop(49%,#bfd5ea), color-stop(52%,#b8d0e6), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3fe', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */ + background: linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* W3C */ + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -webkit-box-shadow: 1px 1px 1px 1px , , .3); + -moz-box-shadow: 1px 1px 1px 1px , , .3); + box-shadow: 1px 1px 1px 1px , , .3); + + color : #333; + font-weight : normal; + font-size : 80%; + padding : 2px; +} + +div#menu { + border-right : 1px solid #979797; + font-size : 94%; + margin-right : .5em; + padding-top : 1em; + padding-bottom : 2em; +} + +div#menu li a { + background: #eeeeee; /* Old browsers */ + background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(96%,#eeeeee), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */ + background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */ + text-decoration : none; + display : block; + border : 1px solid #979797; + font-size : 111%; + margin : .5em 0; + padding : .4em .3em; + margin-right : -1px; +} + +div#menu li a:hover { + background: #eaeef5; /* Old browsers */ + background: -moz-linear-gradient(left, #eaeef5 0%, #dee6f4 96%, #c4d5ef 98%, #a2bee8 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeef5), color-stop(96%,#dee6f4), color-stop(98%,#c4d5ef), color-stop(100%,#a2bee8)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* IE10+ */ + background: linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* W3C */ +} + +div#menu li.active a:hover { + background-color : #fff; + color : #0000CC; +} + +#menu ul li { + list-style-type : none; +} + +#menu ul li.active a { + background-color : #FFF; + background-image : none; + border-right : 0; + font-weight : bold; +} + +.left { + float : left; +} + +.right { + float : right; +} + +#searchsubmit { + cursor : default; + font-size : 87%; + font-weight : normal; + margin-top : 0; + margin-left : .2em; + padding: 2px 2px 1px 2px; +} + +#export,#further,.detailtagcell { + margin-top : .5em; + background-color : #F3F3F3; + border : 1px solid #E8E8E8; + font-size : 76%; + padding : 3px; + text-align : center; +} +#furtherm { margin-top : .5em; } + +#export label, .detailtagcell label { + display : block; + font-weight : bold; + font-size : 110%; + margin-bottom : 2px; +} + +#export input, .detailtagcell input { + padding : 2px; +} + +#cartmenulink, #listsmenulink { + background-repeat: no-repeat; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + display : block; + position : relative; + float : left; + color : #333; + text-decoration : none; + cursor : pointer; + font-size : 105%; + font-weight : bold; + line-height : 185%; + margin-left : 1.5em; + padding : .3em .7em; +} + +#listsmenulink { + background : #9FBFFF; + background: url("../images/sprite.png"),-moz-linear-gradient(top, #d7e5ff 0%, #b1cbff 50%, #9fbfff 100%); /* FF3.6+ */ + background: url("../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e5ff), color-stop(50%,#b1cbff), color-stop(100%,#9fbfff)); /* Chrome,Safari4+ */ + background: url("../images/sprite.png"),-webkit-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* Chrome10+,Safari5.1+ */ + background: url("../images/sprite.png"),-o-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* Opera 11.10+ */ + background: url("../images/sprite.png"),-ms-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* IE10+ */ + background: url("../images/sprite.png"),linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e5ff', endColorstr='#9fbfff',GradientType=0 ); /* IE6-9 */ + background-position: 40px -287px,top left; + background-repeat: no-repeat; + border: 1px solid #629DCF; + color : #006699; + padding-right: 20px; +} + +#listsmenulink:hover { + background-color : #b8d0e6; + background: url("../images/sprite.png"),-moz-linear-gradient(top, #e2ecf5 0%, #c3d8ea 50%, #b8d0e6 100%); /* FF3.6+ */ + background: url("../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2ecf5), color-stop(50%,#c3d8ea), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */ + background: url("../images/sprite.png"),-webkit-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */ + background: url("../images/sprite.png"),-o-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* Opera 11.10+ */ + background: url("../images/sprite.png"),-ms-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* IE10+ */ + background: url("../images/sprite.png"),linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */ + background-repeat: no-repeat; + background-position: 40px -287px,top left; +} + +#cartmenulink { + background: #98CB58; /* Old browsers */ + background: url("../images/sprite.png"),-moz-linear-gradient(top, #d5eaba 0%, #b7db8a 50%, #98cb59 100%); /* FF3.6+ */ + background: url("../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5eaba), color-stop(50%,#b7db8a), color-stop(100%,#98cb59)); /* Chrome,Safari4+ */ + background: url("../images/sprite.png"),-webkit-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* Chrome10+,Safari5.1+ */ + background: url("../images/sprite.png"),-o-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* Opera 11.10+ */ + background: url("../images/sprite.png"),-ms-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* IE10+ */ + background: url("../images/sprite.png"),linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5eaba', endColorstr='#98cb59',GradientType=0 ); /* IE6-9 */ + background-position: -5px -256px, left top; + background-repeat: no-repeat; + border: 1px solid #5EA28C; + color : #336600; + padding-left : 30px; +} + +#cartmenulink:hover { + background-color : #BFDE96; + background: url("../images/sprite.png"),-moz-linear-gradient(top, #e5f1d4 0%, #cbe4aa 50%, #c0de98 100%); /* FF3.6+ */ + background: url("../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f1d4), color-stop(50%,#cbe4aa), color-stop(100%,#c0de98)); /* Chrome,Safari4+ */ + background: url("../images/sprite.png"),-webkit-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* Chrome10+,Safari5.1+ */ + background: url("../images/sprite.png"),-o-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* Opera 11.10+ */ + background: url("../images/sprite.png"),-ms-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* IE10+ */ + background: url("../images/sprite.png"),linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1d4', endColorstr='#c0de98',GradientType=0 ); /* IE6-9 */ + background-repeat: no-repeat; + background-position: -5px -256px, left top; +} + +/* IE 6 & 7 don't do multiple backgrounds, so remove extra padding */ +* html #listsmenulink, +*+html #listsmenulink { + padding-right : .7em; +} + +/* IE 6 & 7 don't do multiple backgrounds, so remove extra padding */ +* html #cartmenulink, +*+html #cartmenulink { + padding-left : .7em; +} + +/* IE 8 doesn't do multiple backgrounds, so remove extra padding */ +#listsmenulink { + padding-right: .7em\0/; +} + +/* IE 8 doesn't do multiple backgrounds, so remove extra padding */ +#cartmenulink { + padding-left: .7em\0/; +} + +#cartmenulink span#basketcount { + background-image : none; + float : none; + display : inline; + height : auto; + position : relative; + margin : 0; + padding : 0; + left : auto; + right : auto; + top : auto; +} + +#cartmenulink span#basketcount span { + background-image : none; + background-color : #E6FCB7; + color : #000; + display : inline; + float : none; + font-size : 80%; + font-weight : normal; + margin : 0 0 0 .9em; + padding : 0 .3em 0 .3em; + position : relative; + left : auto; + right : auto; + top : auto; +} + +#views { + border-bottom : 1px solid #E8E8E8; + margin-bottom : .5em; + padding : 0 2em 0 0.2em; + white-space : nowrap; +} + +span.view { + padding : 0.2em .2em 2px .2em; +} + +#bibliodescriptions, +#isbdcontents { + clear : left; + margin-top : .5em; +} + +a#MARCview, span#MARCview, a#MARCviewPop, a#ISBDview, span#ISBDview, a#Normalview, a#Briefhistory, span#Normalview, a#Fullhistory, span#Fullhistory, span#Briefhistory { + background-repeat : no-repeat; + font-size : 87%; + font-weight : normal; + padding : .2em .5em; + padding-left : 21px; + text-decoration: none; +} + +a#MARCview, span#MARCview { + background-image: url("../images/sprite.png"); + background-position: -5px -26px; + background-repeat: no-repeat; +} +a#MARCviewPop, span#MARCviewPop { + background-image: url("../images/sprite.png"); + background-position: -5px -26px; + background-repeat: no-repeat; +} +a#ISBDview, span#ISBDview { + background-image: url("../images/sprite.png"); + background-position: -5px -55px; + background-repeat: no-repeat; +} +a#Normalview, span#Normalview { + background-image: url("../images/sprite.png"); + background-position: -7px 3px; + background-repeat: no-repeat; + padding-left : 15px; +} + +a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview, a#Fullhistory, a#Briefhistory { + background-color : #F3F3F3; + border-left : 1px solid #E8E8E8; +} + +#shelfbrowser table { + margin : 0 20px; +} +#shelfbrowser table, #shelfbrowser td, #shelfbrowser th { + border : 0; + font-size : 90%; + text-align : center; +} +#shelfbrowser a { + font-size : 110%; + text-decoration : none; +} +#shelfbrowser td, #shelfbrowser th { + width : 20%; +} +#shelfbrowser td.top { + vertical-align : top; +} +#shelfbrowser td.top a { + text-decoration : underline; +} +#shelfbrowser a { + display : block; +} +#shelfbrowser #browser_next, +#shelfbrowser #browser_previous { + background-image : url("../images/sprite.png"); + background-position : -5px -988px; + background-repeat: no-repeat; + width : 16px; +} +#shelfbrowser #browser_next a, +#shelfbrowser #browser_previous a { + cursor: pointer; + display : block; + height: 0 !important; + margin: 0; + overflow: hidden; + padding: 50px 0 0; + text-decoration: none; + width: 16px; +} +#shelfbrowser #browser_previous { +background-position: -9px -1001px; +} +#shelfbrowser #browser_next { +background-position: -9px -1051px; +} + +#comments .commentline { + border-bottom : 2px solid #eeeeeb; + margin : 0 -.5em 0 -.5em; + padding : 0 .5em .5em .5em; +} +#comments .yours { + background-color : #effed5; +} +.commentline .avatar { + float : right; + padding-left : .5em; +} +#comments #addcomment { + margin : 0 -1em -1em -1em; + padding : .3em 1em; +} +input.tagbutton { + padding : 1px !important; +} +table#items th { + padding : 2px; +} +#action { + /*margin-top: 0;*/ +} +#similars h4 { + text-align : left; +} +#similars table, +#similars td { + border : 0; + margin : 0; +} +#similars td { + width : 13em; +} +#similars a { + display : block; + font-weight : normal; +} +#furtherm a, +#furtherm a:link, +#furtherm a:visited { + color : #006699; +} +#furtherm h4 { + font-size : 106%; + margin : .1em .5em; +} +#furtherm .bd { + background-color : #F3F3F3; + border:1px solid #DDD; +} +.results_summary img { + margin : 0 5px; + } +span.no-image { + background-color : #FFF; + border: 1px solid #979797; + color : #AAA; + display:block; + font-size : 86%; + font-weight : bold; + text-align : center; + width : 75px; +} +#bookcover span.no-image { + margin-right : 10px; + margin-bottom : 10px; +} +#shelfbrowser a:link span.no-image, +#shelfbrowser a:visited span.no-image, +#shelfbrowser a:hover span.no-image, +#shelfbrowser a:active span.no-image { + font-size : 95%; +} +#shelfbrowser a:link span.no-image, +#shelfbrowser a:visited span.no-image, +#shelfbrowser a:hover span.no-image, +#shelfbrowser a:active span.no-image, +td.jacketcell a:link, +td.jacketcell a:visited, +td.jacketcell a:hover, +td.jacketcell a:active, +a.p1:link, +a.p1:visited, +a.p1:hover, +a.p1:active { + color : #AAA; + text-decoration : none; + font-weight : bold; +} + +.copies_row > td:first-child { + border-left-style : none; +} + +.rtl { + unicode-bidi: embed; + direction: rtl; + text-align: right; +} + +div.ft { + clear : both; +} + +.authorSearch { + position: absolute; + display: none; + z-index: 2; + background-color: white; + border: 1px solid black; + padding: 4px; +} +.authorSearch li { + list-style-type: none; +} +.authorSearch ul { + padding-left: 0px; +} +.subjectSearch { + position: absolute; + display: none; + z-index: 2; + background-color: white; + border: 1px solid black; + padding: 4px; +} +.subjectSearch li { + list-style-type: none; +} +.subjectSearch ul { + padding-left: 0px; +} + +#basket td ul li { + font-size:90%; + list-style:disc outside url(data:image/gif;base64,R0lGODlhBQAHAJECAP///5zD6v///wAAACH5BAEAAAIALAAAAAAFAAcAAAIMjCUGkbvhFGQSmVAAADs=); + padding:0.2em 0; +} + +#recentcomments { + margin:auto; + max-width:750px; + margin-left: 13.3207em; +} + +#plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; } +#plainmarc th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; } +#plainmarc td { border: 0; padding : 2px; vertical-align: top; } + +#catalogue_detail_biblio h1 { float:left; margin:0 1em 1em 0; } +#catalogue_detail_biblio h1.title { float:none; margin-top:1em; } +#catalogue_detail_biblio h3 {clear:both; } + +#opac-detail #Normalview { font-weight:bold; } +#opac-marcdetail #Normalview { font-weight:normal; } +#opac-marcdetail #MARCview { font-weight:bold; } +#opac-isbddetail #Normalview { font-weight:normal; } +#opac-isbddetail #ISBDview { font-weight:bold; } +#opac-isbddetail #isbdcontents { margin-top: 2em; } + + +#renewcontrols { + float: right; + font-size: 66%; +} + +#renewcontrols a { + background-repeat : no-repeat; + text-decoration:none; + padding : .1em .4em; + padding-left : 18px; +} + +#renewselected_link { + background-image : url("../images/sprite.png"); + background-position : -5px -988px; + background-repeat: no-repeat; +} + +#renewall_link { + background-image : url("../images/sprite.png"); + background-position : -8px -964px; + background-repeat: no-repeat; +} + +.koha_url { + color: #666666; +} + +div.koha_url { + border-top: none !important; +} +span.koha_url { + position: absolute; + right: 0; + font-size: 85%; +} +a.koha_url { + text-decoration:none; +} +/* pagination */ +.pagination { + position: absolute; + top:32px; + left: -1px; + width: 100%; + height:auto; + border: 1px solid #D0D0D0; + display: none; + background-color:#F3F3F3; + padding-bottom:10px; + z-index: 100; +} + + +/* nav */ +.nav .close_pagination { + padding-right: 10px; + position: absolute; + right: 3px; + top: -25px; +} +.nav .close_pagination a { + text-decoration:none!important; +} + +.nav ul { + padding-top: 10px; +} + +.nav li { + list-style:none; + float:left; + padding:4px; + color:#999; +} + +.nav li a { + text-decoration:none!important; +} + +.nav li a:hover { + text-decoration:underline; +} + +.nav li ul { + float:left; +} + +.back { + float:right; +} + +.back input{ + background:none!important; + color:#999!important; +} + +.pagination_list { + float:bottom; +} +.pagination_list ul { + padding-top: 40px; + padding-left:0px; +} +.pagination_list li { + list-style:none; + float:bottom; + padding:4px; + color:#999; + /* border-bottom : 1px solid #DDDDDD;*/ +} +.pagination_list li.highlight { + background-color : #F3F3F3; + border-top : 1px solid #DDDDDD; + border-bottom : 1px solid #DDDDDD; +} +.pagination_list span.li_pag_index { + color: #999999; + float: left; + font-size: 15px; + font-weight: bold; + padding-right: 10px; + text-align: right; + width: 13px; + +} + +.pagination_list li a {padding-left:0px;} + + +.nav_results { + background-color: #F3F3F3; + border: 1px solid #D0D0D0; + margin-top: 0.5em; + position:relative; +} + +.nav_results .l_Results a { + background:#E1E1E1 url("../images/sprite.png") no-repeat 0px -504px; /* Browse results menu */ + color:#006699; + display:block; + padding:8px 28px; + text-decoration:none; +} +.nav_results .l_Results a:hover { + background-color:#D9D9D9; +} +.nav_results ul.pg_menu { + border-top: 1px solid #D0D0D0; + white-space : nowrap; +} +.nav_results ul.pg_menu li { + color:#B2B2B2; + display:inline; + list-style:none; + margin: 0; +} +.nav_results ul.pg_menu li.back_results a { + border-left: 1px solid #D0D0D0; + border-right: 1px solid #D0D0D0; +} +.nav_results ul.pg_menu li a, +.nav_results ul.pg_menu li span { + background-color: #F3F3F3; + display : block; + float:left; + padding:.4em .5em; + text-decoration:none; + font-weight:normal; + text-align:center; +} + +.nav_results ul.pg_menu li span { + color : #B2B2B2; +} + +.nav_results ul.pg_menu li.left_results a { + padding-left : 0; +} + +.nav_results ul.pg_menu li a:hover { +} + +.nav_results #listResults{ + line-height: 0.7em; +} + +.nav_results #listResults li { + background-color:#999999; + color:#C5C5C5; + font-weight:normal; + display:block; + margin-right:1px; + font-size:0.9em; + padding:5px 0px; + text-align:center; + min-width:20px; +} + +.nav_results #listResults li:hover {background-color:#006699;} + +.nav_results #listResults li a { color:#FFFFFF; font-weight:normal;} + +a.localimage img { + border : 1px solid #8EB3E7; + margin : 0 .5em; + padding : .3em; +} + +p.patronimage { + border:1px solid #EEE; + border-bottom-color:#000; + margin: 0.9em 0 0; + padding:1em; +} + +p.patronimage.edit { + border-color:#E8E8E8; + margin: 1em 1em 1em 0; +} + +span.sep { + color: #888; + padding: 0 .2em; + text-shadow: 1px 1px 0 #FFF; +} + +#daily-quote { + /*border-top : 1px solid #000000;*/ + border : 1px solid #000000; + margin-top: 2px; + margin-bottom: 10px; + margin-left: 2px; + margin-right: 2px; + width: 300px; + text-align: center; +} + +#daily-quote h1 { + font-size: 18px; + font-weight: normal; + margin: 0; +} + +#daily-quote div { + font-size: 12px; + margin: 5px; +} + +/* jQueryUI Core */ + +.ui-widget-content { border: 1px solid #AAA; background: #ffffff none; color: #222222; } +.ui-widget-header { border: 1px solid #AAA; background: #E6F0F2 none; color: #222222; font-weight: bold; } +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #AAA; background: #F4F8F9 none; font-weight: normal; color: #555555; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #AAA; background: #E6F0F2 none; font-weight: normal; color: #212121; } +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff none; font-weight: normal; color: #212121; } +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee; color: #363636; } +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; } + +/* jQueryUI autocomplete */ + +.ui-autocomplete { position: absolute; cursor: default; -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3); -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3); box-shadow: 2px 2px 2px rgba(0,0,0,.3); } +.ui-autocomplete.ui-widget-content .ui-state-hover { border: 1px solid #AAA; background: #E6F0F2 none; font-weight: normal; color: #212121; } +.ui-autocomplete-loading { background: #FFF url("../../img/loading-small.gif") right center no-repeat; } +.ui-menu li { list-style:none; } + +#social_networks span { + color: #274D7F; + display : block; + float : left; + font-size: 85%; + font-weight: bold; + line-height: 2em; + margin : .5em 0 .5em .5em !important; +} +#social_networks a { + background: transparent url("../images/social-sprite.png") no-repeat; + display: block; + height : 20px !important; + width : 20px; + text-indent : -999em; +} + +#social_networks div { + float : left !important; + margin : .5em 0 .5em .2em !important; +} + +#social_networks #facebook { + background-position : -7px -35px; +} + +#social_networks #twitter { + background-position : -7px -5px; +} + +#social_networks #linkedin { + background-position : -7px -95px; +} + +#social_networks #delicious { + background-position : -7px -66px; +} + +#social_networks #email { + background-position : -7px -126px; +} + +/* jQuery UI standard tabs */ +.ui-tabs-nav .ui-tabs-active a, +.ui-tabs-nav a:hover, +.ui-tabs-nav a:focus, +.ui-tabs-nav a:active, +.ui-tabs-nav span.a { + background: none repeat scroll 0 0 transparent; + outline: 0 none; +} + +.ui-widget, +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + font-family : inherit; + font-size : inherit; +} + +ul.ui-tabs-nav li { + list-style : none; +} +.ui-tabs.ui-widget-content { + background : transparent none; + border : 0; +} + +.ui-tabs .ui-tabs-panel { + border : 1px solid #D8D8D8; +} +.ui-tabs-nav.ui-widget-header { + border : 0; + background : none; +} +.ui-tabs .ui-tabs-nav li { + background: #F3F3F3 none; + border-color: #D8D8D8; + margin-right : .4em; +} + +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + background-color : #FFF; + border : 1px solid #D8D8D8; + border-bottom: 0; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active a { + color : #000; + font-weight : bold; +} + +.ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover { + background : #F3F3F3 none; +} + +.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover { + background : #FFF none; +} + +.ui-tabs .ui-state-default a, +.ui-tabs .ui-state-default a:link, +.ui-tabs .ui-state-default a:visited { + color: #006699; +} + +.ui-tabs .ui-state-hover a, +.ui-tabs .ui-state-hover a:link, +.ui-tabs .ui-state-hover a:visited { + color: #990033; +} + +.statictabs ul { + background: none repeat scroll 0 0 transparent; + border: 0 none; + margin: 0; + padding: 0.2em 0.2em 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + color: #222222; + font-weight: bold; + font-size: 100%; + line-height: 1.3; + list-style: none outside none; + outline: 0 none; + text-decoration: none; +} + +.statictabs ul:after { + clear: both; +} + +.statictabs ul:before, +.statictabs ul:after { + content: ""; + display: table; +} + +.statictabs ul li { + background: none repeat scroll 0 0 #E6F0F2; + border: 1px solid #B9D8D9; + border-bottom: 0 none !important; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + float: left; + list-style: none outside none; + margin-bottom: 0; + margin-right: 0.4em; + padding: 0; + position: relative; + white-space: nowrap; + top: 1px; + color: #555555; + font-weight: normal; + +} + +.statictabs ul li.active { + background-color: #FFFFFF; + color: #212121; + font-weight: normal; + padding-bottom: 1px; +} + +.statictabs ul li a { + color: #004D99; + cursor: pointer; + float: left; + padding: 0.5em 1em; + text-decoration: none; +} + +.statictabs ul li a:hover { + background-color : #EDF4F5; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + color : #538200; +} + +.statictabs ul li.active a { + color: #000000; + font-weight: bold; + cursor: text; + background: none repeat scroll 0 0 transparent; + outline: 0 none; +} + +.statictabs .tabs-container { + border: 1px solid #B9D8D9; + background: none repeat scroll 0 0 transparent; + display: block; + padding: 1em 1.4em; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + color: #222222; +} + +.authref { + text-indent: 2em; +} + +.authref .label { + font-style: italic; +} + +.authstanza { + margin-top: 1em; +} + +.authstanzaheading { + font-weight: bold; +} +div.authorizedheading { + font-weight: bold; +} +.authstanza li { + margin-left: 0.5em; +} +.authres_notes, .authres_seealso, .authres_otherscript { + padding-top: 5px; +} +.authres_notes { + font-style: italic; +} + +#didyoumean { + background-color: #EEE; + border: 1px solid #E8E8E8; + margin: 0 0 0.5em; + text-align: left; + padding: 0.5em; + border-radius: 3px 3px 3px 3px; +} + +.suggestionlabel { + font-weight: bold; +} + +.searchsuggestion { + padding: 0.2em 0.5em; + white-space: nowrap; + display: inline-block; +} + +.authlink { + padding-left: 0.25em; +} +#hierarchies a { + font-weight: normal; + text-decoration: underline; + color: #069; +} + +#hierarchies a:hover { + color: #990033; +} + +#top-pages { + margin: 0 0 0.5em; +} + +/* jQuery UI Datepicker */ +.ui-datepicker table {width: 100%; font-size: .9em; border : 0; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker th { background : transparent none; padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } + +.ui-datepicker-trigger { + vertical-align: middle; + margin : 0 3px; +} +.ui-datepicker { + -moz-box-shadow: 1px 1px 3px 0 #666; + -webkit-box-shadow: 1px 1px 3px 0 #666; + box-shadow: 1px 1px 3px 0 #666; +} + +.contents { + width: 75%; +} + +.contentblock { + position: relative; + margin-left: 2em; +} + +.contents .t:first-child:before { + content: "→ "; +} + +.contents .t:before { + content: "\A→ "; + white-space: pre; +} + +.contents .t { + font-weight: bold; + display: inline; +} + +.contents .r { + display: inline; +} + +body#opac-main #opacmainuserblockmobile { + display: none; +} + +.mobile_only { + display : none; +} + +/* different sizes for different tags in opac-tags.tt */ +.tagweight0 { + font-size: 12px; +} + +.tagweight1 { + font-size: 14px; +} + +.tagweight2 { + font-size: 16px; +} + +.tagweight3 { + font-size: 18px; +} + +.tagweight4 { + font-size: 20px; +} + +.tagweight5 { + font-size: 22px; +} + +.tagweight6 { + font-size: 24px; +} + +.tagweight7 { + font-size: 26px; +} + +.tagweight8 { + font-size: 28px; +} + +.tagweight9 { + font-size: 30px; +} + +#patronregistration { + background-color: #F7F7F7; + border : 1px solid #EAEAEA; + -moz-border-radius: 3px; + border-radius : 3px; + font-size : 90%; + margin : .7em 0; + padding : .5em; + text-align: center; +} +#patronregistration a { + display: block; +} + +video { + width: 480px; +} + +.review { + margin-bottom: 20px; +} + +#idreambooksreadometer { + float: right; +} +a.idreambooksrating { + font-size: 30px; + color: #29ADE4; + padding-left: 85px; + line-height: 30px; + text-decoration: none; +} + +.idreambookslegend { + font-size: small; +} + +a.reviewlink,a.reviewlink:visited { + text-decoration: none; + color: black; + font-weight: normal; +} + +.idreambookssummary a { + color: #707070; + text-decoration: none; +} + +.idreambookssummary img, .idbresult img { + vertical-align: middle; +} + +.idbresult { + color: #29ADE4; + text-align: center; + margin: 0.5em; + padding: 0.5em; +} + +.idbresult a, .idbresult a:visited { + text-decoration: none; + color: #29ADE4; +} + +.idbresult img { + padding-right: 6px; +} + +.highlight-row-results { + font-size: 120%; +} + +.highlight-row-detail { + font-weight: bold; +} + +.branch-info-tooltip { + display: none; +} +.lang { +float:left; +padding: 0.1em 0; +} + +#export, #further, .detailtagcell { + background-color: #F3F3F3; + border: 1px solid #E8E8E8; + font-size: 76%; + margin-top: 0.5em; + padding: 3px; + text-align: center; +} diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/persona-buttons.less b/koha-tmpl/opac-tmpl/bootstrap/less/persona-buttons.less new file mode 100644 index 0000000..cae561b --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/less/persona-buttons.less @@ -0,0 +1,232 @@ +/* Link body */ +a.persona-button { + color : #FFF; +} + +.persona-button{ + color: #fff; + display: inline-block; + font-size: 14px; + font-family: Helvetica, Arial, sans-serif; + font-weight: bold; + line-height: 1.1; + overflow: hidden; + position: relative; + text-decoration: none; + text-shadow: 0 1px rgba(0,0,0,0.5), 0 0 2px rgba(0,0,0,0.2); + + background: #297dc3; + background: -moz-linear-gradient(top, #43a6e2, #287cc2); + background: -ms-linear-gradient(top, #43a6e2, #287cc2); + background: -o-linear-gradient(top, #43a6e2, #287cc2); + background: -webkit-linear-gradient(top, #43a6e2, #287cc2); + background: linear-gradient(to bottom, #43a6e2 0%,#287cc2 100%); /* W3C */ + + -moz-border-radius: 3px; + -ms-border-radius: 3px; + -o-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + + -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2); + -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2); + -o-box-shadow: 0 1px 0 rgba(0,0,0,0.2); + -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2); + box-shadow: 0 1px 0 rgba(0,0,0,0.2); +} + +.persona-button:hover{ + background: #21669f; + background: -moz-linear-gradient(top, #3788b9, #21669f); + background: -ms-linear-gradient(top, #3788b9, #21669f); + background: -o-linear-gradient(top, #3788b9, #21669f); + background: -webkit-linear-gradient(top, #3788b9, #21669f); + background: linear-gradient(to bottom, #3788b9 0%,#21669f 100%); /* W3C */ +} + +.persona-button:active, .persona-button:focus{ + top: 1px; + -moz-box-shadow: none; + -ms-box-shadow: none; + -o-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +.persona-button span{ + display: inline-block; + padding: 5px 10px 5px 40px; +} + +/* Icon */ +.persona-button span:after{ + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAA4klEQVR42o2RWaqEMBRE3YaCiDjPwQGcd9CrysLv4wTyoLFD90dxqbp1EgdPRB7Kskznea6Zn/aPoKoqUUrJOI5m4l2QBfSyLHKep1zXZSae3An1fS/7vst931bGkzuhaZrsLVbGkzuheZ7lOI6HyJ2QUkqv6yrbtv0LT+6E7G0UrfBfP3lZlpoXH4ZBmHgn5Pv+KwxDfqp0XQdgJp6c/RsUBIGOokiSJDE/s21bACbe5Ozp0TdAHMdSFIXUdS1N01C2wpObPT36HifwCJzI0iX29Oh7XP0E3CB9L01TzM+i/wePv4ZE5RtAngAAAABJRU5ErkJggg==) 10px center no-repeat; + content: ''; + display: block; + width: 31px; + + position: absolute; + bottom: 0; + left: -3px; + top: 0; + z-index: 10; +} + +/* Icon background */ +.persona-button span:before{ + content: ''; + display: block; + height: 100%; + width: 20px; + + position: absolute; + bottom: 0; + left: 0; + top: 0; + z-index: 1; + + background: #42a9dd; + background: -moz-linear-gradient(top, #50b8e8, #3095ce); + background: -ms-linear-gradient(top, #50b8e8, #3095ce); + background: -o-linear-gradient(top, #50b8e8, #3095ce); + background: -webkit-linear-gradient(top, #50b8e8, #3095ce); + background: linear-gradient(to bottom, #50b8e8 0%,#3095ce 100%); /* W3C */ + + -moz-border-radius: 3px 0 0 3px; + -ms-border-radius: 3px 0 0 3px; + -o-border-radius: 3px 0 0 3px; + -webkit-border-radius: 3px 0 0 3px; + border-radius: 3px 0 0 3px; +} + +/* Triangle */ +.persona-button:before{ + background: #42a9dd; + content: ''; + display: block; + height: 26px; + width: 26px; + + position: absolute; + left: 2px; + top: 50%; + margin-top: -13px; + z-index: 0; + + background: -moz-linear-gradient(-45deg, #50b8e8, #3095ce); + background: -ms-linear-gradient(-45deg, #50b8e8, #3095ce); + background: -o-linear-gradient(-45deg, #50b8e8, #3095ce); + background: -webkit-linear-gradient(-45deg, #50b8e8, #3095ce); + background: linear-gradient(to bottom, #50b8e8 0%,#3095ce 100%); /* W3C */ + + -moz-box-shadow: 1px -1px 1px rgba(0,0,0,0.1); + -ms-box-shadow: 1px -1px 1px rgba(0,0,0,0.1); + -o-box-shadow: 1px -1px 1px rgba(0,0,0,0.1); + -webkit-box-shadow: 1px -1px 1px rgba(0,0,0,0.1); + box-shadow: 1px -1px 1px rgba(0,0,0,0.1); + + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +/* Inset shadow (required here because the icon background clips it when on the `a` element) */ +.persona-button:after{ + content: ''; + display: block; + height: 100%; + width: 100%; + + position: absolute; + left: 0; + top: 0; + bottom: 0; + right: 0; + z-index: 10; + + -moz-border-radius: 3px; + -ms-border-radius: 3px; + -o-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + + -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); + -ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); + -o-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); + -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); + box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3); +} + +/* ======================================================== + * Dark button + * ===================================================== */ +.persona-button.dark{ + background: #3c3c3c; + background: -moz-linear-gradient(top, #606060, #3c3c3c); + background: -ms-linear-gradient(top, #606060, #3c3c3c); + background: -o-linear-gradient(top, #606060, #3c3c3c); + background: -webkit-linear-gradient(top, #606060, #3c3c3c); + background: linear-gradient(top, #606060, #3c3c3c); +} +.persona-button.dark:hover{ + background: #2d2d2d; + background: -moz-linear-gradient(top, #484848, #2d2d2d); + background: -ms-linear-gradient(top, #484848, #2d2d2d); + background: -o-linear-gradient(top, #484848, #2d2d2d); + background: -webkit-linear-gradient(top, #484848, #2d2d2d); + background: linear-gradient(top, #484848, #2d2d2d); +} +.persona-button.dark span:before{ /* Icon BG */ + background: #d34f2d; + background: -moz-linear-gradient(top, #ebac45, #d34f2d); + background: -ms-linear-gradient(top, #ebac45, #d34f2d); + background: -o-linear-gradient(top, #ebac45, #d34f2d); + background: -webkit-linear-gradient(top, #ebac45, #d34f2d); + background: linear-gradient(top, #ebac45, #d34f2d); +} +.persona-button.dark:before{ /* Triangle */ + background: #d34f2d; + background: -moz-linear-gradient(-45deg, #ebac45, #d34f2d); + background: -ms-linear-gradient(-45deg, #ebac45, #d34f2d); + background: -o-linear-gradient(-45deg, #ebac45, #d34f2d); + background: -webkit-linear-gradient(-45deg, #ebac45, #d34f2d); + background: linear-gradient(-45deg, #d34f2d, #ebac45); /* flipped for updated spec */ +} + +/* ======================================================== + * Orange button + * ===================================================== */ +.persona-button.orange{ + background: #ee731a; + background: -moz-linear-gradient(top, #ee731a, #d03116); + background: -ms-linear-gradient(top, #ee731a, #d03116); + background: -o-linear-gradient(top, #ee731a, #d03116); + background: -webkit-linear-gradient(top, #ee731a, #d03116); + background: linear-gradient(top, #ee731a, #d03116); +} +.persona-button.orange:hover{ + background: #cb6216; + background: -moz-linear-gradient(top, #cb6216, #b12a13); + background: -ms-linear-gradient(top, #cb6216, #b12a13); + background: -o-linear-gradient(top, #cb6216, #b12a13); + background: -webkit-linear-gradient(top, #cb6216, #b12a13); + background: linear-gradient(top, #cb6216, #b12a13); +} +.persona-button.orange span:before{ /* Icon BG */ + background: #e84a21; + background: -moz-linear-gradient(top, #f7ad27, #e84a21); + background: -ms-linear-gradient(top, #f7ad27, #e84a21); + background: -o-linear-gradient(top, #f7ad27, #e84a21); + background: -webkit-linear-gradient(top, #f7ad27, #e84a21); + background: linear-gradient(top, #f7ad27, #e84a21); +} +.persona-button.orange:before{ /* Triangle */ + background: #e84a21; + background: -moz-linear-gradient(-45deg, #f7ad27, #e84a21); + background: -ms-linear-gradient(-45deg, #f7ad27, #e84a21); + background: -o-linear-gradient(-45deg, #f7ad27, #e84a21); + background: -webkit-linear-gradient(-45deg, #f7ad27, #e84a21); + background: linear-gradient(-45deg, #e84a21, #f7ad27); /* flipped for updated spec */ +} diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/print.less b/koha-tmpl/opac-tmpl/bootstrap/less/print.less new file mode 100644 index 0000000..db8b21b --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/less/print.less @@ -0,0 +1,227 @@ +a:link { + color : #000066; + text-decoration: none; +} + +a:visited { + color : #000066; + text-decoration: none; +} + +a:hover { + color : #993300; + text-decoration: none; +} + +body { + background-color : #FFF; + color : #333333; + font-family : arial, geneva, sans-serif; + font-size : 14px; + margin : 0px 0px 0px 0px; + word-wrap : break-word; +} + +caption { + color : #000066; + font-size : 18px; + font-weight : bold; + margin-top : 5px; + text-align : left; +} + +div.table { + width : 100%; +} + +form { + margin : 0px; + padding : 0px; +} + +h1 + { + color : #000066; + font-size : 22px; + font-weight : bold; + margin-bottom : 3px; + margin-top : 3px; +} + +h2 { + color : #000066; + font-size : 20px; + font-weight : bold; + margin-bottom : 3px; + margin-top : 3px; +} + +h3 { + color : #000066; + font-size : 18px; + font-weight : bold; + margin-bottom : 3px; + margin-top : 3px; +} + +h4 { + color : #000066; + font-size : 16px; + font-weight : bold; + margin-bottom : 3px; + margin-top : 3px; +} + +h5 { + color : #000066; + font-size : 15px; + font-weight : bold; + margin-bottom : 1px; + margin-top : 1px; +} + +h6 { + color : #000066; + font-size : 14px; + font-weight : bold; + margin-bottom : 1px; + margin-top : 1px; +} + +p { + margin-top : 0px; +} + +table { + background-color : #FFFFFF; + border-bottom : 0px solid #CCCCCC; + border-collapse : collapse; + border-left : 0px solid #CCCCCC; + margin : 3px 0px 5px 0px; + padding : 0px; + width : 99%; +} + +td { + background-color : #FFF; + border-bottom : 1px solid #CCCCCC; + border-right : 1px solid #CCCCCC; + padding : 5px 5px 5px 5px; + vertical-align : top; +} + +td:last-child { + background-color : #FFF; + border-bottom : 1px solid #CCCCCC; + border-right : 0px solid #CCCCCC; + padding : 5px 5px 5px 5px; + vertical-align : top; +} + +th { + background-color : #E9E9E9; + border-bottom : 1px solid #CCCCCC; + border-right : 1px solid #CCCCCC; + font-weight : bold; + padding : 5px 5px 5px 5px; +} + +th:last-child { + background-color : #E9E9E9; + border-bottom : 1px solid #CCCCCC; + border-right : 0px solid #CCCCCC; + font-weight : bold; + padding : 5px 5px 5px 5px; +} + +tr.highlight { + background-color: #e9e9e9; +} + +body#basket tr.highlight { + background-color : transparent; +} + +body#basket a { + font-weight : bold; +} + +body#basket table { + border-top : 1px solid #EEE; + border-left : 1px solid #EEE; +} +body#basket td, +body#basket th { + background-color : transparent; + padding : 2px; +} + +body#basket th { + background-color : #EEE; +} + +body#basket th, +body#basket th[scope=col] { + text-align : center; + vertical-align : middle; +} + +body#basket th[scope=row] { + font-size : 89%; + text-align : right; + vertical-align : top; + width : 10%; +} + +body#basket p { + font-size : 85%; + margin : .2em 0; + text-indent : .5em; +} + +.error { + font-weight: bold; +} + +.ex { + font-family : "Courier New", Courier, monospace; +} +.inline { + display : inline; +} + +.screen { + display : none; +} + +#bookcover { + float:left; + margin:0pt; + padding:0pt; +} + +#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft, #facetcontainer,.results_summary.actions,.koha_url,.yui-b { + display : none; +} + +#userresults { + position : absolute; + right : 0px; + word-wrap : break-word; + display : block; +} + +div#userupdate input,div#userupdate textarea { + display : inline; + border : 0; +} + +#yui-main, +#yui-main .yui-b, +.yui-t1 #yui-main .yui-b { + display : block !important; + margin : 0 !important; + padding : 0 !important; + width : auto !important; + float : none !important; +} diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/sco-old.less b/koha-tmpl/opac-tmpl/bootstrap/less/sco-old.less new file mode 100644 index 0000000..a2364e5 --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/less/sco-old.less @@ -0,0 +1,333 @@ +@import url("/opac-tmpl/lib/yui/reset-fonts-grids.css"); +@import url("/opac-tmpl/lib/yui/skin.css"); + +a { + font-weight : bold; +} + +a, a:visited { + color : #006699; +} + +a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover { + color : #990033; +} + +body { + background-color : white; + text-align : left; + padding : 0 0 2.5em 0; +} + +caption { + font-size : 110%; + text-align : left; + font-weight : bold; +} + +fieldset { + background-color: #FFF; + border : 2px solid #EEEEEE; + margin : 1em 1em 1em 0; + padding : 1em; +} + +h1,h2,h3,h4,h5,h6 { + font-weight : bold; + margin : .5em 0; +} + +h1 { + font-size : 138.5%; +} + +h2 { + font-size : 134%; +} + +h3 { + font-size : 123.1%; +} + +h4 { + font-size : 116%; +} + +h5 { + font-size : 108%; +} + +h6 { + font-size : 100%; +} + +input[type=submit], +input[type=button], +input[type=reset], +fieldset.brief input[type=submit], +fieldset.brief input[type=button], +fieldset.brief input[type=reset] +{ + background: #f4f9fc; /* Old browsers */ + background: -moz-linear-gradient(top, #f4f9fc 0%, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(4%,#dfeefa), color-stop(93%,#bfd5ea), color-stop(97%,#a1c4e2), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */ + background: linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* W3C */ + border-top: 1px solid #cccccc; + border-left: 1px solid #cccccc; + border-right: 1px solid #eeeeee; + border-bottom: 1px solid #eeeeee; + color : #333; + font-size : 93%; + font-weight : bold; + padding : 4px; +} + +input[type=submit]:active, input[type=button]:active, input[type=reset]:active { + border: 1px inset #666666; + float : none; +} +.dialog { + border: 1px solid #bcbcbc; + padding : .5em; + margin : 1em auto; + width: 65%; + } + +.dialog h2, .dialog h3, .dialog h4 { + margin : auto; + text-align : center; + } + +div.alert { + background: #fef8d3; /* Old browsers */ + background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */ + background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */ + text-align : center; +} + +div.alert strong { + color : #900; +} + +div.message { + background: #ffffff; /* Old browsers */ + background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */ + background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */ + border : 1px solid #bcbcbc; + width : 55%; +} + +.dialog input { + background : #FFF none; + border : 1px solid #bcbcbc; + margin : .4em; + padding : .4em; + } + + +.dialog input.back { + background : #FFF url(/opac-tmpl/lib/famfamfam/silk/arrow_left.png) no-repeat 4px center; + border: 1px solid #BCBCBC; + padding : .4em .4em .4em 25px; + } + +.dialog input.return { + background : #FFF url(/opac-tmpl/lib/famfamfam/silk/book_previous.png) no-repeat 4px center; + padding : .4em .4em .4em 25px; + } + +.dialog input.renew { + background : #FFF url(/opac-tmpl/lib/famfamfam/silk/arrow_refresh.png) no-repeat 4px center; + padding : .4em .4em .4em 25px; + } + +.dialog input.cancel { + background : #FFF url(/opac-tmpl/lib/famfamfam/silk/cancel.png) no-repeat 4px center; + padding : .4em .4em .4em 25px; + } + +input.finish { + background : #dbe7ff url(/opac-tmpl/lib/famfamfam/silk/stop.png) no-repeat 4px center; + border : 1px outset #666; + padding : .2em .2em .2em 25px; +} + +table { + background-color: #FFF; + border-collapse : collapse; + margin : 1em 0; + border-right : 1px solid #dddddd; + border-top : 1px solid #dddddd; +} + +td,th { + background-color: #FFF; + border-left : 1px solid #dddddd; + border-bottom : 1px solid #dddddd; + padding : 3px 3px; +} + +th { + background-color:#EEE; + font-weight : bold; + padding : 2px 23px; + text-align : center; +} + +tr.highlight td, tr.highlight th, tr.odd td { + background-color : #F3F3F3; + border-top : 1px solid #DDDDDD; + border-bottom : 1px solid #DDDDDD; +} + +tr.even td, tr.even.highlight td { + background-color: #FFF; +} + +p { + margin: .7em 0; +} + +strong { + font-weight : bold; +} + +em { + font-style : italic; +} +#borrowerdetails { + margin-top : 1em; +} +#barcode, +#patronid { + font-size : 125%; + padding-bottom : 3px; +} +input.focus { + background-color : #FFC; + border : 2px inset #336699; +} +#checkouthelp { + background : #FFF url("/opac-tmpl/lib/famfamfam/silk/help.png") no-repeat 4px center; + padding : 3px 3px 3px 26px; + position : absolute; + top : 0; + right : 0; +} +div.button { + float : left; + margin-top : 2em; + padding : .4em 0; +} +div.button a:link, +div.button a:visited, +div.button a:hover, +div.button a:active { + background : #FFF url(/opac-tmpl/lib/famfamfam/silk/book_previous.png) no-repeat 4px center; + border : 1px outset #666; + color : #000; + padding : .4em .4em .4em 25px; + text-decoration : none; +} +div.button a:active { + border : 1px inset #666; +} + +div.koha_url { + border-top: none !important; +} +span.koha_url { + position: absolute; + right: 0; +} +a.koha_url { + text-decoration: none; + color: #666666; +} + +div#changelanguage{ + background-color: #fff; + border-top: 1px solid #CCC; + color : #666; + font-size : 85%; + padding : 1em; + margin-top : 2em; + } + +div#changelanguage a { + font-weight : normal; + padding : .5em 0; +} + +div#changelanguage li.yuimenuitem { + font-size: 120%; + font-weight: normal; + margin: 0; + padding: 0 1em; +} +div#changelanguage li.yuimenuitem a.yuimenuitemlabel { + padding: 0; +} + +ul#i18nMenu { + margin : 0; + padding : .2em 0; + } + +ul#i18nMenu li { + border-left : 1px solid #CCC; + display : inline; + list-style : none; + padding : 0 .4em; + } + +ul#i18nMenu li:first-child { + border-left : 0; + } + +ul#i18nMenu li ul li { + border : 0; + display : block; + padding : 0; + } + + +ul#i18nMenu li.more a { + background-image : url("../images/sprite.png"); + background-position : 37px -940px; + background-repeat:no-repeat; + padding-right: 1.3em; +} + +ul#i18nMenu li.more ul li a { + background-image : none; + padding: 0 1.3em; +} + +span.lang{ + float:left; + border-right : 1px solid black; + padding : 0 .5em; +} + +div.ft { + clear : both; +} + +.inline { + display: inline; +} diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/sco.less b/koha-tmpl/opac-tmpl/bootstrap/less/sco.less new file mode 100644 index 0000000..ad50406 --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/less/sco.less @@ -0,0 +1,196 @@ +body { + background-color: #EAEAE6; +} + +a, a:visited, +.ui-widget-content a, +.ui-widget-content a:visited { + color: #0076B2; +} + +a.title { + font-weight: bold; +} + +h1 { + font-size : 140%; + line-height: 150%; +} +h2 { + + font-size : 130%; + line-height: 150%; +} +h3 { + + font-size : 120%; + line-height: 150%; +} +h4 { + + font-size : 110%; +} +h5 { + + font-size : 100%; +} +caption { + font-size: 120%; + font-weight: bold; + margin : .5em 0; + text-align: left; +} + +input, +textarea { + width: auto; +} + +legend { + font-size: 110%; + font-weight: bold; +} +th { + background-color: #ECEDE6; +} +.main { + background-color: #FFF; + border: 1px solid #D2D2CF; + border-radius: 8px 8px 8px 8px; + margin: 0.5em 20px; + padding: 0.8em 0; + -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2); + box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2); +} +.navbar-inverse .brand, .navbar-inverse .nav > li > a { + color: #9FE1FF; + font-weight: bold; +} + +.table-striped tbody > tr:nth-child(odd) > td, +.table-striped tbody > tr:nth-child(odd) > th { + background-color: #F4F4F4; +} +/* Redefine a new style for Bootstrap's class "close" since we use that already */ +/* Use × */ +.alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;} +.modal-header .closebtn{margin-top:2px;} +.closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);} +button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;} +.btn-group label, +.btn-group select { + font-size: 13px; +} + +/* Override Bootstrap alert */ +.alert { + background: #fffbe5; /* Old browsers */ + background: -moz-linear-gradient(top, #fffbe5 0%, #fff0b2 9%, #fff1a8 89%, #f7e665 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffbe5), color-stop(9%,#fff0b2), color-stop(89%,#fff1a8), color-stop(100%,#f7e665)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* IE10+ */ + background: linear-gradient(to bottom, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbe5', endColorstr='#f7e665',GradientType=0 ); /* IE6-9 */ + border-color : #D6C43B; + color: #333; +} + +/* Override Bootstrap alert.alert-info */ +.alert-info { + background: #f4f6fa; /* Old browsers */ + background: -moz-linear-gradient(top, #f4f6fa 0%, #eaeef5 4%, #e8edf6 96%, #cddbf2 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(4%,#eaeef5), color-stop(96%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* IE10+ */ + background: linear-gradient(to bottom, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */ + border-color : #C5D1E5; + color: #333; +} + +/* Override Bootstrap alert.alert-success */ +.alert-success { + background: #f8ffe8; /* Old browsers */ + background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 4%, #dcf48d 98%, #9ebf28 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(4%,#e3f5ab), color-stop(98%,#dcf48d), color-stop(100%,#9ebf28)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* IE10+ */ + background: linear-gradient(to bottom, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#9ebf28',GradientType=0 ); /* IE6-9 */ + border-color : #9FBA35; + color: #333; +} +#members p { + color : #EEE; +} + +#members a { + color: #A6D8ED; + font-weight: bold; +} + +#members a.logout { + color : #E8583C; + padding : 0 .3em 0 .3em; +} + +.inline { + display: inline; +} + +i.icon { + background-repeat: no-repeat; + display: inline-block; + height: 16px; + line-height: 16px; + margin-right: 3px; + vertical-align: text-top; + width: 16px; +} + +i.back { + background : transparent url("../lib/famfamfam/silk/arrow_left.png") no-repeat 0 0; +} + +i.return { + background : transparent url("../lib/famfamfam/silk/book_previous.png") no-repeat 0 0; +} + +i.renew { + background : transparent url("../lib/famfamfam/silk/arrow_refresh.png") no-repeat 0 0; +} + +i.cancel { + background : transparent url("../lib/famfamfam/silk/cancel.png") no-repeat 0 0; +} + +i.finish { + background : transparent url("../lib/famfamfam/silk/stop.png") no-repeat 0 0; +} + +i.help { + background : transparent url("../lib/famfamfam/silk/help.png") no-repeat 0 0; +} + +.table .sorting_asc { + padding-right: 19px; + background: url("../images/asc.gif") no-repeat scroll right center #EEEEEE; +} +.table .sorting_desc { + padding-right: 19px; + background: url("../images/desc.gif") no-repeat scroll right center #EEEEEE; +} +.table .sorting { + padding-right: 19px; + background: url("../images/ascdesc.gif") no-repeat scroll right center #EEEEEE; +} +.table .nosort, +.table .nosort.sorting_asc, +.table .nosort.sorting_desc, +.table .nosort.sorting { + padding-right: 19px; + background: #EEEEEE none; +} \ No newline at end of file -- 1.7.9.5