[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes common-style.css,1.1,1.2

Ambrose Li acli at users.sourceforge.net
Tue Feb 10 03:53:24 CET 2004


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

Modified Files:
	common-style.css 
Log Message:
We can't use A.home, A.about, etc. for Chinese, otherwise the padding will
cause the links to become very ugly; this is better. (It is probably better
for other translations as well...)


Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/common-style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** common-style.css	16 Jul 2003 06:37:46 -0000	1.1
--- common-style.css	10 Feb 2004 02:53:09 -0000	1.2
***************
*** 39,51 ****
  	}
  
! a.home {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
! a.home:hover {
  	background-color: #339933;
  	color: #000000;
--- 39,57 ----
  	}
  
! /*
!  * We can't use a.home, etc. for Chinese.
!  * Otherwise the screen will be extremely ugly because of the padding
!  */
! td.home {
! 	padding:4px;
! 	}
! td.home a {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	font-weight: bold;
  	}
! td.home a:hover {
  	background-color: #339933;
  	color: #000000;
***************
*** 55,68 ****
  	}
  
! a.catalogue {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	margin:0;
  	}
! a.catalogue:hover {
  	font-weight: normal;
  	text-decoration: none;
--- 61,76 ----
  	}
  
! td.catalogue {
! 	padding:4px;
! 	}
! td.catalogue a {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	font-weight: bold;
  	margin:0;
  	}
! td.catalogue a:hover {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 73,85 ****
  	}
  
! a.members {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
! a.members:hover {
  	background-color: #86c268;
  	color: #000000;
--- 81,95 ----
  	}
  
! td.members {
! 	padding:4px;
! 	}
! td.members a {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	font-weight: bold;
  	}
! td.members a:hover {
  	background-color: #86c268;
  	color: #000000;
***************
*** 88,100 ****
  	}
  
! a.acquisition {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
! a.acquisition:hover {
  	background-color: #ffdf61;
  	color: #000000;
--- 98,112 ----
  	}
  
! td.acquisition {
! 	padding:4px;
! 	}
! td.acquisition a {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	font-weight: bold;
  	}
! td.acquisition a:hover {
  	background-color: #ffdf61;
  	color: #000000;
***************
*** 103,115 ****
  	}
  
! a.reports {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
! a.reports:hover {
  	background-color: #6b7cbe;
  	color: #000000;
--- 115,129 ----
  	}
  
! td.reports {
! 	padding:4px;
! 	}
! td.reports a {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	font-weight: bold;
  	}
! td.reports a:hover {
  	background-color: #6b7cbe;
  	color: #000000;
***************
*** 118,130 ****
  	}
  
! a.circulation {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
! a.circulation:hover {
  	background-color: #be6170;
  	color: #000000;
--- 132,146 ----
  	}
  
! td.circulation {
! 	padding:4px;
! 	}
! td.circulation a {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	font-weight: bold;
  	}
! td.circulation a:hover {
  	background-color: #be6170;
  	color: #000000;
***************
*** 133,145 ****
  	}
  
! a.parameters {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
! a.parameters:hover {
  	background-color: #86c268;
  	color: #000000;
--- 149,163 ----
  	}
  
! td.parameters {
! 	padding:4px;
! 	}
! td.parameters a {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	font-weight: bold;
  	}
! td.parameters a:hover {
  	background-color: #86c268;
  	color: #000000;
***************
*** 147,159 ****
  	font-weight: bold;
  	}
! a.about {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
! a.about:hover {
  	background-color: #86c268;
  	color: #000000;
--- 165,180 ----
  	font-weight: bold;
  	}
! 
! td.about {
! 	padding:4px;
! 	}
! td.about a {
  	font-weight: normal;
  	text-decoration: none;
  	cursor: hand;
  	color:#777777;
  	font-weight: bold;
  	}
! td.about a:hover {
  	background-color: #86c268;
  	color: #000000;





More information about the Koha-cvs mailing list