Want to have the same calendar like my blog? Not only have the functions of the calendar, but also link to all the logs you wrote on the day. First on the option -> Configuration -> Custom CSS selector Add to the following style code: / * Calendar CSS * /
@Charset "UTF-8";
/ * w 165px h 120px * /. Calendar {width: 165px; height: 120px; border: 1px solid # 000000; Background-color: # 0000cc; table-layout: fixed;}. calendar .cal {text-align: center FONT-FAMILY: TAHOMA; FONT-SIZE: 10PX;}. Calendar .focus {color: # ff0000; font-weight: bolder;} # 9cbscal table {Table-layout: fixed;} # 9cbscal td {background-color: #ffffff;} # 9cbscal td, th {text-align: center; font-family: tahoma; font-size: 10px;} # 9cbscal th {height: 17px; color: #ffff; border-bottom: 1px solid # 000000 } # 9cbscal a {color: # 000000; Text-Decoration: underline} # 9cbscal button {border-width: 1px; Height: 14px; width: 15px; padding-top: -5px; background: Relative } # 9cbscal span {font-family: webdings; font-size: 9px; top: -3px; left: 1px; position: absolute; cursor: hand;}
/ * End of Calendar CSS * / then joins JavaScript in Static Declaration / News: