koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes opac-c... [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes opac-c... [dev_week]
Date: Wed, 06 Sep 2006 14:28:24 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/09/06 14:28:24

Modified files:
        koha-tmpl/opac-tmpl/npl/en/includes: opac-colors.css 
                                             opac-layout.css 

Log message:
        New styles for opac-detail, opac-results, and others

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-colors.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3.2.2&r2=1.1.2.3.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.6&r2=1.1.2.4.2.7

Patches:
Index: opac-colors.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-colors.css,v
retrieving revision 1.1.2.3.2.2
retrieving revision 1.1.2.3.2.3
diff -u -b -r1.1.2.3.2.2 -r1.1.2.3.2.3
--- opac-colors.css     23 Aug 2006 16:41:07 -0000      1.1.2.3.2.2
+++ opac-colors.css     6 Sep 2006 14:28:24 -0000       1.1.2.3.2.3
@@ -60,6 +60,11 @@
        color: #D25500;
 }
 
+a.reserve {
+       background-color: #006699;
+       color: White;
+}
+
 body {
        background-color: #FFFFFF;
 }
@@ -132,6 +137,11 @@
        color: #FFFFCC;
 }
 
+p.availability {
+       color: #666666;
+       font-size: .9em;
+}
+
 p.error, div.error {
        background-color: #FFFFCC;
        border: 1px dashed #CC6600;
@@ -245,6 +255,10 @@
        color: #FFFFCC;
 }
 
+.available {
+       color : #006600;
+}
+
 .content-block {
        background-color: #FFFFFF;
 }
@@ -384,6 +398,32 @@
        color: #FFFF99;
 }
 
+.searchresults td, .searchresults th, .searchresults table {
+       border: 0;
+}
+
+.searchresults tr {
+       border-bottom : 1px solid #CCCCCC;
+}
+
+.searchresults p {
+       margin: 0;
+       padding: 0;
+       padding-top : .6em;
+}
+
+.searchresults p img {
+       vertical-align: middle;
+}
+
+.searchresults a.reserve {
+       background-color : transparent;
+       color : #006699;/*
+       background-color : #6699CC;
+       border: 1px outset #666666;
+       color : White;*/
+}
+
 .sidebar-box {
        border: 1px dashed #CCCCCC;
 }
@@ -402,13 +442,17 @@
        color: #FFFFCC;
 }
 
-#footer {
-       border-top: 1px solid #EEEEEE;
+.term {
+       background-color: #FFFFCC;
+       color: #990000;
 }
 
-/* Amazon CSS Stuff */
-#itemReviews dt {
-       border-bottom: 1px solid #DDDDDD;
+.unavailable {
+       color: #990033;
+}
+
+#footer {
+       border-top: 1px solid #EEEEEE;
 }
 
 #languages ul li a {
@@ -534,8 +578,9 @@
 }
 
 #sidebar .submit {
-       background-color: #6699CC;
-       color: #FFFFCC;
+       background-color: #6BA037;
+       color: #FFFFFF;
+       font-size: 1.2em;
 }
 
 #sidebar h3 {
@@ -546,3 +591,49 @@
        background-color: #E7E7CA;
        border-left: 1px solid #CCCC99;
 }
+ul.link-tabs {
+}
+
+ul.link-tabs li {
+}
+
+ul.link-tabs li a {
+       border-top: 1px solid #DDDDDD;
+       border-left : 1px solid #DDDDDD;
+       border-right : 1px solid #666666;
+}
+
+ul.link-tabs li.on a {
+       background-color: #FFFFFF;
+       border-bottom: 1px solid #FFFFFF;
+}
+
+ul.link-tabs li.off a {
+       background-color: #EEEEEB;
+       border-bottom: 1px solid #DDDDDD;
+}
+
+ul.link-tabs li.off a:hover {
+       background-color: #FFFFEC;
+       border-top: 1px solid #BEBF84;
+       border-left : 1px solid #BEBF84;
+       border-right : 2px solid #333333;
+}
+
+div#holdings, div#descriptions, div#reviews, div#serials {
+       border : 1px solid #DDDDDD;
+       margin-top : 4px;
+       margin-right : 55%;
+       padding : .7em;
+       width : 90%;
+}
+
+div#holdings table {
+       border-top : 1px solid #DDDDDD;
+       border-right : 1px solid #DDDDDD;
+}
+
+div#holdings td, div#holdings th {
+       border-left : 1px solid #DDDDDD;
+       border-bottom : 1px solid #DDDDDD;
+}
\ No newline at end of file

Index: opac-layout.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-layout.css,v
retrieving revision 1.1.2.4.2.6
retrieving revision 1.1.2.4.2.7
diff -u -b -r1.1.2.4.2.6 -r1.1.2.4.2.7
--- opac-layout.css     23 Aug 2006 16:41:07 -0000      1.1.2.4.2.6
+++ opac-layout.css     6 Sep 2006 14:28:24 -0000       1.1.2.4.2.7
@@ -52,8 +52,7 @@
 body#withnav #main
        {
        float: left;
-       width: 77%;
-       margin-left: 23%;
+       margin-left: 175px;
        }
 * html body#withnav #main
        {
@@ -62,9 +61,8 @@
 #nav
        {
        float: left;
-       width: 23%;
+       width: 175px;
        margin-left: -100%;
-       max-width: 225px;
        }
        
 
@@ -166,6 +164,7 @@
 }
 
 a.title {
+       font-size: 1.2em;
        font-style: normal;
        font-weight: bold;
 }
@@ -347,10 +346,6 @@
        font-size: 1.1em;
 }
 
-input, select, th, td {
-       font-size: 1em;
-}
-
 input.add, a.add {
        background-image: url(../images/add.gif);
 }
@@ -674,8 +669,9 @@
        float: right;
        padding: 5px;
        margin-left : 15px;
+       margin-right : 5px;
        text-align: center;
-       width : 35%;
+       width : 25%;
 }
 
 .detail-sidebar .further {
@@ -706,6 +702,7 @@
 }
 
 .further ul, .further li {
+       list-style: none;
        margin: 0 0 0 .5em;
        padding: 0;
 }
@@ -827,6 +824,15 @@
        text-decoration: none;
 }
 
+.searchresults a.reserve, .searchresults a.reserve:visited {
+       background-position: top left;
+       background-repeat: no-repeat;/*
+       border-style: outset;*/
+       float: right;
+       padding: 2px 3px 2px 26px;
+       /*text-decoration: none;*/
+}
+
 .operations li a:active {
        border-style: inset;
 }
@@ -841,6 +847,10 @@
        font-weight: bold;
 }
 
+.pages {
+       text-align: center;
+}
+
 .rejected {
        text-decoration: line-through;
 }
@@ -858,6 +868,10 @@
        font-size: .8em;
 }
 
+.searchresults table td {
+       vertical-align: top;
+}
+
 .selected {
        text-decoration: none;
 }
@@ -903,29 +917,6 @@
        text-align: center;
 }
 
-#itemReviews {
-       margin: 0 auto;
-       padding: 5px;
-       width: 95%;
-}
-
-#itemReviews dl {
-       display: block;
-}
-
-#itemReviews dt {
-       width: 8em;
-}
-
-#itemReviews h4 {
-       display: inline;
-       margin-right: 15px;
-}
-
-#itemReviews p {
-       text-align: left;
-}
-
 #languages {
        position: absolute;
        top: 10px;
@@ -1158,31 +1149,24 @@
        margin: 0;
 }
 
-/*
-.marctag {
-       font-family: Arial, Geneva, sans-serif;
-       margin: 1px;
-       padding: 3px;
+div#item-details {
+       margin-bottom : 1.5em;
 }
-.marcsubfieldletter {
-       font-family: Arial, Geneva, sans-serif;
-       padding: 3px;
+
+div#item-details img {
+       float : left;
+       padding-right : 1em;
 }
 
-.marcsubfieldname {
-       font-family: Arial, Geneva, sans-serif;
-       padding: 3px;
-       width: 18%;
+div#item-details p {
+       margin : .1em 0;
+       line-height : 1.6em;
 }
 
-.subfield {
-       font-family: Arial, Geneva, sans-serif;
-       padding: 3px;
+div#holdings table {
+       width : 100%;
 }
 
-.subfieldvalue {
-       font-family: Arial, Geneva, sans-serif;
-       font-weight: bold;
-       padding: 3px;
+div#holdings td, div#holdings th {
+       padding : 5px;
 }
-*/
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]