Mistylook Wp-Calendar CSS
I’ve noticed that in this theme that I am using, called Mistylook, which can be found at http://wpthemes.info/misty-look/version-2/ did not have any styling for the calendar widget. So I whipped up some CSS and tweaked it. Here is is:
/* Calendar formatting
—————————————————————————–*/table#wp-calendar { margin: 0 auto; text-align: center; }
table#wp-calendar td { padding: 0 2px; }
table#wp-calendar td a { color: #A75959; font-weight: bold; font-size: 125%; }table#wp-calendar td#today { background-color: #808080; }
table#wp-calendar td#today,
table#wp-calendar td#today a { color: #FFFFFF; font-weight: bold; }