Posts tagged: css

使用css3实现阴影

以前界面中的阴影,需要依赖作图工具生成带阴影的底图。使用css3可以很好的解决这个问题。 比如,这是个简单的代码: <body> <div id=‘content’></div> </body> 如果没有使用css3阴影,比如css如下: #content{    height: 200px;    width: 400px;    margin: 10px auto;    background: rgba(88,88,88,0.5); } 那么效果类似这样:    发送文章为PDF   

星期一 十二月 26th, 2011 in , , , , , , | No Comments »

wordpress更改侧栏字体大小

默认模板的侧栏链接字体太小。 更改style.css的这部分: #sidebar {     font: 1.15em ‘Lucida Grande’, Verdana, Arial, Sans-Serif;     }    发送文章为PDF   

星期五 九月 26th, 2008 in , , , | No Comments »