Re-skinning Site

时间:2012-10-17 作者:louise

我有一个网站,我想重新皮肤一小会儿作为一种广告形式。但是,我看不到编辑器样式的位置。css我会这样做-这是我代码的顶部:

/*

Theme Name: Starkers

*/

/*

Used to style the TinyMCE editor.

*/
html .mceContentBody {
    max-width:640px;

}
* {
    font-family: Georgia, "Bitstream Charter", serif;
    color: #444; 
    line-height: 1.5;

}
p,
dl,
td,
th,
ul,
ol,
blockquote {
    font-size: 16px;

}
tr th,

thead th,

label,

tr th,

thead th {

    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;

}
pre {

    font-family: "Courier 10 Pitch", Courier, monospace;

}

code, code var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}
body, input, textarea {

    font-size: 12px;

    line-height: 18px;

}
hr {
    background-color: #E7E7E7; 

    border:0;

    height: 1px;

    margin-bottom: 18px;

    clear:both;

}
我找对地方了吗?我相信有一个非常简单的方法可以做到这一点,因为这是一个流行的选择。

1 个回复
SO网友:Johannes Pille

编辑器样式。css用于设置WordPress使用的富文本编辑器TinyMCE的样式。

寻找朴素的风格。主题中的css文件-如果它是以Starkers为基础编写的,它应该有一个。

我的意思不是不礼貌,但是如果您不能确定您查看的文件是错误的,那么您可能需要确保在编辑样式表之前有样式表的备份。

结束