/* Archive Calendar Variable Setups Do not modify unless you know what's what ========================================= <Variable name="bcCalenderFonts" description="Calendar Font Sizes" type="font" default="normal normal 80% Verdana" / value="normal normal 80% Verdana"> <Variable name="bcTableBackgroundColor" description="Calendar Background Color" type="color" default="#ffffff" value="#ffffff"> <Variable name="bcTableBorderColor" description="Calendar Border Color" type="color" default="#cccccc" value="#cccccc"> <Variable name="bcTableTextColor" description="Calendar Text Color" type="color" default="#666666" value="#666666"> <Variable name="bcMenuBackgroundColor" description="Calendar Menu Select Background Color" type="color" default="#ffffff" value="#ffffff"> <Variable name="bcMenuTextColor" description="Calendar Menu Select Text Color" type="color" default="#666666" value="#666666"> <Variable name="bcTableHeaderBackgroundColor" description="Calendar Header Background Color" type="color" default="#ffffff" value="#ffffff"> <Variable name="bcTableHeaderTextColor" description="Calendar Header Text Color" type="color" default="#666666" value="#666666"> <Variable name="bcTableHighLightColor" description="Calendar Highlight Color" type="color" default="#D9DDFC" value="#D9DDFC"> <Variable name="bcCalenderLinksColor" description="Calendar Links Color" type="color" default="#5F63B3" value="#5F63B3"> <Variable name="bcCalenderLinksHoverColor" description="Calendar Links Hover Color" type="color" default="#FF6600" value="#FF6600"> <Variable name="bcTableFooterBackground" description="Calendar Footer Background Color" type="color" default="#ffffff" value="#ffffff"> <Variable name="bcFooterLinksColor" description="Calendar Footer LinksColor" type="color" default="#5F63B3" value="#5F63B3"> =========================================== End Archive Calendar Variables */ /* Archive Calendar CSS ----------------------------------------------- */ /* div that holds calendar */ #blogger_calendar { margin:5px 0 0 0;width:98%;} /* Table Caption - Holds the Archive Select Menu */ #bcaption {border:1px solid $bcTableBorderColor; -moz-border-radius:15px;-webkit-border-radius:15px;padding:2px;margin:10px 0 0;background:$bcMenuBackgroundColor;font:$bcCalenderFonts} /* The Archive Select Menu */ #bcaption select {background:$bcMenuBackgroundColor;border:0 solid $bcMenuBackgroundColor;color:$bcMenuTextColor;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:1px outset $bcTableBorderColor; font:$bcCalenderFonts;background:$bcTableHeaderBackgroundColor;color:$bcTableHeaderTextColor} /* The calendar Table */ table#bcalendar {border:1px solid $bcTableBorderColor;border-top:0; margin:0px 0 0px;width:95%;background:$bcTableBackgroundColor} /* The Cells in the Calendar */ table#bcalendar tbody tr td {text-align:center;padding:2px;border:1px outset $bcTableBorderColor; color:$bcTableTextColor;font:$bcCalenderFonts;} /* 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:$bcCalenderLinksColor;} table#bcalendar tbody tr td a:hover {color:$bcCalenderLinksHoverColor;} /* 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:$bcTableHighLightColor;border:1px solid $bcTableBorderColor} /* Table Footer Navigation */ table#bcNavigation {width:95%;background:$bcTableFooterBackground;border:1px solid $bcTableBorderColor;border-top:0;color:$bcTableTextColor;font:$bcCalenderFonts;} table#bcNavigation a:link {text-decoration:none;color:$bcFooterLinksColor} td#bcFootPrev {width:10px;} td#bcFootAll{text-align:center;} td#bcFootNext {width:10px;} ul#calendarUl {margin:5px auto 0!important;} ul#calendarUl li a:link {}