forked from dospuntocero/EventCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change templating in _config.php file, add minor styling
- Loading branch information
1 parent
28e52ec
commit 45eec5a
Showing
8 changed files
with
30 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
|
||
.event-calendar-events ul, .event-calendar-events ul li { list-style:none; margin:0; padding:0; } | ||
#event-calendar-events ul, .event-calendar-events ul li { list-style:none; margin:0; padding:0; } | ||
|
||
.event-calendar-events > ul { border-top:1px solid #ccc; } | ||
|
||
.event-calendar-events .vevent { padding:0 0 1em; margin:0 0 1em; border-bottom:1px solid #ccc; } | ||
#event-calendar-events .vevent { padding:0 0 1em; margin:0 0 1em; border-bottom:1px solid #ccc; } | ||
|
||
.event-calendar-other-dates { margin:1em 0 0; } | ||
.event-calendar-other-dates ul, .event-calendar-other-dates ul li { list-style:none; margin:0; padding:0; } | ||
.event-calendar-other-dates h4 { margin:0; } | ||
|
||
.vevent .dates { font-weight:700; } | ||
|
||
.calendar-view-more.loading {color: #ccc;} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
|
||
.calendar-widget { margin:0 0 2em; } | ||
.calendar-widget table { width:100%; border-collapse:collapse; border:1px solid #ddd; border-spacing:0; margin:0; } | ||
.calendar-widget table td, .calendar-widget table th { border:1px solid #ddd; } | ||
.calendar-widget-table { margin:0 0 2em; } | ||
.calendar-widget-table table { width:100%; border-collapse:collapse; border:1px solid #ddd; border-spacing:0; margin:0; } | ||
.calendar-widget-table table td, .calendar-widget table th { border:1px solid #ddd; } | ||
|
||
.calendar-widget thead th { text-align:center; padding:5px; font-size:1.2em; } | ||
.calendar-widget-table thead th { text-align:center; padding:5px; font-size:1.2em; } | ||
|
||
.calendar-widget tbody td { background-color:#fff; padding:4px; width:13%; font-size:1em; } | ||
.calendar-widget-table tbody td { background-color:#fff; padding:4px; width:13%; font-size:1em; } | ||
|
||
.calendar-widget tbody .calendar-header td { background-color:#555; color:#fff; border-color:#555; } | ||
.calendar-widget-table tbody .calendar-header td { background-color:#555; color:#fff; border-color:#555; } | ||
|
||
.calendar-widget tbody .calendar-day { text-align:right; } | ||
.calendar-widget tbody .show-week { width:9%; text-align:center; } | ||
.calendar-widget tbody .calendar-day:hover, .calendar-widget tbody .show-week:hover, .calendar-widget tbody .selected { background-color:#d9edf7; cursor:pointer; color:#3a87ad; } | ||
.calendar-widget tbody .out-of-month { background-color:#eee; color:#999; } | ||
.calendar-widget tbody .today { font-weight:700; color:#3a87ad; } | ||
.calendar-widget-table tbody .calendar-day { text-align:right; } | ||
.calendar-widget-table tbody .show-week { width:9%; text-align:center; } | ||
.calendar-widget-table tbody .calendar-day:hover, | ||
.calendar-widget tbody .show-week:hover, | ||
.calendar-widget tbody .selected { background-color:#d9edf7; cursor:pointer; color:#3a87ad; } | ||
.calendar-widget-table tbody .out-of-month { background-color:#eee; color:#999; } | ||
.calendar-widget-table tbody .today { font-weight:700; color:#3a87ad; } | ||
.calendar-widget-table tbody .hasEvent {background-image:url(../images/dot.png);background-repeat:no-repeat;background-position:center;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters