koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes cat-top


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes cat-top.inc,1.25,1.26 common-style.css,1.15,1.16 marc-editor.css,1.1,1.2 parameters-top.inc,1.23,1.24
Date: Mon, 03 May 2004 02:28:07 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4724/koha-tmpl/intranet-tmpl/default/en/includes

Modified Files:
        cat-top.inc common-style.css marc-editor.css 
        parameters-top.inc 
Log Message:
CSS'ing

Index: cat-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** cat-top.inc 14 Apr 2004 19:47:00 -0000      1.25
--- cat-top.inc 3 May 2004 09:28:03 -0000       1.26
***************
*** 22,26 ****
        background-image:none;
        text-decoration: normal;
-       font-weight: bold;
        }
  a.catalogue:hover {
--- 22,25 ----
***************
*** 28,33 ****
        color: #FFFFFF;
        text-decoration: none;
-       font-weight: normal;
-       font-weight: bold;
        }
  </style>
--- 27,30 ----
***************
*** 59,60 ****
--- 56,75 ----
      <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
  <!-- /TMPL_IF -->
+ <a href="
+ javascript:(
+   function(){
+      var newSS;
+      newSS=document.getElementById('codepoetry-debug-stylesheet');
+      if(newSS){
+         newSS.href=null;
+         document.documentElement.childNodes[0].removeChild(newSS);
+       } else {
+         newSS=document.createElement('link');
+         newSS.rel='stylesheet';
+         newSS.type='text/css';
+         newSS.href='http://www.codepoetry.net/stuff/css-debug-2.css';
+         newSS.id='codepoetry-debug-stylesheet';
+         document.documentElement.childNodes[0].appendChild(newSS);
+       }
+    }
+ )()">TOGGLE CSS</a>
\ No newline at end of file

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** common-style.css    14 Apr 2004 19:47:00 -0000      1.15
--- common-style.css    3 May 2004 09:28:03 -0000       1.16
***************
*** 1,2 ****
--- 1,10 ----
+ body {
+       font-family:verdana,arial,helvetica;
+       font-size:10pt;
+       margin:0px;
+       padding:0px;
+       background-color:#99CC33;
+ }
+ 
  p {
        margin-bottom:0px;
***************
*** 5,8 ****
--- 13,17 ----
        margin-right:10px;
        padding:0px;
+       clear:left;
  }
  .center {
***************
*** 13,33 ****
        float:left;
        width: 10em;
  }
  label20 {
        float:left;
!       width: 10em;
  }
  label100 {
        float:left;
!       width: 100em;
  }
  
- body {
-       font-family:verdana,arial,helvetica;
-       font-size:12pt;
-       margin:0px;
-       padding:0px;
-       background-color:#99CC33;
- }
  
  .button {
--- 22,38 ----
        float:left;
        width: 10em;
+       display:inline;
  }
  label20 {
        float:left;
!       width: 4em;
!       display:inline;
  }
  label100 {
        float:left;
!       width: 10em;
!       display:block;
  }
  
  
  .button {
***************
*** 36,40 ****
        padding: 3px;
        margin:5px;
!       display:block;
        border-style: solid;
        border-width: 1px;
--- 41,46 ----
        padding: 3px;
        margin:5px;
!       display:inline;
!       height:2em;
        border-style: solid;
        border-width: 1px;
***************
*** 57,60 ****
--- 63,67 ----
        border:1px solid #000000;
        border-collapse:collapse;
+       width:100%;
  }
  
***************
*** 99,103 ****
        background-color:#DDDDDD;
        
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
!       font-size: 150%;
        text-align:center;
        padding: 4px;
--- 106,110 ----
        background-color:#DDDDDD;
        
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
!       font-size: 125%;
        text-align:center;
        padding: 4px;
***************
*** 152,156 ****
  #bloc25 {
        float:left;
!       width=25%;
        border:1px solid #000000;
        margin:10px;
--- 159,163 ----
  #bloc25 {
        float:left;
!       width=30%;
        border:1px solid #000000;
        margin:10px;
***************
*** 165,168 ****
--- 172,186 ----
  }
  
+ #resultnumber {
+       width=30%;
+       margin-left:35%;
+       margin:right:35%;
+ }
+ #resultlist {
+       width=70%;
+       margin-left:5%;
+       margin:right:5%;
+ }
+ 
  a {
        text-decoration: none;

Index: marc-editor.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-editor.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** marc-editor.css     14 Apr 2004 19:47:00 -0000      1.1
--- marc-editor.css     3 May 2004 09:28:03 -0000       1.2
***************
*** 1,5 ****
  body {
        font-family:verdana,arial,helvetica;
!       font-size:12pt;
        margin:0px;
        padding:0px;
--- 1,5 ----
  body {
        font-family:verdana,arial,helvetica;
!       font-size:10pt;
        margin:0px;
        padding:0px;
***************
*** 11,15 ****
        margin-left:5%;
        width:90%;
-       text-align:center;
  }
  
--- 11,14 ----
***************
*** 17,21 ****
--- 16,23 ----
        width:10px;
        position:absolute;
+       margin-left:50px;
+       margin-top:100px;
  }
+ 
  div.tabs a {
        display:block;
***************
*** 31,35 ****
  div.tab {
        display: none;
!       width:90%;
        text-align: center;
        background-color:white;
--- 33,37 ----
  div.tab {
        display: none;
!       width:95%;
        text-align: center;
        background-color:white;
***************
*** 37,45 ****
  
  div.tab:target {
!       width:95%;
        text-align: center;
        display: block;
        position:absolute;
!       margin-left:5%;
  }
  
--- 39,48 ----
  
  div.tab:target {
!       width:90%;
        text-align: center;
        display: block;
        position:absolute;
!       margin-left:70px;
!       margin-top:100px;
  }
  
***************
*** 51,55 ****
        margin-left:10%;
  }
! :target div.tab + div.tab{
        display: none;
  }
--- 54,59 ----
        margin-left:10%;
  }
! 
! :target div.tab{
        display: none;
  }

Index: parameters-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** parameters-top.inc  14 Apr 2004 19:47:00 -0000      1.23
--- parameters-top.inc  3 May 2004 09:28:03 -0000       1.24
***************
*** 4,10 ****
  <head>
  <title>KOHA: INTRANET: Parameters</title>
- <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
  <style>
  .parameters {
--- 4,11 ----
  <head>
  <title>KOHA: INTRANET: Parameters</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
+ <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
+ 
  <style>
  .parameters {




reply via email to

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