Merge Simplified Chinese translation for the website.
Obtained from: The FreeBSD Simplified Chinese Project Thanks goes to: Gavin MU <gavin.mu at gmail dot com> [1], Fukang CHEN <loader at freebsdmall dot com> [2], intron <intron at intron dot ac> [3] [1] The original translation with me. [2] New layout and structural improvements. [3] Additional and continued contributions.
This commit is contained in:
parent
ee55941acc
commit
702e390ee2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28256
161 changed files with 119338 additions and 4 deletions
129
zh_CN/layout/css/text.css
Normal file
129
zh_CN/layout/css/text.css
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
/*
|
||||
* FreeBSD.org - Text Styles
|
||||
*
|
||||
* The FreeBSD Simplified Chinese Project
|
||||
* Original Revision: 1.4
|
||||
*
|
||||
* $FreeBSD: www/zh_CN/layout/css/text.css,v 1.1.1000.4 2006/05/10 10:11:56 delphij Exp $
|
||||
*/
|
||||
|
||||
/* Heading Definitions */
|
||||
|
||||
h1 {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
/* Text Styles */
|
||||
|
||||
.txtcolumn1 {
|
||||
width: 50%;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.txtcolumn2 {
|
||||
width: 50%;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.txtcurrentlocation {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.txtdivider {
|
||||
font-size: 1.09em;
|
||||
color: #E1E1E1;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.txtnewsevent {
|
||||
font-size: 1.09em;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.txtshortcuts {
|
||||
font-size: 1.09em;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.txtdate {
|
||||
font-size: 1.09em;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.txtmediumgrey {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.txtformlabel {
|
||||
color: #666;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.txtrequiredfield {
|
||||
color: #EC5800;
|
||||
}
|
||||
|
||||
.txtimportant {
|
||||
color: #EC5800;
|
||||
}
|
||||
|
||||
.txtoffscreen {
|
||||
position: absolute;
|
||||
left: -1999px;
|
||||
width: 1990px;
|
||||
}
|
||||
|
||||
#TXTFRONTFEATUREHEADING, #txtfrontfeatureheading {
|
||||
padding-bottom: 0em;
|
||||
}
|
||||
|
||||
#TXTFRONTFEATURELINK a, #txtfrontfeaturelink a {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
/* Link Styles */
|
||||
|
||||
a:link { color:#990000; text-decoration: underline; }
|
||||
a:visited { color:#990000; text-decoration: underline; }
|
||||
a:hover { color:#000000; text-decoration: underline; }
|
||||
a:active { color:#990000; text-decoration: underline; }
|
||||
|
||||
#FOOTER a:link, #footer a:link { color:#666; text-decoration: underline; }
|
||||
#FOOTER a:visited, #footer a:visited { color:#666; text-decoration: underline; }
|
||||
#FOOTER a:hover, #footer a:hover { color:#000000; text-decoration: underline; }
|
||||
#FOOTER a:active, #footer a:active { color:#666; text-decoration: underline; }
|
||||
|
||||
#FRONTNEMSCONTAINER h2, #frontnemscontainer h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
#FRONTSHORTCUTS h2, #frontshortcuts h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
#FRONTRELEASES h2, #frontreleases h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue