RSS

校内静态模板

3 Comments | This entry was posted on Mar 21 2009

 

不知道这么说准不准确。我的意思是,和 wordpress 类似,当别人访问你的校内页面时,不显示个人新鲜事等其他常规内容,而是显示自己设置的固定不变的页面。

但我现在能做的并不是真正意义上的自定义页面,而只是在 CSS 中添加了一张 body 的背景图,然后将其他栏目的 CSS 属性设置为 display: none ;

我原本打算将这张图作为背景图:

final

 

可是后来突然想到 叽歪 有一项 图片窗 的服务(就是将最新的叽歪动态制作成图片),如果将 叽歪 生成的图片作为背景图的话,这样不就可以让别人直接在我的校内页面浏览我的叽歪了麽。说干就干,先叽歪生成图片:

 

 

叽歪

 

然后将下面这段CSS复制到校内的编辑个人页面上:

body {
    background: #999999 url(‘http://api.jiwai.de/g/i/183696/c10/w400/m2/g.png‘) fixed no-repeat center;}

/* Made By leplay ^^ */
.profile .profile-panel{display:none;}
.betabar { display:none; }
.menu-bar { display:none; }

.left-column{ display:none; }
.profile-tabs{ display:none; }
.tab-content{ display:none; }
#footer{ display:none; }
#wpiroot{display:none;}

就这样,我的校内页面就完成了。这里围观。

按照上面的方法将个人页面换成静态的图片要有这样的代价:

  • 你的个人页面上只有一张背景图,其余什么内容都没有。
  • 没有任何连接。

 

如果你每时每刻都想着校内,那我不建议你这么做,你还是安心去抢你的车位,偷别人的南瓜去吧。

 

校内模板——不要在校内浪费太多时间

0 Comments | This entry was posted on Mar 04 2009

 

 预览

 

名称:Waste-time

主题:不要在校内浪费太多时间!

代码:
body {
    margin:10px auto;
    color: #3C3940;
    font:13px , "Comic Sans MS", "Trebuchet MS", verdana, sans-serif;
    background: #1A1B1F url(‘http://xiaopback.cn/images/wastebg.gif’) fixed no-repeat top left;
}
a:link {color: #1f3a87; text-decoration:none;}
a:visited {color: #1f3a87;text-decoration:none;}
a:hover {color: #bc2931; text-decoration: underline;}
a:active {color: #bc2931;}

/* Made By ZhouGe ^^ */
.profile .profile-panel{ background:url() no-repeat 50% 0;border-bottom:none;}
.betabar { opacity:0.0; }
.menu-bar { opacity:0.0; }

.left-column{ margin:0 auto; background-color: #FFF; padding-top:20px; padding-bottom:10px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px;-webkit-border-top-left-radius: 5px; border-left:7px solid #FFF;}
.profile-tabs{ margin:0 auto; background-color:#FFF; padding-top:20px; -moz-border-radius-topright: 5px;-webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px;-webkit-border-top-left-radius: 5px;}
.tab-content{ margin:0 auto; width:950px; background-color:#FFF; -moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px;}
#footer{ margin:0 auto; width:950px; background-color:#FFF; -moz-border-radius: 5px;-webkit-border-radius: 5px; padding-top:3px; margin-top:15px; margin-bottom:40px;}

使用方法:你比我清楚。

使用代价:原则上免费,但你要是非要请我吃饭或者棒棒糖的话,我是不会拒绝的。

校内网之歌

0 Comments | This entry was posted on Feb 26 2009

来源在 这里

 

仅供娱乐。