Modelo 05
/*---Archive Calendar CSS---*/
#calendarDisplay { display: none }
/* div that holds calendar */
#blogger_calendar {
margin: 5px 0 0 0;
width: 100%;
}
/* Table Caption - Holds the Archive Select Menu */
#bcaption {
border: 1px solid #C4C4C4;
padding: 2px;
margin: 10px 0 0;
background: #ffffff;
/*font: normal bold 13px Calibri*/;
font-family: 'Didact Gothic', Arial, Georgia;
font-size: 12px;
font-weight: normal;
}
/* The Archive Select Menu */
#bcaption select {
background: #ffffff;
border: 1px solid #ffffff;
color: #333;
font-family: 'Didact Gothic', Arial, Georgia;
font-size: 13px;
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: 2px;
border: 0px solid #F48A88; /*#C4C4C4; _NO__DOTCOMMA__AFTER__*/
/*font: normal bold 13px Calibri;*/
font-family: 'Didact Gothic', Arial, Georgia;
font-size: 13px;
font-weight: normal;
background: #95A052;
color: #ffffff;
}
/* The calendar Table */
table#bcalendar {
border: 1px solid #C4C4C4;
border-top: 0;
margin: 0px 0 0px;
width: 100%;
background: #ffffff;
}
/* The Cells in the Calendar */
table#bcalendar tbody tr td {
text-align: center;
padding: 2px;
border: 1px solid #C4C4C4;
color: #333;
font-family: 'Didact Gothic', Arial, Georgia;
font-size: 12px;
font-weight: normal;
/*font: normal bold 13px Calibri;*/;
}
/* 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: #ffffff;
}
table#bcalendar tbody tr td a:hover { color: #95A052 }
/* First Row Empty Cells */
td.firstCell { visibility: visible }
/* Cells that have a day in them */
td.filledCell { }
td.filledCell:hover { background: #eaeaea; color:333; }
/* Cells that are empty, after the first row */
td.emptyCell { visibility: hidden }
/* Cells with a Link Entry in them */
td.highlightCell {
background: #2097AC;
border: 1px solid #C4C4C4;
}
td.highlightCell:hover { background:#eaeaea;
}
/* Table Footer Navigation */
table#bcNavigation {
width: 100%;
background: #eaeaea;
border: 1px solid #C4C4C4;
border-top: 0;
color: #333;
font-size:13px ; font-weight:bold;
}
table#bcNavigation a:link {
text-decoration: none;
color: #7C8644;
}
table#bcNavigation a:hover {
text-decoration: none;
color: #2097AC;
}
td#bcFootPrev { width: 10px }
td#bcFootAll { text-align: center }
td#bcFootNext { width: 10px }
ul#calendarUl {
margin: 5px auto 0!important;
border-bottom: 1px dotted #C4C4C4;
}
ul#calendarUl li a:link { border-bottom: 1px dotted #FDD7D1 }