?? 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 + -