百度空间 日历模块怎么修改背景颜色?
发布网友
发布时间:2024-10-07 01:22
我来回答
共2个回答
热心网友
时间:2024-10-25 13:47
#m_cals.modbox{margin-left:2px}#m_cals.modbox td{font-family:Georgia;text-decoration:none;}#m_cals div{background:url(
) background-attachment: fixed;}/*日历主体背景,边框*/div#cals .cal_yr table{width:30px}/*年,月表格*/div#cals .cal_yr td{font-size:12px;background:none;padding:1px;white-space:nowrap;line-height:15px}/*年,月单元格*/div#cals .cal_yr .cal_pre{font-size:8px;background:url(http://wysck.cn/source2008/07/05/19/001/059.gif) no-repeat center center;padding-left:10px}/*上一月箭头(正常)*/div#cals .cal_yr .cal_nxt{font-size:8px;background:url(http://wysck.cn/source2008/07/05/19/001/059.gif) no-repeat center center;padding-left:10px}/*下一月箭头(正常)*/div#cals .cal_yr .cal_pre_ovr{font-size:8px;background:url(
" target="_blank" >
) no-repeat center center;padding-left:10px;cursor:pointer}/*上一月箭头(鼠标悬停)*/div#cals .cal_yr .cal_nxt_ovr{font-size:8px;background:url(
" target="_blank" >
) no-repeat center center;padding-left:10px;cursor:pointer}/*下一月箭头(鼠标悬停)*/建议图片网址换一下,因为这些图片的颜色不是黑色
热心网友
时间:2024-10-25 13:47
#m_cals {background:#ffffff} --设置模块背景颜色
#mod_cals .modbox td {color:#009933}/*设置字体颜色 */
#m_cals div{background:transparent}/*设置背景为透明*/
div#cals *.cal_active{color:#9900cc;text-decoration:underline;font-weight:bold;}/*有更新的日期效果*/
热心网友
时间:2024-10-25 13:44
#m_cals.modbox{margin-left:2px}#m_cals.modbox td{font-family:Georgia;text-decoration:none;}#m_cals div{background:url(
) background-attachment: fixed;}/*日历主体背景,边框*/div#cals .cal_yr table{width:30px}/*年,月表格*/div#cals .cal_yr td{font-size:12px;background:none;padding:1px;white-space:nowrap;line-height:15px}/*年,月单元格*/div#cals .cal_yr .cal_pre{font-size:8px;background:url(http://wysck.cn/source2008/07/05/19/001/059.gif) no-repeat center center;padding-left:10px}/*上一月箭头(正常)*/div#cals .cal_yr .cal_nxt{font-size:8px;background:url(http://wysck.cn/source2008/07/05/19/001/059.gif) no-repeat center center;padding-left:10px}/*下一月箭头(正常)*/div#cals .cal_yr .cal_pre_ovr{font-size:8px;background:url(
" target="_blank" >
) no-repeat center center;padding-left:10px;cursor:pointer}/*上一月箭头(鼠标悬停)*/div#cals .cal_yr .cal_nxt_ovr{font-size:8px;background:url(
" target="_blank" >
) no-repeat center center;padding-left:10px;cursor:pointer}/*下一月箭头(鼠标悬停)*/建议图片网址换一下,因为这些图片的颜色不是黑色
热心网友
时间:2024-10-25 13:48
#m_cals {background:#ffffff} --设置模块背景颜色
#mod_cals .modbox td {color:#009933}/*设置字体颜色 */
#m_cals div{background:transparent}/*设置背景为透明*/
div#cals *.cal_active{color:#9900cc;text-decoration:underline;font-weight:bold;}/*有更新的日期效果*/