/* Arquivo em forma de calendário */ #calendarDisplay { display: none }
/* div that holds calendar */
#blogger_calendar {
margin: 5px 0 0 0;
width: 100%;
}
/* menu seleção */
#bcaption {
border: 2px solid #696969;
padding: 2px;
margin: 10px 0 0;
background: #696969;
font-family: 'Khula', sans-serif;
font-size: 12px;
font-weight: normal;
}
/* menu seleção - arquivo */
#bcaption select {
background: #696969;
border: 0 solid;
color: #fff;
font-family: 'Khula', sans-serif;
font-size: 13px;
font-weight: normal;
text-align: center;
}
/* Corpo */
table#bcalendar thead { }
/* Dias */
table#bcalendar thead tr th {
width: 20px;
text-align: center;
padding: 2px;
border: 1px solid #f7a0b3;
font-family: 'Khula', sans-serif;
font-size: 13px;
font-weight: normal;
background: #f7a0b3;
color: #ffffff;
}
/* Calendário corpo geral*/
table#bcalendar {
border: 1px solid #f7a0b3;
border-top: 0;
margin: 0px 0 0px;
width: 100%;
background: #ffffff;
}
/* Calendário datas */
table#bcalendar tbody tr td {
text-align: center;
padding: 2px;
border: 1px solid #f7a0b3;
color: #f7a0b3á
font-family: 'Khula', sans-serif;
font-size: 12px;
font-weight: normal;
/*font: normal normal 13px Calibri;*/;
}
/* Links */
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: #fff;
}
table#bcalendar tbody tr td a:hover {
color: #fff;
background: #696969;
display: block;
}
/* First Row Empty Cells */
td.firstCell { visibility: visible }
/* Cells that have a day in them */
td.filledCell { }
/* Cells that are empty, after the first row */
td.emptyCell { visibility: hidden }
/* Data com postagem */
td.highlightCell {
background: #f7a0b3;
color: #000;
border: 1px solid #f7a0b3;
}
/* Footer */
table#bcNavigation {
width: 100%;
background: #696969;
border: 1px solid #696969;
border-top: 0;
color: #fff;
font-family: 'Khula', sans-serif;
font-size: 12px;
}
table#bcNavigation a:link {
text-decoration: none;
color: #f7a0b3;
}
td#bcFootPrev { width: 10px }
td#bcFootAll { text-align: center }
td#bcFootNext { width: 10px }
ul#calendarUl {
margin: 5px auto 0!important;
border-bottom: 1px dotted #f7a0b3;
}
ul#calendarUl li a:link { border-bottom: 1px dotted #f7a0b3; }
