quinta-feira, 3 de março de 2016

/* Arquivo do blog em calendário por Phydeaux3 - Modificado por Follow your dreams
-----------------------------------------------*/
#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 #f8f8f8;
padding: 2px;
margin: 10px 0 0;
background: #f8f8f8;
font-family: Arial;
font-size: 13px;
font-weight: normal;
}
/* The Archive Select Menu */
#bcaption select {
background: #f8f8f8;
border: 0 solid #f8f8f8;
color: #000000;
font-family: Arial, Georgia;
font-size: 14px;
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;
font: normal normal 13px Arial;
font-weight: normal;
background: #e59cb3;
color: #ffffff;
}
/* The calendar Table */
table#bcalendar {
border: 1px solid #f8f8f8;
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 #f8f8f8;
color: #7f7f7f;
font-family: Arial, Georgia;
font-size: 14px;
}
/* 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: #7992b8;
}
table#bcalendar tbody tr td a:hover {
color: #e59cb3;
}
/* 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 }
/* Cells with a Link Entry in them */
td.highlightCell {
background: #f0f4f8;
border: 1px solid #ebebeb;
}
/* Table Footer Navigation */
table#bcNavigation {
width: 100%;
background: #ebebeb;
border: 1px solid #ebebeb;
border-top: 0;
color: #7f7f7f;
font: normal normal 13px;
}
table#bcNavigation a:link {
text-decoration: none;
color: #7f7f7f;
}
td#bcFootPrev { width: 10px }
td#bcFootAll { text-align: center }
td#bcFootNext { width: 10px }
ul#calendarUl {
margin: 5px auto 0!important;
border-bottom: 1px dotted #e59cb3;
}
ul#calendarUl li a:link {
border-bottom: 1px dotted #e59cb3;
}

Nenhum comentário:

Postar um comentário