aboutsummaryrefslogtreecommitdiff
path: root/zh_TW.UTF-8/htdocs/layout
diff options
context:
space:
mode:
Diffstat (limited to 'zh_TW.UTF-8/htdocs/layout')
-rw-r--r--zh_TW.UTF-8/htdocs/layout/Makefile15
-rw-r--r--zh_TW.UTF-8/htdocs/layout/Makefile.inc7
-rw-r--r--zh_TW.UTF-8/htdocs/layout/css/Makefile21
-rw-r--r--zh_TW.UTF-8/htdocs/layout/css/fixed.css23
-rw-r--r--zh_TW.UTF-8/htdocs/layout/css/fixed_large.css14
-rw-r--r--zh_TW.UTF-8/htdocs/layout/css/global.css22
-rw-r--r--zh_TW.UTF-8/htdocs/layout/css/layout.css54
-rw-r--r--zh_TW.UTF-8/htdocs/layout/css/navigation.css37
-rw-r--r--zh_TW.UTF-8/htdocs/layout/css/text.css28
9 files changed, 221 insertions, 0 deletions
diff --git a/zh_TW.UTF-8/htdocs/layout/Makefile b/zh_TW.UTF-8/htdocs/layout/Makefile
new file mode 100644
index 0000000000..93118fd1e5
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/layout/Makefile
@@ -0,0 +1,15 @@
+# The FreeBSD Traditional 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"
diff --git a/zh_TW.UTF-8/htdocs/layout/Makefile.inc b/zh_TW.UTF-8/htdocs/layout/Makefile.inc
new file mode 100644
index 0000000000..0934dc2b0f
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/layout/Makefile.inc
@@ -0,0 +1,7 @@
+# The FreeBSD Traditional Chinese Project
+# Original Revision: 1.1
+#
+# $FreeBSD$
+
+WEBBASE?= /data/zh_TW/layout
+DOC_PREFIX?= ${.CURDIR}/../../../..
diff --git a/zh_TW.UTF-8/htdocs/layout/css/Makefile b/zh_TW.UTF-8/htdocs/layout/css/Makefile
new file mode 100644
index 0000000000..574986498f
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/layout/css/Makefile
@@ -0,0 +1,21 @@
+#
+# The FreeBSD Traditional Chinese Project
+# Original Revision: 1.4
+#
+# $FreeBSD$
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DATA= fixed.css
+DATA+= fixed_large.css
+DATA+= global.css
+DATA+= layout.css
+DATA+= navigation.css
+DATA+= text.css
+
+.include "${DOC_PREFIX}/share/mk/web.site.mk"
diff --git a/zh_TW.UTF-8/htdocs/layout/css/fixed.css b/zh_TW.UTF-8/htdocs/layout/css/fixed.css
new file mode 100644
index 0000000000..bb3da6d76b
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/layout/css/fixed.css
@@ -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 Traditional 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");
diff --git a/zh_TW.UTF-8/htdocs/layout/css/fixed_large.css b/zh_TW.UTF-8/htdocs/layout/css/fixed_large.css
new file mode 100644
index 0000000000..bee0371b19
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/layout/css/fixed_large.css
@@ -0,0 +1,14 @@
+/*
+ * FreeBSD Global Style - Large Text Version
+ *
+ * The FreeBSD Traditional Chinese Project
+ * Original Revision: 1.3
+ *
+ * $FreeBSD$
+ */
+
+@import url("fixed.css");
+
+body {
+ font-size: 93%;
+}
diff --git a/zh_TW.UTF-8/htdocs/layout/css/global.css b/zh_TW.UTF-8/htdocs/layout/css/global.css
new file mode 100644
index 0000000000..83deb38197
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/layout/css/global.css
@@ -0,0 +1,22 @@
+/*
+ * FreeBSD.org - Global Styles
+ *
+ * The FreeBSD Traditional Chinese Project
+ * Original Revision: 1.11
+ *
+ * $FreeBSD$
+ */
+
+@import url("../../../layout/css/global.css");
+
+body {
+ font-size: 16px;
+}
+
+h5 {
+ font-size: 1.09em;
+}
+
+h6 {
+ font-size: 1.09em;
+}
diff --git a/zh_TW.UTF-8/htdocs/layout/css/layout.css b/zh_TW.UTF-8/htdocs/layout/css/layout.css
new file mode 100644
index 0000000000..6f16f4673d
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/layout/css/layout.css
@@ -0,0 +1,54 @@
+/*
+ * FreeBSD.org - Layout Styles
+ *
+ * The FreeBSD Traditional Chinese Project
+ * Original Revision: 1.9
+ *
+ * $FreeBSD$
+ */
+
+@import url("../../../layout/css/layout.css");
+
+/* Container Definitions */
+
+/* Search */
+
+#search form label {
+ font-size: 1.09em;
+}
+
+#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;
+}
+
+/* Footer */
+
+#footer {
+ font-size: 1.09em;
+}
diff --git a/zh_TW.UTF-8/htdocs/layout/css/navigation.css b/zh_TW.UTF-8/htdocs/layout/css/navigation.css
new file mode 100644
index 0000000000..bd0bc8f1ab
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/layout/css/navigation.css
@@ -0,0 +1,37 @@
+/*
+ * FreeBSD.org - Navigation (and List) Styles
+ *
+ * The FreeBSD Traditional Chinese Project
+ * Original Revision: 1.4
+ * $FreeBSD$
+ */
+
+@import url("../../../layout/css/navigation.css");
+
+/* Site Navigation */
+
+#topnav {
+ font-size: 1.09em;
+}
+
+#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;
+}
diff --git a/zh_TW.UTF-8/htdocs/layout/css/text.css b/zh_TW.UTF-8/htdocs/layout/css/text.css
new file mode 100644
index 0000000000..72dc523f43
--- /dev/null
+++ b/zh_TW.UTF-8/htdocs/layout/css/text.css
@@ -0,0 +1,28 @@
+/*
+ * FreeBSD.org - Text Styles
+ *
+ * The FreeBSD Traditional Chinese Project
+ * Original Revision: 1.4
+ *
+ * $FreeBSD$
+ */
+
+@imporrt 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;
+}