发新话题
打印

[iMix] for Sax1.2.Valid XHTML 1.0 Transitional.

[iMix] for Sax1.2.Valid XHTML 1.0 Transitional.

使用模板前,请备份好以下文件:

./index.php   ./post.php   ./include/common.js

1.用压缩包内index.php,post.php,common.js替换.[index.php,post.php在博客根目录下,common.js在include下]

2.将imix文件放入templates文件夹中.

3.后台启用imix.ok!

LOGO的变更:  blackbg.gif      logo_msg.gif      logo.gif;

如果你的网站网速较慢或你个人喜好,可以把底部那只肥鱼去掉---lagbg.gif;
并在CSS中搜索
引用:
background:#E0182A url('lagbg.gif') no-repeat bottom right;
引用:
url('lagbg.gif') no-repeat bottom right
去掉即可,(注意不要去掉分号);

Just I like: 这部分是我发了春时加上去的,起方便作用,当然你也可以修改, left.htm中,搜索
引用:
Just I like
下面就是了,改成自己想要的.OK,OVER!
若要修改的话,麻烦请保留CSS中我的版权.THX!模板有问题请留言.此模板适合1024*768-1280*1024




下载地址:http://www.ggxkk.com/blog/?action=show&id=41
附件: 您所在的用户组无法下载或查看附件

TOP

我晕。。。。我傻B了我。。。居然又另发一个帖子阿。。- -

TOP

加油加油,要让Sablog-X 光复!!(好象这个词用的不太好,)

哈哈哈

TOP

哈,是吧,过阵后以学习为主了,BLOG用来放IT新闻

TOP

引用:
原帖由 Giki 于 2007-4-13 21:51 发表
哈,是吧,过阵后以学习为主了,BLOG用来放IT新闻

TOP

我的拿出来完全变形了,不知道怎么了哦

TOP

引用:
原帖由 whirl 于 2007-4-14 14:43 发表
我的拿出来完全变形了,不知道怎么了哦
请问你的站URL多少,我想看看哦,还有你按我那安装方式安装了么?THX,我自己按步骤一步步安装没问题

TOP

1、修改left.htm的“just i like”部分连接,就会引致全局变形!
2、请作者教教如何加上月历

TOP

俄滴娘阿。。。我是怎么改怎么好阿。。。。肯定是你修改时,对于标签清理的不干净。加油拉,这里放个干净的LEFT.HTM给你。

关于日历:

加在你想要的地方。
引用:
<h2 ><a href="./?setdate=$calendar[prevmonth]">«</a> $calendar[cur_date] <a href="./?setdate=$calendar[nextmonth]">»</a></h2>
<table width="160" cellpadding="0" cellspacing="1">
<tr align="center">
      <td class="week">Su</td>
      <td class="week">Mo</td>
      <td class="week">Tu</td>
      <td class="week">We</td>
      <td class="week">Th</td>
      <td class="week">Fr</td>
      <td class="week">Sa</td>
    </tr>
        $calendar[html]
  </table>
如果要设置开关的话,PHP代码麻烦点,弄不出来不要又怪我拉。
基本上是
引用:
<!--<?php
if ($options['show_calendar']) {print <<<EOT
-->
或者
引用:
<!--<?php
EOT;
}
if ($options['show_calendar']) {print <<<EOT
-->
最后再在CSS中加入。
引用:
/******calendar******/
.cal_day1 {
        text-align: center;
}
.cal_day1 a {
        text-decoration: underline;
}
.cal_day1 a:hover {
}
.cal_day2 {
        text-align: center;
        border: 1px solid #999;
        font-weight: bold;
}
.cal_day2 a {
}
.cal_day2 a:hover {
}
.curdate {
        font-weight: bold;  
        text-align: center;
        padding-bottom: 10px;
}
.curdate a {
}
.curdate a:hover {
        text-decoration: underline;
}
.week {
        padding: 3px;
        font-family:"Tahoma", sans-serif;
        background-color: #eee;
        border-bottom: 2px solid #aaa;
        text-align: center;
}
OVER,当然,你也可以改成你喜欢的样式

[ 本帖最后由 Giki 于 2007-4-21 12:43 编辑 ]
附件: 您所在的用户组无法下载或查看附件

TOP

http://www.kenopen.com/blog/

大哥,日历还是不能居中,仍然顶格,帮忙弄个完整的left.htm吧,谢了

TOP

发新话题