calendar.css

来自「OFFICE办公自动化」· CSS 代码 · 共 24 行

CSS
24
字号
/*calendar css*/
@charset "utf-8";
/* w 165px h 120px*/
.calendar {width:204px;height:150px;border:1px solid #E6F0E7;background-color:#E7F0FB;table-layout:fixed;
}
.calendar .cal{text-align:center;font-family:tahoma;font-size:10px;
}
.calendar .focus{color:#ff0000;font-weight:bolder;
}
#csdnCal table{table-layout:fixed;
}
#csdnCal td{background-color:#ffffff;
}
#csdnCal td,th{text-align:center;font-family:tahoma;font-size:12px;
}
#csdnCal th{height:22px;color:#000000;border-bottom:1px solid #E6F0E7;
}
#csdnCal a{color:#000000;text-decoration:underline
}
#csdnCal button{border-width:1px;height:14px;width:15px;padding-top:-5px;background:#eeeeee;position:relative;
}
#csdnCal span{font-family:webdings;font-size:9px;top:-3px;left:1px;position:absolute;cursor:hand;
}
/*end of calendar css*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?