calendar.css |
themes/gridy_182/calendar.css |
|
/* calendar styles */
.block-calendar {
width: 182px;
}
#calendar-body {
position: relative;
width: 182px;
}
.pretty-calendar-week .calendar-value,
.calendar-daynames .calendar-value {
color: #999;
cursor: default;
display: block;
float:… |
calendar.css |
themes/vista_198/calendar.css |
|
/* calendar styles */
.block-calendar {
background: transparent url("background.png") no-repeat top center;
min-height: 130px;
padding: 15px;
width: 168px;
}
/*IE6 hack */
*html .block-calendar {
background-image:… |
calendar.css |
themes/standard/calendar.css |
|
/* calendar styles */
.block-calendar {
min-height: 40px;
width: 100%;
}
#calendar-body {
position: relative;
width: 100%;
}
.calendar-container {
background-color: #fafafa;
border: 1px solid #ccc;
margin: 0;
padding:… |
calendar.css |
themes/round/calendar.css |
|
/* calendar styles */
#calendar-body {
position: relative;
width: 100%;
}
.block-calendar {
min-height: 40px;
width: 100%;
}
.block-calendar a {
text-decoration: none;
}
.calendar-container {
background-color: #fff;
border: 1px solid… |
pretty-calendar-day.tpl.php |
pretty-calendar-day.tpl.php |
|
Theme implementation to display day cell. |
pretty-calendar-week.tpl.php |
pretty-calendar-week.tpl.php |
|
Theme implementation to display week line.
That file useful when you need to show numbers of week. |
pretty-calendar.tpl.php |
pretty-calendar.tpl.php |
|
Theme implementation to display calendar block. |
pretty_calendar.info |
pretty_calendar.info |
|
name = Pretty Calendar
description = Simple nice calendar module that displays the materials by date.
core = 7.x |
pretty_calendar.install |
pretty_calendar.install |
|
Install and uninstall functions for the Pretty Calendar module |
pretty_calendar.module |
pretty_calendar.module |
|
Simple nice calendar module that displays the materials by date. |
README.txt |
README.txt |
|
-- SUMMARY --
Simple nice calendar module that displays the materials by date. Date can be
selected from node creation time or from date field (Date module required).
This module creates new block "Calendar" and new pages… |