[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes cat-top.inc,1.31,1.32 common-style.css,1.21,1.22 intranet-main.css,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Tue Jul 13 14:56:06 CEST 2004


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

Modified Files:
	cat-top.inc common-style.css intranet-main.css 
Log Message:
minor css changes.
better compatibility with Internet Explorer

Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** cat-top.inc	22 Jun 2004 18:52:27 -0000	1.31
--- cat-top.inc	13 Jul 2004 12:56:04 -0000	1.32
***************
*** 64,83 ****
      <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
--- 64,65 ----

Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** common-style.css	21 Jun 2004 21:44:00 -0000	1.21
--- common-style.css	13 Jul 2004 12:56:04 -0000	1.22
***************
*** 88,91 ****
--- 88,100 ----
  	padding:0px;
  }
+ th.noborder {
+ 	background-color: #FFFFFF;
+ 	background-image:none;
+ 	font-weight:bold;
+ 	text-align:center;
+ 	border:0px;
+ 	border-bottom:1px solid #ad11ad;
+ 	padding:0px;
+ }
  /* standard cell */
  td {
***************
*** 291,294 ****
--- 300,304 ----
  	}
  a.catalogue:hover {
+ 	background-color:#ad11ad;
  	color:#FFFFFF;
  	}

Index: intranet-main.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/intranet-main.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** intranet-main.css	14 Apr 2004 19:47:00 -0000	1.2
--- intranet-main.css	13 Jul 2004 12:56:04 -0000	1.3
***************
*** 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;
***************
*** 9,13 ****
  
  #mainbloc {
- /* 	margin:5% 5% 5% 5%; */
  	margin:2%;
  }
--- 9,12 ----
***************
*** 15,18 ****
--- 14,18 ----
  	margin:0%;
  }
+ 
  .hint {
  	background-color:#FFF;
***************
*** 20,29 ****
  	border:1px solid #000000;
  	padding:5px;
! 	margin-left:500px;
! 	margin-right:10px;
  	height:90%;
  	width:40%;
  	-moz-border-radius:6px;
  	position:absolute;
  }
  
--- 20,29 ----
  	border:1px solid #000000;
  	padding:5px;
! 	margin-left:200px;
  	height:90%;
  	width:40%;
  	-moz-border-radius:6px;
  	position:absolute;
+ 	display:inline;
  }
  
***************
*** 33,42 ****
  	background-repeat:no-repeat;
  	width:300px;
! 	height:426px;
  	padding-top:90px;
  	text-align:center;
  	vertical-align:middle;
! /* 	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); */
  }
  a {
  	text-decoration: none;
--- 33,44 ----
  	background-repeat:no-repeat;
  	width:300px;
! 	height:430px;
  	padding-top:90px;
  	text-align:center;
  	vertical-align:middle;
! /* 	display:inline; */
! 	position:relative;
  }
+ 
  a {
  	text-decoration: none;
***************
*** 50,54 ****
  }
  
- 
  h1.catalogue{
  	text-align:center;
--- 52,55 ----
***************
*** 219,220 ****
--- 220,239 ----
  	line-height:200%;
  	}
+ 
+ .kohalogo {
+ 	font-size:250%;
+ 	font-weight:bold;
+ 	font-style:italic;
+ 	font-family:Times;
+ 	color:#99CC33;
+ 	margin:10px;
+ 	padding:0px;
+ }
+ .kohalogo2 {
+ 	font-size:125%;
+ 	font-style:italic;
+ 	font-family:Times;
+ 	color:#000000;
+ 	margin:0px;
+ 	padding:0px;
+ }
\ No newline at end of file





More information about the Koha-cvs mailing list