调整wordpress日历风格css代码
调整日历风格css代码
相关文章:
you can adjust all the calendar font and cell sizes via css.
i personally used:/* Begin Calendar */
#wp-calendar {border: 1px solid #ddd;
empty-cells: show;
width: 160px;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
color:#000;
font-size: 7.7pt;
}#wp-calendar #next a {
padding-right: 1px;
text-align: right;
text-decoration: none;
background-color: #ffffff;
}#wp-calendar #prev a {
padding-left: 1px;
text-align: left;
text-decoration: none;
background-color: #ffffff;
}#wp-calendar a {
display: block;
color: #527434;
background-color: #cccccc;
}#wp-calendar caption {
text-align: left;
font-family: 'Arial Black';
color: #A04444;
font-size: 7.5pt;
text-transform: uppercase;
}#wp-calendar td {
padding: 0px;
text-align: center;
background-color: #ffffff;
}#wp-calendar #today {
color: #A04444;
}#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #ffffff; }
}
/* End Calendar */hope this helps
![]()
- 自动转向技术-网页自动转向代码
- 找寻中国风格
- 英文界音乐风格分类基础
- PHP代码资源网站
- css设计参考站点
- WP Themers: 1.5 theme cheat-sheet
- WP-Taggerati: a new tags plugin for WordPress
- wp的Quicktags按钮添加方法
- 更新了wordpress的圣诞节主题themes供下载
- wordpress转移数据库搬家纪实
中文关键字:wordpress 日历 风格 调整 代码 css calendar color background text ffffff font align padding wp













