Bug 7108 - OPAC Translations Display Patch
[koha_fer] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
old mode 100644 (file)
new mode 100755 (executable)
index 430dad8..898e0aa
@@ -1,5 +1,5 @@
-@import url("../../en/lib/yui/reset-fonts-grids.css");
-@import url("../../en/lib/yui/skin.css");
+@import url("../lib/yui/reset-fonts-grids.css");
+@import url("../lib/yui/skin.css");
 
 a {
        font-weight : bold;
@@ -9,7 +9,7 @@ a, a:visited {
        color : #006699;
 }
 
-a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
+a:hover,#toolbar input.editshelf:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
        color : #990033;
 }
 
@@ -784,6 +784,12 @@ body#advsearch #listsmenulink {
        margin : .2em .3em 0 0;
 }
 
+#masthead_search,
+#select_library {
+       max-width: 10em;
+       width: 10em;
+}
+
 
 #search-facets ul {
        margin : 0;
@@ -1275,6 +1281,14 @@ padding-left : .4em;
        padding : 0 0 .5em 0;
 }
 
+.m880 {
+    display:block; 
+    text-align:right; 
+    float:right; 
+    width:50%; 
+    padding-left:20px
+}
+
 .searchresults .tagstatus {
        display: block;
        color: #707070;
@@ -1434,6 +1448,10 @@ div#changelanguage li.yuimenuitem a.yuimenuitemlabel {
        padding : 0;
 }
 
+div.lang{
+        float:left;
+}
+
 #cartDetails,#cartUpdate,#holdDetails,#listsDetails {
        background-color : #FFF;
        border: 1px solid #739acf;
@@ -1654,6 +1672,17 @@ span.starMT {
 * html #cartmenulink span, * html #listsmenulink span {
        padding-top : 5px;
 }
+
+#cartmenulink span#carticon {
+       background: transparent url("../../images/cart.gif") top left no-repeat;
+       position: static;
+       width : 14px;
+       height:14px;
+       margin: 0.35em 0.45em 0 0.2em;
+       padding:0;
+       float: left;
+}
+
 #listsmenulink {
        background : #9FBFFF;
 }
@@ -1862,6 +1891,10 @@ a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview, a#Fullhistory, a#Briefhisto
 #comments .yours {
        background-color : #effed5;
 }
+.commentline .avatar {
+       float : right;
+       padding-left : .5em;
+}
 #comments #addcomment {
        margin : 0 -1em -1em -1em;
        padding : .3em 1em;
@@ -1873,7 +1906,7 @@ table#items th {
        padding : 2px;
 }
 #action {
-       margin-top: 0;
+       /*margin-top: 0;*/
 }
 #similars h4 {
        text-align : left;
@@ -1991,4 +2024,208 @@ div.ft {
 #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; }
+
 div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px; margin : 2px; }
+
+#renewcontrols {
+        float: right;
+        font-size: 66%;
+}
+
+#renewcontrols a {
+       background-position : 3px center;
+       background-repeat : no-repeat;
+       text-decoration:none;
+       padding : .1em .4em;
+       padding-left : 18px;
+}
+
+#renewselected_link {
+       background-image : url(../../images/check.png);
+}
+
+#renewall_link {
+       background-image : url(../../images/checks.png);
+}
+
+div.koha_url {
+    border-top: none !important;
+}
+span.koha_url {
+    position: absolute;
+    right: 0;
+}
+a.koha_url {
+    text-decoration:none;
+    color: #666666;
+}
+/* pagination */
+.pagination {
+    position: absolute;
+    top:32px;
+    left: -1px;
+    width: 100%;
+    height:auto;
+    border: 1px solid #D0D0D0;
+    display: none;
+       background-color:#F3F3F3;
+       padding-bottom:10px;
+}
+
+
+/* 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/ico_b_results.gif") 14px 13px no-repeat;
+    color:#006699;
+    display:block;
+    padding:8px 28px;
+    text-decoration:none;
+}
+.nav_results .l_Results a:hover {
+    background-color:#D9D9D9;
+}
+.nav_results ul.pg_menu {
+    height:25px;
+    border-top: 1px solid #D0D0D0;
+}
+.nav_results ul.pg_menu li {
+    color:#B2B2B2;
+    display:block;
+    float:left;
+    padding:5px 0;
+    list-style:none;
+    text-align:center;
+}
+.nav_results ul.pg_menu li.back_results {
+    padding:5px 0px;
+    width:45%;
+    border-left: 1px solid #D0D0D0;
+    border-right: 1px solid #D0D0D0;
+}
+.nav_results ul.pg_menu li a {
+    text-decoration:none;
+    font-weight:normal;
+    color:#4D4D4D;
+}
+.nav_results ul.pg_menu li a:hover {
+    color:#006699;
+}
+.nav_results ul.pg_menu li.left_results {
+    margin-right:10px;
+}
+.nav_results ul.pg_menu li.right_results {
+    margin-left:10px;
+}
+
+.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;}
+