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

Ambrose C. LI acli at users.sourceforge.net
Sat Mar 6 04:54:12 CET 2004


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

Modified Files:
      Tag: rel_2_0
	common-style.css 
Log Message:
We don't have the ugly wrapping problem any more, since the translations
are now shorter. Instead of fixing the en templates I might as well just
do this.


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.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** common-style.css	1 Mar 2004 00:03:24 -0000	1.1.2.3
--- common-style.css	6 Mar 2004 03:54:10 -0000	1.1.2.4
***************
*** 55,65 ****
  
  /*
!  * 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;
--- 55,67 ----
  
  /*
!  * We shouldn't use a.home, etc. for Chinese.
   * Otherwise the screen will be extremely ugly because of the padding
+  * This problem, however, does not seem to be present when the translations
+  * are short enough (like 2 characters instead of 4).
   */
  td.home {
  	padding:4px;
  	}
! td.home a, a.home {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 68,72 ****
  	font-weight: bold;
  	}
! td.home a:hover {
  	background-color: #339933;
  	color: #000000;
--- 70,74 ----
  	font-weight: bold;
  	}
! td.home a:hover, a.home:hover {
  	background-color: #339933;
  	color: #000000;
***************
*** 79,83 ****
  	padding:4px;
  	}
! td.catalogue a {
  	font-weight: normal;
  	text-decoration: none;
--- 81,85 ----
  	padding:4px;
  	}
! td.catalogue a, a.catalogue {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 87,91 ****
  	margin:0;
  	}
! td.catalogue a:hover {
  	font-weight: normal;
  	text-decoration: none;
--- 89,93 ----
  	margin:0;
  	}
! td.catalogue a:hover, a.catalogue:hover {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 99,103 ****
  	padding:4px;
  	}
! td.members a {
  	font-weight: normal;
  	text-decoration: none;
--- 101,105 ----
  	padding:4px;
  	}
! td.members a, a.members {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 106,110 ****
  	font-weight: bold;
  	}
! td.members a:hover {
  	background-color: #86c268;
  	color: #000000;
--- 108,112 ----
  	font-weight: bold;
  	}
! td.members a:hover, a.members:hover {
  	background-color: #86c268;
  	color: #000000;
***************
*** 116,120 ****
  	padding:4px;
  	}
! td.acquisition a {
  	font-weight: normal;
  	text-decoration: none;
--- 118,122 ----
  	padding:4px;
  	}
! td.acquisition a, a.acquisition {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 123,127 ****
  	font-weight: bold;
  	}
! td.acquisition a:hover {
  	background-color: #ffdf61;
  	color: #000000;
--- 125,129 ----
  	font-weight: bold;
  	}
! td.acquisition a:hover, a.acquisition:hover {
  	background-color: #ffdf61;
  	color: #000000;
***************
*** 133,137 ****
  	padding:4px;
  	}
! td.reports a {
  	font-weight: normal;
  	text-decoration: none;
--- 135,139 ----
  	padding:4px;
  	}
! td.reports a, a.reports {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 140,144 ****
  	font-weight: bold;
  	}
! td.reports a:hover {
  	background-color: #6b7cbe;
  	color: #000000;
--- 142,146 ----
  	font-weight: bold;
  	}
! td.reports a:hover, a.reports:hover {
  	background-color: #6b7cbe;
  	color: #000000;
***************
*** 150,154 ****
  	padding:4px;
  	}
! td.circulation a {
  	font-weight: normal;
  	text-decoration: none;
--- 152,156 ----
  	padding:4px;
  	}
! td.circulation a, a.circulation {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 157,161 ****
  	font-weight: bold;
  	}
! td.circulation a:hover {
  	background-color: #be6170;
  	color: #000000;
--- 159,163 ----
  	font-weight: bold;
  	}
! td.circulation a:hover, a.circulation:hover {
  	background-color: #be6170;
  	color: #000000;
***************
*** 167,171 ****
  	padding:4px;
  	}
! td.parameters a {
  	font-weight: normal;
  	text-decoration: none;
--- 169,173 ----
  	padding:4px;
  	}
! td.parameters a, a.parameters {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 174,178 ****
  	font-weight: bold;
  	}
! td.parameters a:hover {
  	background-color: #86c268;
  	color: #000000;
--- 176,180 ----
  	font-weight: bold;
  	}
! td.parameters a:hover, a.parameters:hover {
  	background-color: #86c268;
  	color: #000000;
***************
*** 184,188 ****
  	padding:4px;
  	}
! td.about a {
  	font-weight: normal;
  	text-decoration: none;
--- 186,190 ----
  	padding:4px;
  	}
! td.about a, a.about {
  	font-weight: normal;
  	text-decoration: none;
***************
*** 191,195 ****
  	font-weight: bold;
  	}
! td.about a:hover {
  	background-color: #86c268;
  	color: #000000;
--- 193,197 ----
  	font-weight: bold;
  	}
! td.about a:hover, a.about:hover {
  	background-color: #86c268;
  	color: #000000;





More information about the Koha-cvs mailing list