Chinese Catholic Bible talk:社区
出自Chinese Catholic Bible
[编辑] common.css
Please add following code to MediaWiki:Common.css, for setting the top vertical alignment of verse number. For example: [1]
/* bible 表格
*/
table.bible {
border: 0;
border-collapse: collapse;
margin: 0.5em 0.5em 0.5em 0.5em;
}
table.bible th, table.bible td {
border: 0;
border-collapse: collapse;
line-height: 150%;
padding: 0 0.2em 0 0.2em;
vertical-align: top;
}
table.bible sup {
vertical-align: text-top;
} /*
*/
If you want to enlarge the font size for chinese character, you can add the following code:
/*
*/
/* enlarge font-size for zh fonts */
#bodyContent { font-size:120% } /*
*/
[编辑] Header
I thought that it is pretty article to having Template:Header, for example: [2]
I have edited the Template [3], but it need the extension: ParserFunctions (Install guide)
Thanks
Chienwen 2008年2月12日 (二) 18:40 (PST)
