[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes opac.css,NONE,1.1.2.1

Owen Leonard oleonard at users.sourceforge.net
Wed Jan 7 18:29:56 CET 2004


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

Added Files:
      Tag: rel_2_0
	opac.css 
Log Message:
Adding external css file to move invalid attributes out of body tag

--- NEW FILE ---
a:link {
	color : #0000FF;
}

a:visited {
	color : #3366CC;
}

a:hover {
	color : #000066;
}

a:active {
	color : #CC3300;
}

a.white {
	font-weight : normal;
	text-decoration : none;
	cursor : hand;
	color : #FFFFFF;
	padding : 4px;
	font-weight : bold;
	}

body {
	background-color : #FFFFFF;
	color : #000000;
	margin : 0px;
	padding : 0px;
}}




More information about the Koha-cvs mailing list