Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

贡献CSS #283

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[![Build Status](https://travis-ci.org/beijinglug/fsfs-zh.svg?branch=master)](https://travis-ci.org/beijinglug/fsfs-zh)
[![GitHub release](https://img.shields.io/github/release/beijinglug/fsfs-zh.svg)](https://github.com/beijinglug/fsfs-zh/releases)
[![Github All Releases](https://img.shields.io/github/downloads/beijinglug/fsfs-zh/total.svg)](https://github.com/beijinglug/fsfs-zh/releases)
Expand Down
72 changes: 72 additions & 0 deletions css/fsfszh.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
@font-face
{
font-family:wqy-microhei;
src:url("wqy-microhei.ttc");

}

@font-face
{
font-family:wqy-zhenghei;
src:url("wqy-zenhei.ttc");

}

.L
{
font-family:wqy-zhenghei;
font-size:18;
color:#00688B;
font-style:oblique;
}

.M
{
font-family:wqy-microhei;
font-size:24;
color:#000080;

}

.B
{
font-family:wqy-microhei;
font-size:36;
color:Orange;
font-weight:bold;
}


body.BL
{
font-family:wqy-zenhei;
font-size:18;
color:black;
background-color:#F0F8FF;
}

body.BM
{
font-family:wqy-microhei;
font-size:24;
color:black;
background-color:#F0F8FF;
}

body.BB
{
font-family:wqy-microhei;
font-size:36;
color:black;
background-color:#F0F8FF;
}

table,tr,th,td{
font-size:24;
color:orange;
font-family:wqy-zhenghei;
background-color:cyan;
border-style:groove;
border-color:darkcyan;
border-width:6px;
}
23 changes: 23 additions & 0 deletions css/test_index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<html>
<head>
<title>测试</title>
<link type=text/css rel=stylesheet href=fsfszh.css>
</head>
<body class=BL>

文字<br>

<span class=B>这是大字<br></span>
<span class=M>这是中字<br></span>
<span class=L>这是小字<br></span>

<table border=2 cellspacing=12 cellpadding=4>
<tr><th colspan=4>中文标题</th></tr>
<tr><td rowspan=4>1</td><td>2</td><td>3</td><td>4</td></tr>
<tr><td>2</td><td>3</td><td>4</td></tr>
<tr><td>2</td><td>3</td><td>4</td></tr>
<tr><td>2</td><td>3</td><td>4</td></tr>
</table>

</body>
</html>
Binary file added css/wqy-microhei-0.2.0-beta(Document).tar.gz
Binary file not shown.
Binary file added css/wqy-microhei.ttc
Binary file not shown.
Binary file added css/wqy-zenhei-0.9.45(Document).tar.gz
Binary file not shown.
Binary file added css/wqy-zenhei.ttc
Binary file not shown.