removing escape=url as it broke '=' for q=query
[koha_fer] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
index 09c7b11..1a0c347 100644 (file)
@@ -8,7 +8,7 @@ a, a:visited {
        color : #006699;
 }
 
-a:hover {
+a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
        color : #990033;
 }
 
@@ -113,6 +113,28 @@ fieldset.rows td label {
        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;
@@ -122,6 +144,10 @@ fieldset.action {
        width : auto;
 }
 
+fieldset.action p {
+       margin-bottom : 1em;
+}
+
 form {
        display : inline;
        margin : 0;
@@ -133,7 +159,7 @@ h1 {
 }
 
 h1#library {
-       font-size : 100%
+       font-size : 100%;
        font-weight : normal;
        margin : .2em 0 .2em .5em;
 } 
@@ -214,7 +240,7 @@ input[type=submit]:active, input[type=button], input[type=reset] {
 }
 
 td.resultscontrol {
-       background-color : #EFF1DC;
+       background-color : #EEE;
        vertical-align : middle;
        padding : 3px 3px 5px 5px;
 }
@@ -235,9 +261,10 @@ td,th {
 }
 
 th {
-       background-color:#EFF1DC;
+       background-color:#EEE;
        font-weight : bold;
-       padding : 2px 4px;
+       padding : 2px 23px;
+       text-align : center;
 }
 
 th.sum {
@@ -253,12 +280,16 @@ th[scope=row] {
        text-align : right;
 }
 
-tr.highlight td, tr.highlight th {
+tr.highlight td, tr.highlight th, tr.odd td {
        background-color : #F3F3F3;
        border : 1px solid #DDDDDD;
        border-right : 1px solid #DDDDDD;
 }
 
+tr.even td, tr.even.highlight td {
+       background-color: #FFF;
+}
+
 tr.grouplabel td {
        background-color : #E8E8E8;
        border : 1px solid #DDDDDD;
@@ -268,6 +299,23 @@ tr.grouplabel td {
     padding: 10px;
 }
 
+#editions table, #editions td {
+       border : 0;
+}
+
+.header {
+       background-image:url("../../images/ascdesc.gif");
+       background-position:right center;
+       background-repeat:no-repeat;
+       cursor:pointer;
+}
+.headerSortUp {
+       background-image:url("../../images/asc.gif");
+}
+.headerSortDown {
+       background-image:url("../../images/desc.gif");
+}
+
 ul {
        list-style : disc;
        padding-left : 1em;
@@ -336,13 +384,28 @@ a .term {
        padding : .3em 0;
 }
 
-#action a {
-       background-position : left;
+#action a, #toolbar a {
+       background-position : 5px center;
        background-repeat : no-repeat;
        text-decoration : none;
        padding-left : 26px;
 }
 
+
+
+#toolbar ul li {
+       display : inline;
+       list-style : none;
+}
+
+#toolbar ul li a {
+       border-left : 1px solid #e8e8e8;
+}
+
+#toolbar ul li:first-child {
+       border-left : 0;
+}
+
 #action a.reserve, #toolbar a.reserve, .searchresults a.reserve {
        background-image:url(../../images/placereserve.gif);
 }
@@ -359,6 +422,29 @@ a .term {
        background-image:url(../../images/print.gif);
 }
 
+#toolbar a.brief {
+       background-image: url(../../images/brief.gif);
+}
+
+#toolbar  a.detail {
+       background-image: url(../../images/detail.gif);
+}
+
+#toolbar a.print {
+       background-image: url(../../images/print.gif);
+}
+
+#toolbar a.hide {
+       background-image: url(../../images/close.gif);
+}
+
+#toolbar a.send {
+       background-image: url(../../images/send.gif);
+}
+#toolbar a.empty {
+       background-image: url(../../images/trash.gif);
+}
+
 /* the itemtype list in advanced search */
 #advsearch-itemtype table {
        border-collapse : separate;
@@ -475,7 +561,7 @@ a .term {
 }
 
 #search-facets h4 {
-       background-color : #EFF1DC;
+       background-color : #EEE;
        border-bottom : 1px solid #e8e8e8;
        font-size : 90%;
        margin : 0;
@@ -641,36 +727,6 @@ a.cancel {
        padding-left : 1em;
 }
 
-#toolbar ul {
-       border-bottom : 1px solid #AFBCCF;
-}
-
-#toolbar ul {
-       margin : 1em 0 0 0;
-       padding : 0 0 .3em 0;
-}
-
-#toolbar ul li {
-       display : inline;
-       list-style : none;
-}
-
-#toolbar ul li a {
-       border-left : 1px solid #afbccf;
-       border-top : 1px solid #afbccf;
-       border-right : 1px solid #afbccf;
-       padding : .3em;
-       text-decoration : none;
-       margin-left : .3em;
-}
-
-#toolbar ul li a.link {
-       border : 0;
-       background-position : left;
-       background-repeat : no-repeat;
-       padding : .3em .3em .3em 26px;
-}
-
 .resultscontrol, .resultscontrol select {
        font-size: 90%;
 }
@@ -812,7 +868,7 @@ a:active.current {
 }
 
 a:link.nav {
-       background-color: #EFF1DC;
+       background-color: #EEE;
        border: 1px solid #CCCC99;
        color: #3366CC;
        font-weight: bold;
@@ -821,7 +877,7 @@ a:link.nav {
 }
 
 a:visited.nav {
-       background-color: #EFF1DC;
+       background-color: #EEE;
        border: 1px solid #CCCC99;
        color: #3366CC;
        font-weight: bold;
@@ -933,6 +989,7 @@ table#marc, table#marc td, table#marc th {
 
 table#marc th {
        background-color : transparent;
+       text-align : left;
 }
 
 table#marc td:first-child {
@@ -969,8 +1026,11 @@ width: 100%;
 .searchhighlightblob {
        font-size : 85%;
 }
+.results_summary {
 
-
+    font-size: 95%;
+    color: grey;
+}
 .dialog {
   border: 1px solid #bcbcbc;
        padding : .5em;
@@ -1029,10 +1089,8 @@ div.message {
        background-position : top right;
        background-repeat : repeat-y;
        padding : .3em 1em 0 0;
-       // margin : 3em 0 0 0;
 }
 #opac-main-search #listsmenu .yui-menu-shadow {
-       // margin : 3em 0 0 0;
 }
 
 #opac-main-search #listsmenu .yuimenuitemlabel.selected {
@@ -1041,7 +1099,6 @@ div.message {
 
 #opac-main-search #listsmenu ul {
        border-color : #b8d0e6;
-       m
 }
 
 #container {
@@ -1127,7 +1184,7 @@ div#changelanguage a.yuimenuitemlabel {
        font-weight : normal;
  }
 
-#cartDetails {
+#cartDetails,#cartUpdate {
        background-color : #FFF;
        border: 1px solid #739acf;
        color : black;
@@ -1208,7 +1265,8 @@ div#menu li.active a:hover {
        padding: 2px 2px 1px 2px;
 }
 
-#export {
+
+#export,#further,#similars {
        margin-top : .5em;
        background-color : #F3F3F3;
        border : 1px solid #E8E8E8;
@@ -1227,22 +1285,69 @@ div#menu li.active a:hover {
 #export input {
        padding : 2px;
 }
-#starFull {
-       background: url(../../images/bluestars.png) top left no-repeat;
-       height: 25px;
+
+#further {
+       text-align : left;
+       font-size : 95%;
+       padding : 3px 3px .5em 1em;
+}
+
+#further ul li {
+       list-style-image : url("../../images/further-bullet.gif");
+}
+
+#similars {
+       background-color : #FFF;
+    text-align : center;
+    font-size : 95%;
+    padding : 0 3px 3px 3px;
+}
+
+#similars ul {
+       margin : 0;
+       padding : 0;
+}
+
+#similars li {
+       list-style : none;
+       margin : 0;
+       padding : 0;
+}
+
+#similars li a {
+       display : block;
+}
+
+#amazonreviews h4 {
+       font-size : 90%;
+       margin : 0;
+       padding : 0;
+}
+#amazonreviews h3 {
+       font-size : 100%;
+       margin : 0;
+       padding : 0;
+}
+span.starFull {
+       background: url(../../images/star-ratings.gif) top left no-repeat;
+       display : block;
+       height: 10px;
        margin: 0;
        padding: 0;
 }
 
-#starMT {
-       background: url(../../images/emptystars.png) top left no-repeat;
-       height: 25px;
-       margin: 0 3px 0 30px;
+span.starMT {
+       background: url(../../images/star-ratings-empty.gif) top left no-repeat;
+       display : block;
+       height: 10px;
+       margin: 0 10px 0 10px;
        padding: 0;
        position: relative;
-       width: 100px;
+       width: 50px;
 }
 
+
+
 #cartmenulink, #listsmenulink {
        display : block;
        position : relative;
@@ -1429,8 +1534,14 @@ ul.ui-tabs-nav li.ui-tabs-selected a, ul.ui-tabs-nav li.ui-tabs-selected span.a
        border-bottom : 1px solid #E8E8E8;
 }
 
+#views h1 {
+       display : inline;
+       margin-right : .7em;
+       margin-bottom : 1em;
+}
+
 .views {
-       margin-left : .7em;
+       white-space : nowrap;
 }
 
 #bibliodescriptions {
@@ -1462,4 +1573,57 @@ a#Normalview, span#Normalview {
 a#MARCview, a#ISBDview, a#Normalview {
        background-color : #F3F3F3;
        border-left : 1px solid #E8E8E8;
-}
\ No newline at end of file
+}
+
+#shelfbrowser dl {text-align:center;font-size:.85em;margin-top:0;float:left;}
+#shelfbrowser dt,dd {width:10.5em;float:left;}
+#shelfbrowser dt {margin-bottom:3.5em;}
+#shelfbrowser dd {margin:90px 0 0 -10.5em;}
+#shelfbrowser dl img {vertical-align:bottom;padding:2px;background:#fff;margin-top:0;}
+#shelfbrowser em {display:block;font-weight:bold;margin-bottom:5px;font-style:normal;}
+#shelfbrowser dl div {float:left;}
+#shelfbrowser img {margin-top:3.5em;}
+input.editshelf,a.editshelf {
+       background : transparent url("../../images/shelf-edit.gif") center left no-repeat;
+       border : 0;
+       color : #006699;
+       cursor : pointer;
+       margin:0pt 0.5em;
+       padding-left : 15px;
+       text-decoration : none;
+}
+input.newshelf,a.newshelf {
+       background : transparent url("../../images/shelf-new.gif") center left no-repeat;
+       border : 0;
+       color : #006699;
+       cursor : pointer;
+       margin:0pt 0.5em;
+       padding-left : 15px;
+       text-decoration : none;
+}
+input.deleteshelf {
+       background : transparent url("../../images/shelf-delete.gif") center left no-repeat;
+       border : 0;
+       color : #006699;
+       cursor : pointer;
+       font-size : 100%;
+       margin:0pt 0.5em;
+       padding-left : 13px;
+}
+
+input.editshelf:active,input.deleteshelf:active {
+       border : 0;
+}
+
+#comments .commentline {
+       border-bottom : 2px solid #eeeeeb;
+       margin : 0 -.5em 0 -.5em;
+       padding : 0 .5em .5em .5em;
+}
+#comments .yours {
+       background-color : #effed5;
+}
+#comments #addcomment {
+       margin : 0 -1em -1em -1em;
+       padding : .3em 1em;
+}