Skip to content

Instantly share code, notes, and snippets.

@juarezpaf
Created May 5, 2009 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juarezpaf/107070 to your computer and use it in GitHub Desktop.
Save juarezpaf/107070 to your computer and use it in GitHub Desktop.
/** Calendar **/
#agenda { height: 230px;}
table.calendar { text-align: center; margin: 0 auto 14px}
table.calendar thead { height: 40px; display: block}
table.calendar thead tr th { display: none}
table.calendar tbody { padding-top: 20px}
table.calendar tr td { font: 1.1em Tahoma; padding: 6px 9px 0 10px; color: #fff; text-align: right}
table.calendar tr td a { color: #BF6908; text-decoration: none}
table.calendar tr td a:hover { text-decoration: underline}
.actions { width: 100%; height: 27px; padding-left: 15px}
.actions ul { margin: 0 !important}
.actions li { list-style: none; float: left; line-height: 27px}
.actions td { position: relative}
.actions .prev { width: 30px}
.actions .next { width: 25px}
.actions a { display: block; overflow: hidden; text-indent: -9999em; position: relative;}
.actions .previous { width: 22px; height: 22px; left:4px;top:-2px;}
.actions .next a { height: 22px; top:-2px;}
.actions .month { font: bold 1.5em "Myriad Pro", Myriad, Tahoma, sans-serif; color: #BF6500; text-transform: uppercase; width: 72px; text-align: center;}
.actions .year { font: 1.1em Tahoma; color: #BF6908; padding-right:8px; text-align:right; width:70px;}
.actions .changeYear { width: 40px; height: 18px; margin-left: 4px}
.actions .changeYear a { height:17px;top:-4px;width:16px;}
.wrapCalendar .calendar { margin: 0 auto 17px}
.wrapCalendar .calendar thead { height: 50px}
.wrapCalendar .actions .prev { width:20px;}
.wrapCalendar .actions .prev a { left: 0}
.wrapCalendar .actions .month { padding-top:4px;}
.wrapCalendar .actions .changeYear a { top: 0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment