koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [rel_2_2]
Date: Wed, 14 Jun 2006 21:15:11 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <oleonard> 06/06/14 21:15:11

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/includes: colors.css 
                                                 colors.npl.css 
                                                 doc-head-close-addbiblio.inc 
                                                 intranet.css 
Removed files:
        koha-tmpl/intranet-tmpl/npl/en/includes: marc-editor.css 

Log message:
        Moving MARC editor styles into main stylesheets to allow for alternate 
color stylesheets. Adding styles to fit with changes to addbiblio.tmpl.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.4&r2=1.1.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.4&r2=1.1.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.9&r2=1.1.2.10
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.17&r2=1.5.2.18
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/marc-editor.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.2&r2=0

Patches:
Index: colors.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.css,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- colors.css  13 Apr 2006 19:51:53 -0000      1.1.2.4
+++ colors.css  14 Jun 2006 21:15:11 -0000      1.1.2.5
@@ -435,3 +435,84 @@
 #topmenu .submit, #nav .submit {
        background-color : #7EABD6;
 }
+
+
+/* MARC EDITOR */
+
+div.tabbed {
+}
+
+div.tabs {
+}
+
+div.tabs a {
+       background-color: #D8DEB8;
+       color: #000066;
+       border-bottom : 1px solid #666666;
+       border-left : 1px solid #666666;
+       border-right : 1px solid #FFFFCC;
+       border-top : 1px solid #EEEEEE;
+}
+
+div.tabs a:hover {
+       background-color : #CCFF99;
+       border-left : 1px solid #000066;
+       border-bottom : 1px solid #000066;
+}
+
+div.tab {
+       background-color : #EEEEEE;
+       border : 1px solid #E4E4E4;
+       border-top : 1px solid #EEEEEE;
+}
+
+/* style for tag definition (e.g. 700 - Statement of responsibility) */
+.MARCtag { 
+       color : #000000;
+       background-color : #EEEEEE;
+       border-top : 7px solid #EEEEEE;
+       border-bottom : thin solid #CCCCCC;
+}
+
+div.tab p {
+}      
+
+/* style for each subfield (e.g.: Publication year), just before the biblio 
subfield */
+.labelsubfield { 
+       background-color : #F0F0F0;
+}
+
+#loading {
+       background-color: #FFFFFF;
+       border: 10px solid #7EABD6;
+       }
+       
+input.mandatory {
+       background-color: #CCFF33;
+}
+
+div.tabs a.addbiblioTabOn {
+       background-color: #EEEEEE;
+       color: #000066;
+}
+
+div.tabs a.addbiblioTabOff {
+       background-color: #CBCBCB;
+       color: #669999;
+}
+
+input.addbiblioInput {
+       background-color: #FFFFFF;
+}
+
+input.addbiblioInputFocus {
+       background-color: #FFFFE1;
+}
+
+input.indicator {
+       background-color: #FFFFFF;
+}
+
+input.indicatorFocus {
+       background-color: #FFFF00; 
+}
\ No newline at end of file

Index: colors.npl.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.npl.css,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- colors.npl.css      13 Apr 2006 19:51:53 -0000      1.1.2.4
+++ colors.npl.css      14 Jun 2006 21:15:11 -0000      1.1.2.5
@@ -626,3 +626,84 @@
 p.date-select input, p.date-select select {
                background-color : #EFF1D8;
 }
\ No newline at end of file
+
+
+/* MARC EDITOR */
+
+div.tabbed {
+}
+
+div.tabs {
+}
+
+div.tabs a {
+       background-color: #D8DEB8;
+       color: #000066;
+       border-bottom : 1px solid #999933;
+       border-left : 1px solid #999933;
+       border-right : 1px solid #FFFFCC;
+       border-top : 1px solid #FFFFCC;
+}
+
+div.tabs a:hover {
+       background-color : #CCFF99;
+       border-left : 1px solid #000066;
+       border-bottom : 1px solid #000066;
+}
+
+div.tab {
+       background-color : #FFFFCC;
+       border : 1px solid #D8DEB8;
+       border-top : 1px solid #FFFFCC;
+}
+
+/* style for tag definition (e.g. 700 - Statement of responsibility) */
+.MARCtag { 
+       color : #000000;
+       background-color : #FFFFCC;
+       border-top : 7px solid #FFFFCC;
+       border-bottom : thin solid #CCCC99;
+}
+
+div.tab p {
+}      
+
+/* style for each subfield (e.g.: Publication year), just before the biblio 
subfield */
+.labelsubfield { 
+       background-color : #FFFFE1;
+}
+
+#loading {
+       background-color: #FFFFFF;
+       border: 10px solid #CCCC99;
+       }
+       
+input.mandatory {
+       background-color: #CCFF33;
+}
+
+div.tabs a.addbiblioTabOn {
+       background-color: #EEEEEE;
+       color: #000066;
+}
+
+div.tabs a.addbiblioTabOff {
+       background-color: #CBCBCB;
+       color: #669999;
+}
+
+input.addbiblioInput {
+       background-color: #FFFFFF;
+}
+
+input.addbiblioInputFocus {
+       background-color: #FFFFE1;
+}
+
+input.indicator {
+       background-color: #FFFFFF;
+}
+
+input.indicatorFocus {
+       background-color: #FFFF00; 
+}
\ No newline at end of file

Index: doc-head-close-addbiblio.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -b -r1.1.2.9 -r1.1.2.10
--- doc-head-close-addbiblio.inc        5 Apr 2006 14:52:52 -0000       1.1.2.9
+++ doc-head-close-addbiblio.inc        14 Jun 2006 21:15:11 -0000      1.1.2.10
@@ -8,7 +8,6 @@
 <style type="text/css">
         <!-- TMPL_IF NAME="intranetstylesheet" -->@import url(<!-- TMPL_VAR 
NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);<!-- 
TMPL_ELSE -->@import url(<!-- TMPL_VAR NAME='themelang' 
-->/includes/intranet.css);<!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- 
TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR 
NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
-        @import url(<!-- TMPL_VAR NAME='themelang' 
-->/includes/marc-editor.css);
 </style>
 <!-- TMPL_INCLUDE NAME="common.js.inc" -->
 </head>

Index: intranet.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.17
retrieving revision 1.5.2.18
diff -u -b -r1.5.2.17 -r1.5.2.18
--- intranet.css        13 Apr 2006 19:51:53 -0000      1.5.2.17
+++ intranet.css        14 Jun 2006 21:15:11 -0000      1.5.2.18
@@ -965,3 +965,92 @@
 #topmenu label {
        font-weight: bold;
 }
+
+/* MARC EDITOR */
+
+div.tabbed {
+       margin-left:5%;
+       width:90%;
+}
+
+div.tabs {
+       float : left;
+       margin : 5px 0 0 0;
+}
+
+div.tabs a {
+       display:block;
+       font-weight : bold;
+       text-decoration : none;
+       margin : 0 0 2px 0;
+       padding: 10px 5px 10px 5px;
+}
+
+div.tabs a:hover {
+}
+
+div.tab {
+       display: block;
+       visibility:hidden;
+       position : absolute;
+       margin : 5px 0 0 20px;
+       padding : 3px;
+       width : 70%;
+       /*margin-top:110px;*/
+}
+
+/* style for tag definition (e.g. 700 - Statement of responsibility) */
+.MARCtag { 
+       clear : left;
+       font-weight : bold;
+       font-size : .8em;
+       margin-top : 5px;
+}
+
+div.tab p {
+       margin : 3px;
+}      
+
+/* style for each subfield (e.g.: Publication year), just before the biblio 
subfield */
+.labelsubfield {
+       clear : left;
+       float : left;
+       font-size : .8em;
+       font-weight : normal;
+       width : 12em;
+       margin-left : 30px;
+       display : inline;
+}
+
+#loading {
+       position: absolute;
+       top: 3em;
+       left: 3em;
+       padding: 1em;
+       font-size: 1.5em;
+       z-index: 999;
+       }
+       
+input.mandatory {
+       width : 55%;
+}
+
+div.tabs a.addbiblioTabOn {
+}
+
+div.tabs a.addbiblioTabOff {
+}
+
+input.addbiblioInput {
+       width : 55%;
+}
+
+input.addbiblioInputFocus {
+       width : 55%;
+}
+
+input.indicator {
+}
+
+input.indicatorFocus {
+}
\ No newline at end of file

Index: marc-editor.css
===================================================================
RCS file: marc-editor.css
diff -N marc-editor.css
--- marc-editor.css     25 Apr 2005 22:03:18 -0000      1.1.2.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,90 +0,0 @@
-div.tabbed {
-       border : 1px solid red;
-       /*position: absolute;*/
-       margin-left:5%;
-       width:90%;
-/*     display:block;*/
-}
-
-div.tabs {
-/*     border : 1px solid aqua;*/
-       float : left;
-       margin : 5px 0 0 0;
-/*     position:absolute;
-       margin-left: .5em;
-       margin-top:110px;*/
-}
-
-div.tabs a {
-       display:block;
-       background-color: #D8DEB8;
-       color: #000066;
-       font-weight : bold;
-       text-decoration : none;
-       border-bottom : 1px solid #999933;
-       border-left : 1px solid #999933;
-       border-right : 1px solid #FFFFCC;
-       border-top : 1px solid #FFFFCC;
-       margin : 0 0 2px 0;
-       padding: 10px 5px 10px 5px;
-}
-
-div.tabs a:hover {
-       background-color : #CCFF99;
-       border-left : 1px solid #000066;
-       border-bottom : 1px solid #000066;
-}
-
-div.tab {
-       background-color : #FFFFCC;
-       border : 1px solid #D8DEB8;
-       border-top : 1px solid #FFFFCC;
-       display: block;
-       visibility:hidden;
-       position : absolute;
-       margin : 5px 0 0 20px;
-       padding : 3px;
-       width : 70%;
-       /*margin-top:110px;*/
-}
-
-/* style for tag definition (e.g. 700 - Statement of responsibility) */
-.MARCtag { 
-       clear : left;
-       color : #000000;
-       background-color : #FFFFCC;
-       border-top : 7px solid #FFFFCC;
-       border-bottom : thin solid #CCCC99;
-       font-weight : bold;
-       font-size : .8em;
-       margin-top : 5px;
-}
-
-div.tab p {
-       margin : 3px;
-}      
-
-/* style for each subfield (e.g.: Publication year), just before the biblio 
subfield */
-.labelsubfield { 
-       background-color : #FFFFE1;
-/*     border : 1px solid red;*/
-       clear : left;
-       float : left;
-       font-size : .8em;
-       font-weight : normal;
-       width : 12em;
-       margin-left : 30px;
-       display : inline;
-}
-
-#loading {
-       position: absolute;
-       top: 3em;
-       left: 3em;
-       padding: 1em;
-       mozopacity: 50%;
-       background-color: #FFFFFF;
-       border: 10px solid #CCCC99;
-       font-size: 1.5em;
-       z-index: 999;
-       }
\ No newline at end of file




reply via email to

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