📄 calendar.css
字号:
/*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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -