Template:LnNotebookCalendar3
<html> <style> .OWWNBcpYearNavigation, .OWWNBcpMonthNavigation{ background-color:#EEEEEE; text-align:center; vertical-align:middle; text-decoration:none; } .OWWNBcpDayColumnHeader, .OWWNBcpYearNavigation, .OWWNBcpMonthNavigation, .OWWNBcpCurrentMonthDate, .OWWNBcpCurrentMonthDateDisabled, .OWWNBcpOtherMonthDate, .OWWNBcpOtherMonthDateDisabled, .OWWNBcpCurrentDate, .OWWNBcpCurrentDateDisabled, .OWWNBcpTodayText, .OWWNBcpTodayTextDisabled, .OWWNBcpText{ font-family:arial; font-size:8pt; } TD.OWWNBcpDayColumnHeader{ text-align:right; border-color:#CCCCCC; border-width:0 0 1px 0; } .OWWNBcpCurrentMonthDate, .OWWNBcpOtherMonthDate, .OWWNBcpCurrentDate{ text-align:right; text-decoration:none; } .OWWNBcpCurrentMonthDateDisabled, .OWWNBcpOtherMonthDateDisabled, .OWWNBcpCurrentDateDisabled{ color:#D0D0D0; text-align:right; text-decoration:line-through; } .OWWNBcpCurrentMonthDate{
}
.OWWNBcpCurrentDate{
color: #000000;
font-weight:bold;
}
.OWWNBcpOtherMonthDate{
color:#808080;
}
TD.OWWNBcpCurrentDate{
color:#000000;
background-color: transparent;
border-width:1px;
border:solid thin #CCCCCC;
}
TD.OWWNBcpCurrentDateDisabled{
border-width:1px;
border:solid thin #FFAAAA;
}
TD.OWWNBcpTodayText,
TD.OWWNBcpTodayTextDisabled{
border:solid thin #CCCCCC;
border-width:1px 0 0 0;
}
A.OWWNBcpTodayText,
SPAN.OWWNBcpTodayTextDisabled{
height:20px;
}
A.OWWNBcpTodayText{
font-weight:bold;
}
SPAN.OWWNBcpTodayTextDisabled{
color:#D0D0D0;
}
.OWWNBcpBorder{
border: 0px;
}
</style>
<script type="text/javascript" src="/calendar.js"></script>
<script type="text/javascript"> var cal1 = new CalendarPopup('inplace'); var wikibase="wiki/"; var wikipage = location.pathname; var realpage = wikipage.substr(wikibase.length); var redirpage = "/wiki/Special:Redir"+realpage; cal1.setDateFormat("yyyy/MM/dd"); cal1.setCssPrefix("OWWNB"); cal1.setUrlPrefix(redirpage); cal1.showCalendar('inplace'); </script>
</html>