| 1 |
/* ---------------------------------------------- |
| 2 |
Start Wide |
| 3 |
---------------------------------------------- */ |
| 4 |
.alt-1.icalWide { |
| 5 |
background: #fdfcfc; |
| 6 |
} |
| 7 |
|
| 8 |
.alt-1.icalWide:hover { |
| 9 |
background: none; |
| 10 |
} |
| 11 |
|
| 12 |
.alt-1.icalWide .today { |
| 13 |
background: #fdfcfc; |
| 14 |
display: inline-block; |
| 15 |
vertical-align: middle; |
| 16 |
-webkit-transform: perspective(1px) translateZ(0); |
| 17 |
transform: perspective(1px) translateZ(0); |
| 18 |
box-shadow: 0 0 1px rgba(0, 0, 0, 0); |
| 19 |
position: relative; |
| 20 |
-webkit-transition-duration: 0.3s; |
| 21 |
transition-duration: 0.3s; |
| 22 |
-webkit-transition-property: transform; |
| 23 |
transition-property: transform; |
| 24 |
} |
| 25 |
|
| 26 |
.alt-1.icalWide .today:before { |
| 27 |
pointer-events: none; |
| 28 |
position: absolute; |
| 29 |
z-index: -1; |
| 30 |
content: ''; |
| 31 |
top: 100%; |
| 32 |
left: 5%; |
| 33 |
height: 10px; |
| 34 |
width: 90%; |
| 35 |
opacity: 0; |
| 36 |
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); |
| 37 |
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); |
| 38 |
-webkit-transition-duration: 0.3s; |
| 39 |
transition-duration: 0.3s; |
| 40 |
-webkit-transition-property: transform, opacity; |
| 41 |
transition-property: transform, opacity; |
| 42 |
} |
| 43 |
|
| 44 |
.alt-1.icalWide .today { |
| 45 |
border: 1px solid #045282; |
| 46 |
} |
| 47 |
|
| 48 |
.alt-1.icalWide .today:hover { |
| 49 |
border-radius: 50%; |
| 50 |
border: 2px solid #F6F6F6; |
| 51 |
padding: 10px; |
| 52 |
margin: 4px -4px; |
| 53 |
background-color: #fafafa; |
| 54 |
-webkit-transform: translateY(-5px); |
| 55 |
transform: translateY(-5px); |
| 56 |
} |
| 57 |
|
| 58 |
.alt-1.icalWide .today:hover:before { |
| 59 |
border-radius: 50%; |
| 60 |
border: 2px solid #F6F6F6; |
| 61 |
padding: 10px; |
| 62 |
margin: 4px -4px; |
| 63 |
background-color: #fafafa; |
| 64 |
opacity: 1; |
| 65 |
-webkit-transform: translateY(5px); |
| 66 |
transform: translateY(5px); |
| 67 |
} |
| 68 |
|
| 69 |
.alt-1.icalWide .today:after { |
| 70 |
background-position: 0 auto; |
| 71 |
} |
| 72 |
|
| 73 |
.alt-1.icalWide .today span { |
| 74 |
color: #045282; |
| 75 |
} |
| 76 |
|
| 77 |
.alt-1.icalWide .today .num { |
| 78 |
color: #3E8ADB; |
| 79 |
font-size: 52px; |
| 80 |
font-weight: bold; |
| 81 |
line-height: 52px; |
| 82 |
} |
| 83 |
|
| 84 |
.alt-1.icalWide .today .more { |
| 85 |
color: #045282; |
| 86 |
font-size: 11px; |
| 87 |
font-weight: normal; |
| 88 |
font-style: italic; |
| 89 |
line-height: 24px; |
| 90 |
} |
| 91 |
|
| 92 |
.alt-1.icalWide .today .moon { |
| 93 |
color: #f76936; |
| 94 |
} |
| 95 |
|
| 96 |
.alt-1.icalWide .today .moon .phase { |
| 97 |
font-size: 24px; |
| 98 |
font-weight: bold; |
| 99 |
text-shadow: 1px 1px 2px #fcfcca, 0 0 25px #feb848, 0 0 5px #ffa02c; |
| 100 |
} |
| 101 |
|
| 102 |
/* ---------------------------------------------- |
| 103 |
End Wide |
| 104 |
---------------------------------------------- */ |
| 105 |
/* ---------------------------------------------- |
| 106 |
Start Compact |
| 107 |
---------------------------------------------- */ |
| 108 |
.alt-1.icalComp .ctitle a { |
| 109 |
color: #FFF; |
| 110 |
font-family: "Bookman Old Style", "Book Antiqua", sans-serif; |
| 111 |
width: 170px; |
| 112 |
} |
| 113 |
|
| 114 |
.alt-1.icalComp .ctitle a:hover { |
| 115 |
text-decoration: none; |
| 116 |
} |
| 117 |
|
| 118 |
.alt-1.icalComp .cephem { |
| 119 |
margin: 0 auto; |
| 120 |
padding: 0; |
| 121 |
position: relative; |
| 122 |
} |
| 123 |
|
| 124 |
.alt-1.icalComp .cephem .today { |
| 125 |
display: block; |
| 126 |
height: 50px; |
| 127 |
left: 22px; |
| 128 |
position: absolute; |
| 129 |
top: 31px; |
| 130 |
width: 126px; |
| 131 |
} |
| 132 |
|
| 133 |
.alt-1.icalComp .cephem .daysem { |
| 134 |
color: #045282; |
| 135 |
font-family: "Bookman Old Style", "Book Antiqua", sans-serif; |
| 136 |
left: -22px; |
| 137 |
} |
| 138 |
|
| 139 |
.alt-1.icalComp .cephem .day { |
| 140 |
color: #045282; |
| 141 |
} |
| 142 |
|
| 143 |
.alt-1.icalComp .cephem .day span { |
| 144 |
background: none repeat scroll 0 0 #fff4e6; |
| 145 |
display: block; |
| 146 |
float: left; |
| 147 |
font-family: "Bookman Old Style", "Book Antiqua", sans-serif; |
| 148 |
line-height: 46px; |
| 149 |
margin-right: 5px; |
| 150 |
position: relative; |
| 151 |
text-align: center; |
| 152 |
top: 0; |
| 153 |
width: 34px; |
| 154 |
} |
| 155 |
|
| 156 |
.alt-1.icalComp .cephem .month { |
| 157 |
font-family: "Bookman Old Style", "Book Antiqua", sans-serif; |
| 158 |
text-transform: unset; |
| 159 |
} |
| 160 |
|
| 161 |
.alt-1.icalComp .cephem .fete { |
| 162 |
color: #045282; |
| 163 |
display: block; |
| 164 |
font-family: "Bookman Old Style", "Book Antiqua", sans-serif; |
| 165 |
font-size: 12px; |
| 166 |
left: -22px; |
| 167 |
line-height: 18px; |
| 168 |
position: absolute; |
| 169 |
text-align: center; |
| 170 |
top: 50px; |
| 171 |
width: 170px; |
| 172 |
} |
| 173 |
|
| 174 |
.alt-1.icalComp .cephem .moon { |
| 175 |
color: #045282; |
| 176 |
font-family: "Bookman Old Style", "Book Antiqua", sans-serif; |
| 177 |
} |
| 178 |
|
| 179 |
.alt-1.icalComp .cephem .moon .phase { |
| 180 |
color: #045282; |
| 181 |
} |
| 182 |
|
| 183 |
/* ---------------------------------------------- |
| 184 |
End Compact |
| 185 |
---------------------------------------------- */ |