Created
October 14, 2014 10:20
-
-
Save prionkor/af7f54e4a2403a45bf1b to your computer and use it in GitHub Desktop.
WP Calendar Widget CSS - Light
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* calendar widget */ | |
.widget_calendar {float: left;} | |
#wp-calendar {width: 100%; } | |
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; } | |
#wp-calendar thead { font-size: 10px; } | |
#wp-calendar thead th { padding-bottom: 10px; } | |
#wp-calendar tbody { color: #aaa; } | |
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;} | |
#wp-calendar tbody td:hover { background: #fff; } | |
#wp-calendar tbody .pad { background: none; } | |
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; } | |
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment