Convert zh_CN from GB2312 to UTF-8. While I'm there, also

fix a bunch of font issues when rendering PDF.
This commit is contained in:
Xin LI 2013-11-14 00:20:51 +00:00
parent 8ff93b9827
commit 797a990cf7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43188
518 changed files with 189705 additions and 189722 deletions

View file

@ -0,0 +1,15 @@
# The FreeBSD Simplified Chinese Project
# Original Revision: 1.1
#
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
SUBDIR= css
.include "${DOC_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,7 @@
# The FreeBSD Simplified Chinese Project
# Original Revision: 1.1
#
# $FreeBSD$
WEBBASE?= /data/zh_CN/layout
DOC_PREFIX?= ${.CURDIR}/../../../..

View file

@ -0,0 +1,16 @@
#
# The FreeBSD Simplified Chinese Project
# Original Revision: 1.2
#
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= fixed.css fixed_large.css global.css layout.css navigation.css text.css
.include "${DOC_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,23 @@
/*
FreeBSD.org - "Red" Style
Inspired by AListApart, PositionIsEverything, Mozilla, Red Hat, and many more.
Copyright (c) 2004, 2005 The FreeBSD Project
Copyright (c) 2004, 2005 Emily Boyd <emily at emilyboyd.com>
This file, and any imported stylesheets are licensed under the BSD license.
The FreeBSD Simplified Chinese Project
Original Revision: 1.5
$FreeBSD$
*/
@import url("global.css");
@import url("layout.css");
@import url("text.css");
@import url("navigation.css");
@import url("../../../layout/css/table.css");
@import url("../../../layout/css/iefixes.css");

View file

@ -0,0 +1,14 @@
/*
* FreeBSD Global Style - Large Text Version
*
* The FreeBSD Simplified Chinese Project
* Original Revision: 1.3
*
* $FreeBSD$
*/
@import url("fixed.css");
body {
font-size: 93%;
}

View file

@ -0,0 +1,18 @@
/*
* FreeBSD.org - Global Styles
*
* The FreeBSD Simplified Chinese Project
* Original Revision: 1.11
*
* $FreeBSD$
*/
@import url("../../../layout/css/global.css");
h5 {
font-size: 1.09em;
}
h6 {
font-size: 1.09em;
}

View file

@ -0,0 +1,62 @@
/*
* FreeBSD.org - Layout Styles
*
* The FreeBSD Simplified Chinese Project
* Original Revision: 1.10
*
* $FreeBSD$
*/
@import url("../../../layout/css/layout.css");
/* Container Definitions */
/* Search */
#search form input {
font-size: 1.09em;
}
#search form #submit {
font-size: 1.09em;
}
#search form #words {
font-size: 1.0em;
}
/* Mirror Select */
#mirror form label {
font-size: 1.09em;
}
#mirror form select {
font-size: 1.09em;
}
#mirror form #mirrorsel {
font-size: 1.09em;
}
#mirror input {
font-size: 1.09em;
}
/* Content */
.frontnewcontent {
font-size: 1.1em;
}
/* Get FreeBSD Box */
.frontgetcontent {
font-size: 1.4em;
}
/* Footer */
#footer {
font-size: 1.09em;
}

View file

@ -0,0 +1,39 @@
/*
* FreeBSD.org - Navigation (and List) Styles
*
* The FreeBSD Simplified Chinese Project
* Original Revision: 1.4
* $FreeBSD$
*/
@import url("../../../layout/css/navigation.css");
/* Site Navigation */
#topnav {
font-size: 1.09em;
}
/* Language selection */
#languagenav {
font-size: 1.09em;
}
/* The search navigation is the list of links above the search box. */
#searchnav {
font-size: 1.09em;
}
/* Category Navigation */
#sidenav, #sidenav ul, #sidenav ul ul {
font-size: 1.0em;
}
/* Right Navigation */
.rightnav, .rightnav ul, .rightnav ul ul {
font-size: 1.0em;
}

View file

@ -0,0 +1,28 @@
/*
* FreeBSD.org - Text Styles
*
* The FreeBSD Simplified Chinese Project
* Original Revision: 1.4
*
* $FreeBSD$
*/
@import url("../../../layout/css/text.css");
/* Text Styles */
.txtdivider {
font-size: 1.09em;
}
.txtnewsevent {
font-size: 1.09em;
}
.txtshortcuts {
font-size: 1.09em;
}
.txtdate {
font-size: 1.09em;
}