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/prog/en/includes opac.css [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes opac.css [rel_3_0]
Date: Thu, 04 Jan 2007 13:11:50 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/04 13:11:50

Modified files:
        koha-tmpl/opac-tmpl/prog/en/includes: opac.css 

Log message:
        improving opac.css (synched with SANOP one)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: opac.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- opac.css    22 Dec 2006 17:12:12 -0000      1.1.2.3
+++ opac.css    4 Jan 2007 13:11:50 -0000       1.1.2.4
@@ -1,217 +1,308 @@
+/* color scheme :
+- #384b73 : light blue, for menus, text enhancement, footer & header
+- #eeeeee : light grey, for background color
+- #CCCCCC : for table backgrounds
+- #EEC95A : orange for action buttons & hyperlinks
+*/
+
 body {
-    font-family : Verdana, Geneva, Arial, sans-serif;
-    font-size : 1em;
+font-family : Verdana, Geneva, Arial, sans-serif;
+font-size : 1em;
+background-color : #eeeeee;
+text-align: left;
+margin-bottom:0px;
 }
 
 p {
-    margin:0px 0px 0px 0px;
+margin:0px;
+padding:0px;
+}
+
+a:link, a:visited, a:active {
+text-decoration : none;
+color :#384b73;
+}
+
+a:hover {
+text-decoration : none;
+background-color : #EEC95A;
+/* color:white; */
+}
+
+fieldset {
+display:inline;
+border: 1px solid #384b73;
+}
+
+#masthead {
+color:#384b73;
 }
 
 table {
-    border-collapse : collapse;
-    border-top : 1px solid #CCCCCC;
-    border-right : 1px solid #CCCCCC;
-    margin : 1em 0;
+border-collapse : collapse;
+border : 1px solid #CCCCCC;
+/*border-right : 1px solid #CCCCCC;*/
+margin : 1em 0;
 }
 
 caption {
-    font-size : 140%;
-    text-align : left;
-    font-weight : bold;
+font-size : 140%;
+text-align : left;
+font-weight : bold;
 }
 
 td,th {
-    border-left : 1px solid #CCCCCC;
-    border-bottom : 1px solid #CCCCCC;
-    padding : 5px;
+border : 1px solid #CCCCCC;
+border-bottom : 1px solid #CCCCCC;
+padding : 5px;
 }
 
 th {
-    background-color : #CCCCCC;
-    border-left : 1px solid #999999;
-    border-bottom : 1px solid #999999;
+background-color: #384b73;
+color:white;
+border : 1px solid #CCCCCC;
+border-right: 1px solid #CCCCCC;
 }
 
 th[scope=row] {
-    background-color : #EEEEEE;
-    text-align : right;
+text-align : right;
 }
 
 input[type=submit], input[type=button], input[type=reset] {
-    background-color : #6699cc;
-    color : #FFFFFF;
-    font-size : 1em;
-    font-weight : bold;
+background-color : #EEC95A;
+color : #FFFFFF;
+font-size : 1em;
+font-weight : bold;
+}
+
+.searchresults td, .searchresults th, .searchresults table {
+border: 0;
+}
+
+.searchresults tr {
+border-bottom : 1px solid #CCCCCC;
+}
+
+.searchresults table {
+border-top : 0px solid #CCCCCC;
+border: 1px solid #CCCCCC;
 }
 
+p.searchresults {
+background-color : #EFF1DC;
+}
+
+.searchresults a.reserve {
+background-color : transparent;
+color : #006699;
+}
+
+
 .searchresults table tr:hover {
-    background-color: #CCFFFF;
+background-color: #CCFFFF;
 }
 
-tr.highlight td, tr.highlight th {
-    background-color : #EEEEEE;
+#advsearch-itemtype table {
+border-collapse: separate;
+border-spacing: 3px;
+}
+#advsearch-itemtype table tr td {
+background-color:#CCCCCC;
+width:100%;
 }
+#advsearch-itemtype table tr td p {
+font-size:0.8em;
+}
+tr.highlight td, tr.highlight th {
+background-color : #EEEEEE;
+border: 1px solid #DDDDDD;
+border-right: 1px solid #DDDDDD;}
 
 /* style for search terms in catalogsearch */
 .term {
-    background-color:yellow;
+background-color:yellow;
 }
 
 .here {
-    color: black;
-    text-decoration:none;
+color: black;
+text-decoration:none;
 }
 
 #main {
-    margin-left:15%;
+margin-left:15%;
+margin-bottom:0px;
 }
 
 #menu {
-    float:left;
-    border-right:1px solid black;
-    padding:10px;
-    margin:5px;
-    font-size:0.8em;
+float:left;
+border-right:1px solid black;
+padding:0px;
+margin:5px;
+font-size:0.8em;
+color:#384b73;
 }
 
 #menu ul a {
-    display:block;
-    margin-bottom:5px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:normal;
-    color:black;
+display:block;
+margin:5px 5px 0px 5px;
+padding :5px 5px 0px 5px;
+text-decoration:none;
+/*    font-weight:bold;*/
+color:#384b73;
 }
 
 #menu ul a:hover {
-    display:block;
-    margin-bottom:5px;
-    padding-left :5px;
-    text-decoration:none;
-    font-weight:normal;
-    background-color:#6699cc;
-    color:white;
+display:block;
+margin:5px 5px 0px 5px;
+padding :5px 5px 0px 5px;
+text-decoration:none;
+/*    font-weight:bold;*/
+background-color:#384b73;
+color:white;
 }
 
 #menu ul {
-    list-style-type: none;
-    padding-left:0px;
-    margin-bottom:0px;
-    margin-top:0px;
+list-style-type: none;
+padding-left:0px;
+margin-bottom:0px;
+margin-top:0px;
 }
 
 #usermenu a {
-    background-color : #6699CC;
-    color : #FFFFFF;
-    font-size : 1em;
-    border: 2px outset;
-    font-weight : bold;
-    margin:0px 5px 0px 0px;
-    padding-right:5px;
-    padding-left:5px;
-    text-decoration:none;
-    display: inline;
+background-color : #EEC95A;
+color : #FFFFFF;
+font-size : 1em;
+border: 2px outset;
+font-weight : bold;
+margin:0px 5px 0px 0px;
+padding:2px 5px 2px 5px;
+/*padding-left:5px;*/
+
+text-decoration:none;
+display: inline;
 }
 
 #usermenu a:hover {
-    border: 2px inset;
-    background-color:#CCCCCC;
+border: 2px inset;
+background-color:#384b73;
 }
 
 #problem {
-    color: red;
-    background-color:white;
-    font-weight : bold;
+color: red;
+background-color:white;
+font-weight : bold;
 }
 
 #admin_stopwords_select UL {
-   width: 600px;
+width: 600px;
 }
 
 #admin_stopwords_select UL LI {
-   white-space: nowrap;
+white-space: nowrap;
 }
 
 #action a {
-    background-color : #6699CC;
-    color : #FFFFFF;
-    font-size : 1em;
-    border: 2px outset;
-    font-weight : bold;
-    margin:0px 5px 0px 0px;
-    padding-right:5px;
-    padding-left:5px;
-    text-decoration:none;
-    display: inline;
+background-color : #EEC95A;
+color : #FFFFFF;
+font-size : 1em;
+border: 2px outset;
+font-weight : bold;
+margin:0px 5px 0px 0px;
+padding-right:5px;
+padding-left:5px;
+text-decoration:none;
+display: inline;
 }
 
 #action a:hover {
-    border: 2px inset;
-    background-color:#CCCCCC;
+border: 2px inset;
+background-color:#CCCCCC;
+}
+
+#auth {
+float:left;
 }
 
 /* facets bloc */
 #facets {
-    float:right;
-    margin-top: 15px;
-    margin-left: 15px;
-    border:1px solid #CCCCCC;
+float:right;
+border: 1px solid #CCCCCC;
+margin-top: 5px;
+margin-left: 15px;
+font-size:0.8em;
 }
 
 #facets h2 {
-    background-color:#CCCCCC;
-    margin:0px;
-    padding:0px;
-    font-size:1.1em;
+background-color:#EFF1DC;
+border-bottom: 1px solid #CCCCCC;
+/*    padding: 5px 5px 10px 5px;*/
+margin:0px;
+font-size:1em;
+}
+
+#facets ul {
+list-style-type: none;
+padding-left:10px;
+margin-bottom:0px;
+margin-top:0px;
 }
 
 /* the USER information block */
 #librarian_information {
 /*     position:absolute; */
-    float:right;
-    font-size:10pt;
+float:right;
+font-size:10pt;
 }
 
-.legend {
-    font-size:120%;
-    font-weight:bold;
+legend {
+font-weight:bold;
+color:#384b73;
 }
 
 .problem {
-    color: white;
-    background-color:red;
+color: white;
+background-color:red;
 }
 
 /* css styles for reserves color alerts */
 .onloan {
-    background-color: #FFED3D;
+background-color: #FFED3D;
 }
 
 .reserved {
-    background-color: #8EBAFF;
+background-color: #8EBAFF;
 }
 
 .transfered {
-    background-color: #F9FF9A;
+background-color: #F9FF9A;
 }
 
 .inwait {
-    background-color: #33CC99;
+background-color: #33CC99;
 }
 
 .other {
-    background-color: #FF0000;
+background-color: #FF0000;
 }
 
 .available {
-    background-color: white;
+background-color: white;
 }
 
 .unavailable {
-    background-color: #FFED3D;
+background-color: #FFED3D;
 }
 
 /* style for search terms in catalogsearch */
 .term {
-    background-color:yellow;
+background-color:green;
+}
+
+/* the footer */
+#footer h2 {
+/*     margin-left:15%; */
+    border-top:1px solid #384b73;
+    color: #384b73;
+    font-size:1em;
+    text-align:center;
 }




reply via email to

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