Wordpress主题:STheme

主题简介:
STheme算是我制作的第一个WordPress 主题,外框改造自Songtaste,内容部分全部由我重新设计。该主题无需插件,支持Widgets,主页可设置博客公告(也可用来显示Twitter或滔滔等微博客更新)。最早的版本于08年夏天放出,后来我把它整理升级到2.7,同时添加了一些新功能并修复了一些bug。而后我又把它提交到了Wordpress官方的主题目录。

screenshot相关标签:
三栏,固定宽度,支持 Widget,白色,绿色,灰色,后台选项。

主题版本:
2.2.8.2(20090501)

主题链接:
主题主页 | 官方目录

支持版本:
WordPress 2.7 或更新

主题演示:
中文版演示 | 官方英文演示

主题下载:
本地下载 | 官方目录

测试验证:
通过IE6/7,Firefox3,Opera 9,Safari 4和Chrome 1.0浏览器测试,通过XHTML 1.0 Transitional和CSS 3验证。

主要功能:

  • 支持Wordpress2.7的嵌套留言,分离评论与TB。
  • 主页、归档页、作者页分别定义样式。
  • 标题、关键字等SEO。
  • 快捷键发表评论。
  • 评论表单自动填写。自动填写已评论过用户的个人信息。
  • 浏览器标题体验修改。对发表过评论的用户显示欢迎信息。
  • 右侧栏可收缩。方便读者阅读,通过cookie保存用户设置。
  • 支持中英文。
  • 后台设定公告板。
  • 后台设定是否使用Logo图片。
  • 后台设定使用圆角边框。
  • 后台设定页检查主题更新信息。

主题语言:
此版本支持英文和简体中文,其中英文是默认设置。
若要在英文版中使用简体中文,请执行以下步骤(Wordpress中文版用户无需此步):

  1. 打开 WordPress 根目录的文件 wp-config.php
  2. 查找 define ('WPLANG', ''); 并修改为 define ('WPLANG', 'zh_CN');

安装方法:

  1. 上传stheme目录到wordpress的/wp-content/theme/目录下。
  2. 进入Wordpress后台,在外观——主题中选择STheme并开启。
  3. 在外观——“STheme Option”页设定主页公告内容。
  4. 打开博客看效果。

主题说明:

  • 页面左侧的三个按钮依次为“返回博客主页”、“管理员邮箱”、“登录后台”。如需更改功能请参考主题的说明文件。
  • 支持主页公告板,后台设定是否显示及内容,支持HTML代码。
    可以在这里添加Twitter、滔滔等,使用方法参考在STheme中显示Twitter
  • 自行选择使用图片或文本显示博客标题及副标。
  • 自行选择使用圆角边框。(不支持IE、不符合CSS3)

更新记录:

  • (20090501)
    修复页面中评论错位的bug。
    修复页眉菜单显示深度。
  • (20090422)
    修复部分CSS,内容区域采用960px宽度。
    添加默认logo图片及PSD。
    添加显示logo标题代替文本的选项。
    添加使用圆角边框的选项。
    添加版本信息在主题设定页,方便检查主题更新。
  • (20090417)
    修复长(多)分类显示换行问题,内容过多自动隐藏。
    修复中文显示的日期翻译问题。
    添加内容区域的表单、大标题的CSS。
  • (20090413)
    修正标题显示,兼容Opera浏览器。
    修正Safari浏览器下的错位问题。
  • (20090407)
    添加后台选项。
    删除Twitter代码,Twitter及滔滔改为在后台手动添加。
    删除logo.gif及logo.psd。
    修正标题图片为文本。
    修正RSS图片链接。
    修正说明文件。
Google Reader Yahoo Facebook Twitter Digg FriendFeed Delicious Google Translate
本博文章均为Sivan原创,内容遵循 署名-非商业性使用 2.5 共享协议,转载请注明来自 Sivan's Blog
原文链接为 http://sivan.in/blog/themes/stheme/
这篇日志发表于2009年04月2日 22:13。 你可以订阅该日志的所有评论通过 RSS 2.0。 你可以发表评论,或者引用通告

154 条回应

评论(149)引用通告(5)

  1. derek

    It's cool 8O

    2009-04-03 15:48 | #1 @
  2. Showfom

    这个,要支持一下,有空去研究研究~

    2009-04-04 20:18 | #3 @
  3. Vicia

    还记得我那个.in的blog么?因为是德语的,所以用这个主题的时候感觉题目里的字母太紧凑了。不知道下一次更新的时候可不可以考虑改善一下。 :P

    2009-04-12 23:50 | #4 @
    • Sivan

      临时解决方法:style.css找到.posttitle h2, .posttitle h2 a 这里,添加一个letter-spacing属性,设为0或1px均可。

      2009-04-13 11:02 | #5 @
  4. Vicia

    嗯,这个问题解决了。不过我又发现一个问题……(别PIA我- -)
    就是像g,y这样的字母,下面会少那么一小部分。 :|

    2009-04-13 14:09 | #6 @
    • Sivan

      这是line-height跟字体造成的,不过我用IE跟FF看你博客都没发现这个问题啊,显示的好好的= =

      2009-04-13 15:17 | #7 @
    • Sivan

      :???: Opera下的问题。我修正了一下CSS,.posttitle h2, .posttitle h2 a 的line-height跟max-height都加到20px,下面.postmeta的margin改为3px 0 0 3px。这样我看opera下也没什么问题了。 :mrgreen: 这些CSS的微调下个版本都会调整,现在已经修复了一些自己发现的bug。 :wink:

      2009-04-13 15:30 | #8 @
      • Vicia

        收到。 :mrgreen: 等我的空间转移后再改一下,懒得再备份一次了。><
        因为一直用Opera,所以不妨就给你当Opera下主题测试员好了,哈哈。

        2009-04-15 13:49 | #9 @
  5. bigmz

    我眼神好,一眼就瞄上了,呼呼,,不错,谢谢你的劳动成果。

    2009-04-17 08:16 | #10 @
    • Sivan

      ;) 刚通过了wp官方的审核,不过还要更新一些代码。

      2009-04-17 09:53 | #11 @
  6. Vineeth Mohan

    Hello,

    How can I edit the title and tag line of Stheme to use an image instead of text?

    Regards,
    Vineeth, India

    2009-04-19 03:24 | #12 @
    • Sivan

      Here is a CSS code at "readme.txt" to use logo image instead of text.You can just creat a logo image at template image folder to show it :D

      2009-04-19 12:02 | #13 @
      • Vineeth Mohan

        But can't locate "readme.txt" file within my STheme folder or the theme ZIP file that I downloaded. I can't also find a templates folder as well. Please help.

        2009-04-19 21:06 | #14 @
        • Sivan

          Maybe the ZIPfile downloaded from wordpress official site didn't contain it :| .I will fix the problem at next vision.Now you can download the theme file from my site.
          The template folder I mean is "wp-content/themes/stheme/images" folder,you must creat a logo.gif. At first I put a PSDtemplate in ZIPfile but Wordpress.org didn't allow me to do it.The theme must have a title and tagline,so we need to edit this area by ourselves. :?

          2009-04-19 22:38 | #15
  7. Vineeth Mohan

    Ok, is there a way to edit the font of the Title and tag line? I tried a bit but failed...

    2009-04-20 18:58 | #16 @
    • Sivan

      Of course.
      You can edit the font at style.css.The related code is

      #logo h1 a {font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;}
      

      and

      #logo .description {font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;}

      You can change the font-family to what you like.

      2009-04-20 20:16 | #17 @
  8. Vineeth Mohan

    I changed the above values but they are not working. The title and description has the same old...

    2009-04-21 15:06 | #18 @
    • Sivan

      It changes.It's "Helvetica,sans-serif" font now.The default font-family of title is "Verdana,Tahoma,Arial,Helvetica,sans-serif".

      Or you can use logo image instead of text,some fonts look like the same ;) .

      2009-04-21 18:48 | #19 @
  9. Burt

    I don't want my email showing up. Where is the script to remove the small "email me" button on the left edge?
    Love the layout; thanks!

    2009-04-30 01:59 | #20 @
  10. yusup

    how to add gravatar comment on sidebar ?

    2009-05-01 17:06 | #22 @
    • Sivan

      You can use some plugin to show it~ :smile:

      2009-05-01 18:08 | #23 @
  11. Vicia

    我刚进主题后台,就看到你又更新了。趁着blog上还没发布,抢先来个评论。 :mrgreen:

    2009-05-01 17:07 | #24 @
    • Sivan

      今天刚更新的,官方目录应该没更新,我也没传到我博客。

      2009-05-01 18:04 | #25 @
  12. 牛雜檔CEO

    我很喜欢这风格
    2.2.8.2(20090501)
    更新了啥?
    我升级需要更新那些文件?
    我昨晚才装的囧

    2009-05-02 12:46 | #26 @
    • Sivan

      直接下载新的覆盖就行啦~更新了style.css、header.php、page.php和function.php

      2009-05-02 13:35 | #27 @
      • 牛雜檔CEO

        友链一下可以不?

        2009-05-02 17:50 | #28 @
        • Sivan

          刚看到=。=当然可以呀~

          2009-05-05 22:26 | #29
  13. yusup

    thanks for the answer..i thinks its cool if in the Notice (Sthemes Option section) we can use rss or twitter status.

    2009-05-02 16:35 | #30 @
    • Sivan

      Of course,you can use html in this section to show twitter. I wrote the method in Chinese.

      http://sivan.in/blog/use-twitter-in-stheme/

      You can use the code below,just replace "username" to your twitter username.
      <ul id="twitter_update_list"></ul> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/username.json?callback=twitterCallback2&count=3"></script>

      2009-05-02 17:34 | #31 @
      • yusup

        Thanks i will try .. i really like your themes and still "hacking" it :) . Bu still confuse because its write in Chinese

        2009-05-04 08:58 | #32 @
        • Sivan

          It only supports html at present.So if you want to show rss content, you need to add some plugins and change some code in the template file of "index.php"

          2009-05-04 11:12 | #33
  14. blogshopping

    This theme is great! I really like this style. It looks really professional. I just Download theme and will be use for many blog.

    Thank you so much.

    2009-05-03 00:53 | #34 @
  15. ice

    谢谢你的主题,我想问个小问题:

    应用该主题后,我习惯每个自然段间有个空行,这一般都用 或者 来实现,但在 stheme 这个主题里却怎么样都弄不出空行来。

    以前的是:
    “aaaaaaaa

    bbbbbbbb”

    而现在变成了:
    “aaaaaaa
    bbbbbbbb”

    2009-05-05 22:31 | #35 @
    • ice

      不好意思代码没出来,我再试一下...

      应用该主题后,我习惯每个自然段间有个空行,这一般都用 或者 来实现,但在 stheme 这个主题里却怎么样都弄不出空行来。

      2009-05-05 22:32 | #36 @
      • Sivan

        一般的换行是

        
        

        ,段落换行是

        
        内容
        

        实现的。

        2009-05-05 22:40 | #37 @
  16. Erik

    The "Sidebar Off" button does not work for me. I already had Highslide enabled, I don't know if that's a problem or not.

    saraoreilly.com

    2009-05-06 02:10 | #38 @
    • Sivan

      Er..You've changed a lot of code,maybe you deleted jquery code or other related code. :| You can disable all your plugins then try again.

      2009-05-06 10:56 | #39 @
  17. Ugur Eskici

    So nice theme, good job and thans for sharing this. I will try it :) thanks again.

    2009-05-07 10:09 | #40 @
  18. JessicaRes

    I really very liked this post. Can I copy it to my blog? Thank you in advance. Sincerely

    2009-05-11 00:51 | #41 @
  19. Ariananard

    That was nice. Thank you for sharing this one.

    2009-05-13 19:51 | #42 @
  20. Alex

    Great theme :)

    I had issues with the p html tag not giving the correct space between and open and closing tag, which pushed all the lines together.

    Fixed that layout wise by adding

    .post p { padding-bottom: 10px; }

    Into the style.css

    2009-05-17 00:48 | #43 @
    • Sivan

      Yes,I will fix it in new version.

      2009-05-17 12:06 | #44 @
  21. 瑪莉

    請問我如果只想要讓文章內文字體變大
    要怎麼修改?
    因為我一改每個字體都跟著變大
    這佈景好像沒做分開的定義

    2009-05-26 17:20 | #45 @
    • Sivan

      文章部分的class是post。在style.css添加.post p{要设定的值}即可。

      2009-05-26 19:39 | #46 @
  22. tommy

    hello
    is possible to pay for backlink remove from your template ?
    regards tommy

    2009-05-27 23:15 | #47 @
    • Sivan

      This is a free theme.If you really don't want to display the author link,you can delete it. :)

      2009-05-28 07:37 | #48 @
  23. KrisBelucci

    da best. Keep it going! Thank you

    2009-06-02 15:44 | #49 @
  24. Ram

    hi,
    I added this line to the css file to get space between paragraphs and it works very well. super theme. Thank you!

    .post p {margin-top: 0;padding-top: 0;margin-bottom:1.5em;

    2009-06-02 18:17 | #50 @
    • Sivan

      Yeah,I'll fix it in the next version,now it is being redesign.

      2009-06-02 18:27 | #51 @
  25. AndrewBoldman

    Hi, good post. I have been wondering about this issue,so thanks for posting.

    2009-06-05 03:36 | #52 @
  26. Estoremap

    :mrgreen: 这个主题我很喜欢的说,支持大大

    2009-06-07 18:07 | #53 @
  27. Kelly Brown

    Hi, gr8 post thanks for posting. Information is useful!

    2009-06-13 04:29 | #54 @
  28. JaneRadriges

    Hi, very nice post. I have been wonder'n bout this issue,so thanks for posting

    2009-06-14 08:29 | #55 @
  29. AKAY

    非常喜欢,配色很清爽!

    你DEMO演示中那个侧边栏关闭功能都可行的,但自己用就不行了,是不是缺少了什么JS文件?

    2009-06-22 15:43 | #56 @
    • Sivan

      JS是页内加载的,你的应该是跟其他插件的JS起了冲突。

      2009-06-22 15:45 | #57 @
  30. doggou

    :lol: 很不错的主题,小改了一下用在小弟的博客里,希望楼主同意修改,谢谢。

    2009-06-27 21:36 | #58 @
    • Sivan

      当然没有问题~主题当然要根据自己喜欢的样子来定了,不一定要保存原来的样式。也希望得到使用该主题时发现的问题和改进意见。

      2009-06-27 22:01 | #59 @
  31. 我是人

    那个搜索框输入了关键字在怎么搜呀? :oops:

    2009-07-06 18:47 | #60 @
    • Sivan

      按回车就可以啦。

      2009-07-06 19:36 | #61 @
      • 我是人

        谢谢,呵呵,不错的主题!

        2009-07-08 09:36 | #62 @
  32. 明仔

    如沒記錯,你這個theme是我見過華人作品中,最好的Theme!!!
    支持一下!

    2009-07-10 19:34 | #63 @
    • Sivan

      太过奖了…… :oops: 谢谢支持~

      2009-07-10 19:53 | #64 @
  33. john

    感謝站長製作的佈景主題,簡潔乾淨。換上啦!

    請教 2 個使用上的問題:

    1.內文中使用表格,選擇居中,呈現出來還是靠左。

    2.選擇項目符號或編號的段落,其字型的變化要修改 style.css的那個部份?

    2009-07-15 19:46 | #65 @
    • Sivan

      1.表格我不常用,你可以試試在表格代碼外加上div然後附加一個margin:0 auto;的style樣式。或者給我一個有表格的頁面地址~
      2.說的是有序列表跟無序列表吧?ul跟ol。在style.css添加.post p ul和.post p ol並設定font-family就好啦~

      2009-07-15 20:09 | #66 @
  34. john

    感謝...
    如果要在內文頂部增加網路書籤代碼:,可否指導加入single.php的位置,是否須增加什麼代碼。 :mrgreen:

    2009-07-16 21:05 | #67 @
    • Sivan

      加在標題上方?還是文章的後面?標題上方加在single.php裏的<div class="posttime">的前面,然後跟一個<div class="clear"></div>防止下面的內容並列上去。在日誌後面個人感覺效果更好,把代碼加在<P class="tags"><?php the_tags(' ', ', ', ' '); ?></P>前面就可以了。

      2009-07-16 21:27 | #68 @
  35. john

    不論加在日誌上方或後面,都會造成網頁整個下移,使得上面那個灰條沒能貼緊頂部,變的怪怪的。 :roll:

    2009-07-16 22:02 | #69 @
    • Sivan

      我看你的Blog現在日誌頁可以顯示收藏圖標啊。你是說鼠標移上時那個效果嗎?那個要改socialble的CSS,把img的:hover屬性去掉。

      2009-07-16 23:23 | #70 @
  36. john

    用socialble插件,比較不用動腦 8-O

    我想把語系改成繁體中文,是不是把 zh_CN.po、zh_CN.mo裡的簡體轉成繁體,X-Poedit-Language: Chinese\n,改成 X-Poedit-Language: Taiwan\n,並將檔名改成 zh_TW.po、zh_TW.mo。
    然後 define ('WPLANG', 'zh_TW')。

    2009-07-18 11:33 | #71 @
    • Sivan

      用Poedit软件编辑一下就可以了~

      2009-07-18 12:38 | #72 @
  37. john

    編輯好了... :mrgreen:

    2009-07-19 13:47 | #73 @
  38. yefan08

    没有想过做一些广告位吗,看到很多主题都有这样的设置,可能某此博主会更喜欢

    2009-08-03 17:43 | #74 @
  39. full haus

    Hi,
    Great theme! Some small issues, it seems that characters are limited to 50-53 only in the post title. As I tried to put more words but it didn't allow me.
    Appreciate your kind help.
    Ciao.

    2009-08-05 13:15 | #76 @
    • Sivan

      Long title will be hidden, close sidebar to show them.If display all,it will broke the design effect.

      And the new version has been put on the agenda.

      2009-08-06 01:31 | #77 @
  40. full haus

    Thanks Sivan. Good luck to the new version!

    2009-08-06 01:58 | #78 @
  41. kwedo

    感谢做出这么漂亮的主题. :lol:

    2009-08-08 18:36 | #79 @
  42. kwedo

    请教:右边栏可否设置为默认隐藏?我找了半天也没找到那个"隐藏/显示侧边栏"的字串.... :( :cry:

    2009-08-11 21:02 | #80 @
    • Sivan

      多语言支持,在header.php里菜单函数的最后一项就是开关侧边栏

      2009-08-12 00:01 | #81 @
      • albert

        @Sivan , 很喜欢这个模板。我也想实现右侧侧边栏的默认隐藏。看了header.php,也google了一些文章学习了一下,不过还是不明白怎么弄 :( 能麻烦您具体解释一下么?谢谢!

        2009-10-31 11:43 | #82 @
        • Sivan

          @albert , 给rsidebar的类设置display:none属性。

          2009-10-31 11:49 | #83
  43. kwedo

    学习了,谢谢啦 :-P

    2009-08-12 17:03 | #84 @
  44. 飞扬

    你好 ! 很喜欢你的这个主题 非常棒
    现在我也在使用中

    我发现一个问题用这个主题的时候Audio Player隐藏不了歌曲的地址

    因为我做的是音乐站 所以对我很重要

    请站长帮解决可以吗?

    2009-08-14 00:36 | #85 @
    • Sivan

      最好给我个地址看一下~

      2009-08-14 03:24 | #86 @
  45. 飞扬

    那天急
    忘了 :-P

    ilmusic.cn/

    2009-08-15 11:04 | #87 @
    • Sivan

      我打开看了几篇,没有发现显示歌曲地址啊?

      2009-08-15 23:54 | #88 @
  46. 飞扬

    那个 你看源代码啊..

    Audio Player 可以隐藏歌曲地址的 我在后台已经设置了

    2009-08-18 19:43 | #89 @
    • Sivan

      是啊,我用firebug看了……我觉得这个跟主题没有关系啊,因为都是嵌入的flash,这些代码不是主题可以控制的。而且我看的源地址都已经加密了的~

      2009-08-19 12:27 | #90 @
  47. Vineeth Mohan

    Hello,

    Most of my post titles are descriptive but it shows only the first 45 characters. Hope the next edition would fix this issue.

    2009-08-20 15:44 | #91 @
    • Sivan

      It will display after close the sidebar at this version,and I think it will be fixed in the next version.

      2009-08-20 17:10 | #92 @
  48. Looki

    很不错的主题,花了大半天时间修改了一些小细节,顺便借鉴了另外一款主题,把评论样式给换掉了,呵呵

    2009-08-20 21:39 | #93 @
    • Sivan

      有些细节是有问题的~我一直没更新完。评论样式本来是参照st本身做的,我看了你修改的这个很赞啊~

      2009-08-20 23:04 | #94 @
  49. Vineeth Mohan

    :) If I closed the side bar, my navigation system will be compromised. Please try to make sure that the title allows at least two lines of text.

    2009-08-20 23:32 | #95 @
    • Sivan

      Well,the next version will allows two or more lines of title text :wink:

      2009-08-21 02:20 | #96 @
  50. Vineeth Mohan

    Hmm, please have a look at http://www.vineeth.in/copyright/ . I added a paragraph break but it appears as simple line breaks. I want one blank line between my paragraphs. How can I do this? I tried to edit the page using WordPress editor but even after I added two spaces (enter 2 times), it appears as line space. Please help...

    2009-08-23 04:41 | #97 @
  51. Sivan

    add this code below to style.css

    .post p{margin-bottom:18px;}
    
    2009-08-23 14:16 | #98 @
  52. Phil

    你好,我非常喜欢你的主题。只是无论我用IE8版还是opera9.64版"搜索"都是有点错位。请问这是怎么回事。不兼容吗?如果用IE8核心的多标签的世界之窗话却可以显示正常,不错位。。。

    2009-08-27 15:15 | #100 @
    • Sivan

      这应该是我的疏忽,默认设计不显示搜索那两个字的……你可以在searchform.php把这俩字删除……

      2009-08-27 15:19 | #101 @
      • Phil

        @Sivan , 好的 谢谢你 Sivan :wink:
        另外,这个主题如何控制首页显示摘要?有没有一个比较好的插件可以实现这个功能?我在演示站里看到文章开头左侧放了一个图片(文字环绕图片),我想实现这个功能,请问这个也是插件实现的吗?
        最后再次感谢Sivan,非常喜欢这个主题。感谢分享!

        2009-08-27 17:00 | #102 @
        • Sivan

          @Phil , 你说的这个可以用wp-kit插件实现摘要。文字环绕只要在WP的可视化编辑器里点插入的图片,左上就有控制图标,可以在里面设定文字环绕。

          2009-08-28 22:24 | #103
      • Phil

        谢谢你 Sivan 已经弄好了 非常棒的主题
        希望Sivan继续加油创造出更棒的主题~!
        还要多注意身体 :-P

        2009-08-29 22:17 | #104 @
  53. 天使雷霆

    Sivan,这个主题很不错,有个问题想请教一下,请问发表评论中的:昵称、 邮箱、网站的字体大小在CSS的哪个位置修改?我找了很久都找不到,烦请告知,谢谢。

    2009-09-01 08:23 | #105 @
  54. 天使雷霆

    谢谢,不过我不太明白,是在style.css的那个位置?

    2009-09-01 09:06 | #107 @
    • Sivan

      没有的话添一行就可。属性代码是font-size:12px;

      2009-09-01 09:48 | #108 @
  55. 天使雷霆

    改大一点如何改代码?谢谢

    2009-09-01 09:31 | #109 @
  56. 天使雷霆

    搞定了,谢谢!哈哈

    2009-09-01 09:58 | #110 @
  57. 天使雷霆

    最后一个问题,评论的昵称不居中,偏下,调上来一点,怎么设置?

    2009-09-01 10:13 | #111 @
    • Sivan

      显示评论的地方么?.comment-author .fn可以修改。建议使用Firebug调试。

      2009-09-01 19:17 | #112 @
  58. jocas

    Hi there...
    I love your Stheme, I'm using it for my blog.

    Can you help me... I'll like to show Avatar in the comments, How can I fix it...?

    Regards..

    2009-09-20 02:18 | #113 @
    • Sivan

      @jocas , Open the avatar option at admin page.This theme supports that.

      2009-09-20 12:33 | #114 @
  59. Nic

    好漂亮的主题,正在用

    2009-10-12 22:38 | #115 @
  60. Nic

    有个问题,我的文章怎么在开关侧边栏的时候不伸缩?

    2009-10-12 22:43 | #116 @
    • Sivan

      你的意思是侧栏可以消失,但是文章不伸缩?

      2009-10-12 22:57 | #117 @
      • Nic

        @Sivan ,
        对,不过好像是换行问题,已经解决了.thank u !

        2009-10-13 13:06 | #118 @
  61. doggou

    请问博主,怎样关闭关闭侧边栏那个东东。另外我也不知道哪里下侧主题怎么版本是2.2.8.3,本人对主题颜色有些修改 :-P

    2009-11-24 11:22 | #119 @
    • Sivan

      @doggou , 在header.php把对应的代码删除就行了~

      2009-11-25 18:59 | #120 @
  62. 粉饰繁华

    请问一下“这篇日志发表于 十一 25th, 2009 16:35 于分类”的字体很小,请问在哪里改,我改了.postmetadata { padding:5px; background:#EFF2E9; }
    .postmetadata a { color:#4C81B6; }

    这两个后面添加12号字体,但只是链接的字体大了,本来的字体还是没变,求教

    2009-12-11 15:17 | #121 @
  63. Sivan

    这两个都不改,最后填一句

    .postmetadata small{font-size:12px;}

    就可以了。

    2009-12-11 15:49 | #122 @
  64. 粉饰繁华

    呵呵,高手啊,十分感谢!,还有就是

    昵称,邮箱,网站,也是,我在comments.php,改了为,字是变大了,没有和提交框居中,请问你那更正确更强悍的方法,谢谢了!
    很喜欢这款皮肤,他使我的WIN空间可以用.html,哈哈 强大!

    2009-12-11 16:49 | #123 @
  65. 粉饰繁华

    添加了:#c label small{font-size:12px;}
    好了,但就是没和提交框垂直居中对齐

    2009-12-11 17:01 | #124 @
  66. 粉饰繁华

    我这样改行了,但不知道对不对,你帮忙看看,我在CSS中改
    #author { margin-bottom:0px; vertical-align:middle;}
    然后分别添加了:
    #email { margin-bottom:0px; vertical-align:middle;}
    #url { margin-bottom:0px; vertical-align:middle;}

    居中了,你看对不对!谢谢!

    2009-12-11 17:20 | #125 @
    • Sivan

      呵呵,解决问题有时方法挺多,只要你改的达到你想要的效果就可以了~你这个代码可以缩写为#author, #email, #url { margin-bottom:0px; vertical-align:middle;} 这样。

      2009-12-11 20:47 | #126 @
  67. 粉饰繁华

    谢谢了哦

    2009-12-11 20:50 | #127 @
  68. 粉饰繁华

    你人很不错的,希望能交个朋友。
    QQ:6733581
    上班常时间在电脑旁!

    2009-12-11 20:52 | #128 @
  69. Jairiutt

    ehh.. bookmarked style :) )

    2009-12-13 01:39 | #129 @
  70. keelii

    呵呵。看评论就知道这主题的用户不在少数了,的确是很不错的一款主题。

    2009-12-13 15:49 | #130 @
  71. 粉饰繁华

    我能和你交换一个链接么,想像你学习

    2009-12-13 17:56 | #131 @
    • Sivan

      不好意思,博客不再交换链接了,抱歉。

      2009-12-13 18:52 | #132 @
  72. Asia Girl

    :-P :-P :-P

    2009-12-19 20:02 | #133 @
  73. 粉饰繁华

    我想请问一下评论后显示评论的背景是灰色的,我的动态表情是白色底色,请问在哪里能修改评论显示的背景色,谢谢!

    2009-12-30 18:02 | #134 @
  74. 粉饰繁华

    找到了,!#comments ul

    2009-12-31 15:12 | #135 @
  75. Meyz

    嘿!主题不错哦!想请问下,我想修改下主题的头像显示的大小,要怎么该改哪里呢?谢谢啦

    2010-01-02 21:21 | #136 @
    • Sivan

      function.php有gravatar的函数改小一点比如32或者24就可以了。

      2010-01-02 21:33 | #137 @
      • Meyz

        @Sivan , OK,谢谢

        2010-01-02 21:54 | #138 @
  76. Meyz

    晕,上一条邮箱留错了

    2010-01-02 21:22 | #139 @
  77. Meyz

    对了,还想请问下Sivan,如何实现首页侧栏和单篇文章侧栏显示不同内容呢,就是想自定义一下单篇文章的侧栏~ :wink:

    2010-01-04 17:52 | #140 @
    • Sivan

      这个要自定义sidebar.php,不能用widgets了就~

      2010-01-04 21:24 | #141 @
  78. DK

    Sivan,我不知道我动到主题哪里了,在IE7下正常,但IE6下主题内容页面的最左边和最右边上下的圆角处后多出一点白色的线条,好像是超出960px定义之外的,希望你能帮我看看怎么回事,谢谢你了,http://www.1984cc.com

    2010-01-17 22:54 | #142 @
    • Sivan

      如果没改过style.css的相关代码的话,应该是里面的内容撑破了。
      你禁用一下widgets,或者翻页,看看行不行。然后排除法看看是哪个widget或是哪个日志的内容撑开了尺寸。

      2010-01-18 20:09 | #143 @
  79. 粉饰繁华

    哦,谢谢了,修改了分页插件的100%为90%,好像是解决了,十分感谢!
    另外:我安装了WP-RecentComments插件,然后调用头像和评论首页显示,发现头像图片在不是垂直居中,我就在CSS里修改了,#lsidebar ul li ul li, #rsidebar ul li ul li { display:block; padding-left:10px; padding-bottom:5px; overflow:hidden;},这样,在IE下居中了,但是在IE6下还是没有,望高手指导下!

    2010-01-20 10:24 | #144 @
    • Sivan

      加个padding-top看看~

      2010-01-20 14:37 | #145 @
  80. 粉饰繁华

    没用 5555 :cry:

    2010-01-20 17:45 | #146 @
  81. 粉饰繁华

    padding:1px 0 10px 0;

    这样改好了,晕,边界里面内容,上1,下10,……,能不能帮忙看看,或改正一下或解释一下,谢谢

    2010-01-20 17:53 | #147 @
  82. doggou

    又来麻烦博主,请问我用了相关日志插件后,相关日志排列的行距太宽,不知到在哪修改。

    2010-03-08 19:37 | #148 @
    • Sivan

      @doggou , CSS添加.related_post li{margin-bottom:0;}

      2010-03-08 20:36 | #149 @
  1. [...] Sivan (Wordpress主题:STheme) [...]

  2. [...] Wordpress主题:STheme | Sivan's Blog – 失心瘋. This entry was posted on Nov 1st, 2009 at 2:54 am and is filed under Uncategorized.You can [...]

  3. [...] 发表回复互联网2009年12月12日admin Update:12/21/2009,在失心疯的主题发布下载一款主题替换。效果如博客所示。就是中间的日志显得太窄了。尝试一些时间。假如感觉不好就换回来。 [...]

发表评论

:wink: :-| :-x :twisted: :) 8-O :( :roll: :-P :oops: :-o :mrgreen: :lol: :idea: :-D :evil: :cry: 8) :arrow: :-? :?: :!:

(Ctrl+Enter)

XHTML:你可以使用这些标签:<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>