removing escape=url as it broke '=' for q=query
[koha_fer] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
index 285eb43..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;
@@ -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;
@@ -513,7 +561,7 @@ a .term {
 }
 
 #search-facets h4 {
-       background-color : #EFF1DC;
+       background-color : #EEE;
        border-bottom : 1px solid #e8e8e8;
        font-size : 90%;
        margin : 0;
@@ -820,7 +868,7 @@ a:active.current {
 }
 
 a:link.nav {
-       background-color: #EFF1DC;
+       background-color: #EEE;
        border: 1px solid #CCCC99;
        color: #3366CC;
        font-weight: bold;
@@ -829,7 +877,7 @@ a:link.nav {
 }
 
 a:visited.nav {
-       background-color: #EFF1DC;
+       background-color: #EEE;
        border: 1px solid #CCCC99;
        color: #3366CC;
        font-weight: bold;
@@ -941,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 {
@@ -977,8 +1026,11 @@ width: 100%;
 .searchhighlightblob {
        font-size : 85%;
 }
+.results_summary {
 
-
+    font-size: 95%;
+    color: grey;
+}
 .dialog {
   border: 1px solid #bcbcbc;
        padding : .5em;
@@ -1214,7 +1266,7 @@ div#menu li.active a:hover {
 }
 
 
-#export,#further {
+#export,#further,#similars {
        margin-top : .5em;
        background-color : #F3F3F3;
        border : 1px solid #E8E8E8;
@@ -1240,28 +1292,62 @@ div#menu li.active a:hover {
        padding : 3px 3px .5em 1em;
 }
 
+#further ul li {
+       list-style-image : url("../../images/further-bullet.gif");
+}
+
 #similars {
-    text-align : left;
+       background-color : #FFF;
+    text-align : center;
     font-size : 95%;
-    padding : 3px 3px .5em 1em;
+    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/bluestars.png) top left no-repeat;
-       height: 25px;
+       background: url(../../images/star-ratings.gif) top left no-repeat;
+       display : block;
+       height: 10px;
        margin: 0;
        padding: 0;
 }
 
 span.starMT {
-       background: url(../../images/emptystars.png) top left no-repeat;
-       height: 25px;
-       margin: 0 3px 0 30px;
+       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;
@@ -1488,3 +1574,56 @@ a#MARCview, a#ISBDview, a#Normalview {
        background-color : #F3F3F3;
        border-left : 1px solid #E8E8E8;
 }
+
+#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;
+}