[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-main.tmpl,1.12.2.1,1.12.2.2

Owen Leonard oleonard at users.sourceforge.net
Wed Jan 7 18:53:19 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv8698/koha-tmpl/opac-tmpl/default/en

Modified Files:
      Tag: rel_2_0
	opac-main.tmpl 
Log Message:
Expanded CSS block to move invalid attributes out of body tag

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-main.tmpl,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -C2 -r1.12.2.1 -r1.12.2.2
*** opac-main.tmpl	2 Jan 2004 15:44:57 -0000	1.12.2.1
--- opac-main.tmpl	7 Jan 2004 17:53:16 -0000	1.12.2.2
***************
*** 7,21 ****
  <style type="text/css">
  <!--
! input {
! 	font-size: 16px
! 	}
  
! a {
! 	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
! 	color: #FFFFFF;
  	padding: 4px;
  	font-weight: bold;
  	}
  -->
--- 7,55 ----
  <style type="text/css">
  <!--
! a:link {
! 	text-decoration: none;
! 	cursor: hand;
! 	color : #FFFFFF;
! 	text-decoration : none;
! 	padding: 4px;
! 	font-weight: bold;
! }
  
! a:visited {
  	text-decoration: none;
  	cursor: hand;
! 	color : #FFFFFF;
! 	text-decoration : none;
  	padding: 4px;
  	font-weight: bold;
+ }
+ 
+ a:hover {
+ 	text-decoration: none;
+ 	cursor: hand;
+ 	color : #FFFFCC;
+ 	text-decoration : none;
+ 	padding: 4px;
+ 	font-weight: bold;
+ }
+ 
+ a:active {
+ 	text-decoration: none;
+ 	cursor: hand;
+ 	color : #FFFFCC;
+ 	text-decoration : none;
+ 	padding: 4px;
+ 	font-weight: bold;
+ }
+ 
+ body {
+ 	background-color : #339999;
+ 	color : #000000;
+ 	margin : 0px;
+ 	padding : 0px;
+ }
+ 
+ input {
+ 	font-size: 16px;
  	}
  -->
***************
*** 23,27 ****
  </head>
  
! <body bgcolor="#339999" text="#000000" link="#FFFFFF" vlink="#FFFFFF" alink="#663366" leftmargin="0" topmargin="0" marginwidth="0" onload="document.catsearch.keyword.focus();">
  
  <table border="0" cellspacing="0" cellpadding="0" align="center">
--- 57,61 ----
  </head>
  
! <body onload="document.catsearch.keyword.focus();">
  
  <table border="0" cellspacing="0" cellpadding="0" align="center">





More information about the Koha-cvs mailing list