[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-main.tmpl,1.13,
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-main.tmpl,1.13,1.14 |
Date: |
Wed, 07 Jan 2004 09:53:37 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv8768/koha-tmpl/opac-tmpl/default/en
Modified Files:
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.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** opac-main.tmpl 2 Jan 2004 15:44:46 -0000 1.13
--- opac-main.tmpl 7 Jan 2004 17:53:35 -0000 1.14
***************
*** 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">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-main.tmpl,1.13,1.14,
Owen Leonard <=