关于博客:本博客文章用来记录“脚步”、分享……(MSN:orczhou###hotmail.com Gtalk orczhou##gmail.com)
关于作者:who is me ? 咋一想,用几句话概况实在是很难,好在有人帮我给出了答案”You Are What Your Read“,So:
————————Wordpress 更新日志————–
-
2009-08-09:添加插件”WP-Cumulus“。代码更改如下:
<!–Modified by orczhou for Plugin-wp-cumulus–>
<?/*php wp_tag_cloud(’unit=px&smallest=12&largest=22&number=20′); */
wp_cumulus_insert();?> -
2009-12-02:CSS样式如下:.mycode {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#222222 url(../image/code.gif) repeat scroll 0 0;
border-left:6px solid #1664D9;
color:#00CC00;
display:block;
font-family:”Courier New”,Courier,monospace;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:12px;
overflow:auto;
padding:10px;
width:95%;
}
