Return to Snippet

Revision: 5257
at February 24, 2008 10:20 by weakish


Initial Code
/* 白底黑字的code */

code  {
background:#000000 none repeat scroll 0%;
color:#FFFFFF;
display:block;
font-family:"Lucida Console","Courier New",Courier,monospace;
font-size:1em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
padding:0.5em;
}

/* 标题变色 */
#header a:hover {color: darkred;}

/* 加宽 */

#header {width:1100px;}

#menu {width:1100px;}

#main {width:1100px;}

#content {width:840px;}

#footer {width:1100px;}

Initial URL


Initial Description


Initial Title
eexpress's blog

Initial Tags
wordpress

Initial Language
CSS