关于FC2的这个CSS修改

来源:百度知道 编辑:UC知道 时间:2024/07/08 08:53:07
http://i279.photobucket.com/albums/kk141/quiet_b/omg.jpg

这段代码是这样的

* {
margin: 0;
padding: 0;
}

body {
background-image: url();
background-color: #000000;
margin-top: 0px;
text-align: center;
font : normal normal normal 75%/1.8 "MS Pゴシック",sans-serif;
font-size: xx-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: xx-small;
}

html>body {
font-size: small;
}

/* for IE \*/
* html body {
font-size: 78%;
}
/**/

我想把中文字体和英文字体分开设置
就是中文用"MS Pゴシック" ,大小是x-small
英文用"Arial",大小是xx-small
这段代码要怎么改
可能叙述的不太清楚
不好意思,你写的代码还是无法修改字体和字号
请你再改下行么?

可以分2段写
body {
background-image: url();
background-color: #000000;
margin-top: 0px;
text-align: center;
font : normal normal normal 75%/1.8 "MS Pゴシック",sans-serif;
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-small;
}
html>body

body {
background-image: url();
background-color: #000000;
margin-top: 0px;
text-align: center;
font : normal normal normal 75%/1.8 "Aria",sans-serif;
font-size: xx-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: xx-small;
}
html>body