| 1 | .DynarchCalendar, .DynarchCalendar-focused {
|
|---|
| 2 | background-color: #242;
|
|---|
| 3 | }
|
|---|
| 4 | .DynarchCalendar-focused { border-color: #0f0; }
|
|---|
| 5 |
|
|---|
| 6 | .DynarchCalendar-topBar,
|
|---|
| 7 | .DynarchCalendar-bottomBar {
|
|---|
| 8 | background-color: #242;
|
|---|
| 9 | color: #0f0;
|
|---|
| 10 | border-color: #080;
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | .DynarchCalendar-focused .DynarchCalendar-topBar,
|
|---|
| 14 | .DynarchCalendar-focused .DynarchCalendar-bottomBar {
|
|---|
| 15 | background-color: #020;
|
|---|
| 16 | color: #0f0;
|
|---|
| 17 | border-color: #0f0;
|
|---|
| 18 | }
|
|---|
| 19 |
|
|---|
| 20 | .DynarchCalendar-title div {
|
|---|
| 21 | color: #0f0;
|
|---|
| 22 | text-shadow: 1px 1px 1px #fa0;
|
|---|
| 23 | }
|
|---|
| 24 | .DynarchCalendar-pressed-title div {
|
|---|
| 25 | text-shadow: 1px 1px 1px #000;
|
|---|
| 26 | }
|
|---|
| 27 |
|
|---|
| 28 | .DynarchCalendar-dayNames div { color: #0f0; }
|
|---|
| 29 | .DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #fa0; }
|
|---|
| 30 |
|
|---|
| 31 | .DynarchCalendar-hover-navBtn div,
|
|---|
| 32 | .DynarchCalendar-hover-title div,
|
|---|
| 33 | .DynarchCalendar-hover-bottomBar-today {
|
|---|
| 34 | border-color: #0f0;
|
|---|
| 35 | background-color: #000;
|
|---|
| 36 | color: #fa0;
|
|---|
| 37 | }
|
|---|
| 38 | .DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
|
|---|
| 39 | border-color: #0f0;
|
|---|
| 40 | background-color: #000;
|
|---|
| 41 | color: #fa0;
|
|---|
| 42 | }
|
|---|
| 43 |
|
|---|
| 44 | .DynarchCalendar-menu-year {
|
|---|
| 45 | background-color: #000;
|
|---|
| 46 | color: #0f0;
|
|---|
| 47 | border: 1px solid #000;
|
|---|
| 48 | }
|
|---|
| 49 |
|
|---|
| 50 | .DynarchCalendar-pressed-navBtn div,
|
|---|
| 51 | .DynarchCalendar-pressed-title div,
|
|---|
| 52 | .DynarchCalendar-pressed-bottomBar-today,
|
|---|
| 53 | .DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
|
|---|
| 54 | border-color: #000 #0c0 #0c0 #000;
|
|---|
| 55 | background-color: #464;
|
|---|
| 56 | color: #fff;
|
|---|
| 57 | }
|
|---|
| 58 |
|
|---|
| 59 | .DynarchCalendar-hover-date {
|
|---|
| 60 | border-color: #070;
|
|---|
| 61 | color: #0f0 !important;
|
|---|
| 62 | background-color: #000;
|
|---|
| 63 | }
|
|---|
| 64 | .DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { border-color: #040; color: #2a2; }
|
|---|
| 65 | .DynarchCalendar-day {
|
|---|
| 66 | -moz-border-radius: 0;
|
|---|
| 67 | -webkit-border-radius: 0;
|
|---|
| 68 | border-radius: 0;
|
|---|
| 69 | }
|
|---|
| 70 |
|
|---|
| 71 | .DynarchCalendar-day-disabled {}
|
|---|
| 72 |
|
|---|
| 73 | .DynarchCalendar-hover-week { background-color: #131 !important; }
|
|---|
| 74 |
|
|---|
| 75 | .DynarchCalendar-menu {
|
|---|
| 76 | background-color: #040;
|
|---|
| 77 | color: #8f8;
|
|---|
| 78 | }
|
|---|
| 79 | .DynarchCalendar-menu-sep {
|
|---|
| 80 | border-color: #000;
|
|---|
| 81 | background-color: #080;
|
|---|
| 82 | }
|
|---|
| 83 |
|
|---|
| 84 | .DynarchCalendar-day-selected {
|
|---|
| 85 | background-color: #000;
|
|---|
| 86 | border: 1px solid #a90;
|
|---|
| 87 | margin: 0;
|
|---|
| 88 | color: #8f4 !important;
|
|---|
| 89 | }
|
|---|
| 90 | .DynarchCalendar-weekNumber { border-color: #272; color: #0c0; }
|
|---|
| 91 | .DynarchCalendar-day { color: #0c0; }
|
|---|
| 92 | .DynarchCalendar-weekend { color: #fa0; }
|
|---|
| 93 | .DynarchCalendar-day-othermonth { color: #070; }
|
|---|
| 94 | .DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #850; }
|
|---|
| 95 | .DynarchCalendar-day-today { color: #ff0; }
|
|---|
| 96 |
|
|---|
| 97 | .DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #000; }
|
|---|
| 98 |
|
|---|
| 99 | .DynarchCalendar-prevMonth div {
|
|---|
| 100 | background-image: url("nav-left.gif");
|
|---|
| 101 | }
|
|---|
| 102 |
|
|---|
| 103 | .DynarchCalendar-nextMonth div {
|
|---|
| 104 | background-image: url("nav-right.gif");
|
|---|
| 105 | }
|
|---|
| 106 |
|
|---|
| 107 | .DynarchCalendar-prevYear div {
|
|---|
| 108 | background-image: url("nav-left-x2.gif");
|
|---|
| 109 | }
|
|---|
| 110 |
|
|---|
| 111 | .DynarchCalendar-nextYear div {
|
|---|
| 112 | background-image: url("nav-right-x2.gif");
|
|---|
| 113 | }
|
|---|
| 114 |
|
|---|
| 115 | .DynarchCalendar-tooltipCont { background: #242; color: #9bf; }
|
|---|
| 116 | .DynarchCalendar-focused .DynarchCalendar-tooltipCont { background: #020; }
|
|---|