Modelo 04

/*---Archive Calendar CSS 4---*/ #calendarDisplay { display: none } /* div that holds calendar */ #blogger_calendar { margin: 0px auto 0px 0px; width: 100%; } /* Table Caption - Holds the Archive Select Menu */ #bcaption { border: 1px solid #C7C7C7; padding: 2px; margin: 10px 0 0; background: #222; font: bold 100% Tahoma, Arial, Sans-serif; } /* The Archive Select Menu */ #bcaption select { background: #222; border: 0 solid #C7C7C7; color: #fff; font-weight: bold; text-align: center; } /* The Heading Section */ table#bcalendar thead { } /* Head Entries */ table#bcalendar thead tr th { width: 20px; text-align: center; padding: 3px; border: 1px solid #C7C7C7; font: bold 100% Tahoma, Arial, Sans-serif; background: #222; color: #fff; } /* The calendar Table */ table#bcalendar { border: 1px solid #C7C7C7; border-top: 0; margin: 0px 0 0px; width: 100%; background: #222; } /* The Cells in the Calendar */ table#bcalendar tbody tr td { cursor: pointer; text-align: center; border-radius: 4px; padding: 3px; border: 1px solid #C7C7C7; color: #fff; font: bold 100% Tahoma, Arial, Sans-serif; } /* Links in Calendar */ table#bcalendar tbody tr td a:link, table#bcalendar tbody tr td a:visited, table#bcalendar tbody tr td a:active { font-weight: bold; color: #222; text-decoration: none; } table#bcalendar tbody tr td a:hover { color: #ffffff; text-decoration: none; } /* First Row Empty Cells */ td.firstCell { visibility: visible } /* Cells that have a day in them */ td.filledCell { background: #222 } td.filledCell:hover { background: #ccc } /* Cells that are empty, after the first row */ td.emptyCell { visibility: hidden } /* Cells with a Link Entry in them */ td.highlightCell { background: #ddd; border: 1px solid #C7C7C7; } td.highlightCell:hover { background: #919191; border: 1px solid #C7C7C7; } /* Table Footer Navigation */ table#bcNavigation { width: 100%; background: #222; border: 1px solid #C7C7C7; border-top: 0; color: #fff; font: bold 100% Tahoma, Arial, Sans-serif; } table#bcNavigation a:link { text-decoration: none; color: #fff; } table#bcNavigation a:hover { text-decoration: underline } td#bcFootPrev { width: 10px } td#bcFootAll { text-align: center } td#bcFootNext { width: 10px } ul#calendarUl { margin: 5px auto 0!important; border-bottom: 1px dotted #c7c7c7; } ul#calendarUl li a:link { border-bottom: 1px dotted #FDD7D1 }