| 1 |
#ef-calendar-title h2 span { |
| 2 |
color: #999999; |
| 3 |
} |
| 4 |
|
| 5 |
#ef-calendar-wrap { |
| 6 |
min-width:900px; |
| 7 |
width: 100%; |
| 8 |
position: relative; |
| 9 |
} |
| 10 |
|
| 11 |
table#ef-calendar-view { |
| 12 |
border: 1px solid #e1e1e1; |
| 13 |
border-collapse: collapse; |
| 14 |
width: 100%; |
| 15 |
} |
| 16 |
|
| 17 |
#ef-calendar-view .day-unit { |
| 18 |
border-right: 1px solid #e1e1e1; |
| 19 |
vertical-align: top; |
| 20 |
height: 100px; |
| 21 |
} |
| 22 |
|
| 23 |
#ef-calendar-view.one-week-showing .day-unit { |
| 24 |
height: 500px; |
| 25 |
} |
| 26 |
|
| 27 |
#ef-calendar-view.two-weeks-showing .day-unit { |
| 28 |
height: 250px; |
| 29 |
} |
| 30 |
|
| 31 |
#ef-calendar-view.three-weeks-showing .day-unit { |
| 32 |
height: 150px; |
| 33 |
} |
| 34 |
|
| 35 |
table#ef-calendar-view .day-unit { |
| 36 |
background-color: #FFFFFF; |
| 37 |
} |
| 38 |
|
| 39 |
table#ef-calendar-view .day-unit.weekend-day { |
| 40 |
background-color: #F9F9F9; |
| 41 |
} |
| 42 |
|
| 43 |
|
| 44 |
#ef-calendar-view .day-unit .day-unit-label { |
| 45 |
float: right; |
| 46 |
display: inline-block; |
| 47 |
color: #666666; |
| 48 |
padding-right: 3px; |
| 49 |
} |
| 50 |
|
| 51 |
#ef-calendar-view .day-unit .day-unit-today { |
| 52 |
float: left; |
| 53 |
display: inline-block; |
| 54 |
color: #666666; |
| 55 |
padding-left: 3px; |
| 56 |
} |
| 57 |
|
| 58 |
#ef-calendar-view .day-unit.weekend-day .day-unit-label, |
| 59 |
#ef-calendar-view .day-unit.weekend-day .month-label { |
| 60 |
color: #999999; |
| 61 |
} |
| 62 |
|
| 63 |
#ef-calendar-view .calendar-heading { |
| 64 |
height: 28px; |
| 65 |
background: #DFDFDF url('menu-bits.gif') repeat-x scroll left top; |
| 66 |
-webkit-border-top-left-radius: 6px; /*** Adds the rounded effect to fit with WP styles ***/ |
| 67 |
-webkit-border-top-right-radius: 6px; |
| 68 |
-moz-border-radius-topleft: 6px; |
| 69 |
-moz-border-radius-topright: 6px; |
| 70 |
border-radius-topleft: 6px; |
| 71 |
border-radius-topright: 6px; |
| 72 |
margin-top:5px; |
| 73 |
} |
| 74 |
|
| 75 |
#ef-calendar-view tr th.column-heading { |
| 76 |
width: 12%; |
| 77 |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); |
| 78 |
color: #333333; |
| 79 |
line-height: 1.3em; |
| 80 |
font-size: 11px; |
| 81 |
} |
| 82 |
|
| 83 |
#ef-calendar-view .day-heading span { |
| 84 |
font-weight: normal; |
| 85 |
} |
| 86 |
|
| 87 |
#ef-calendar-view .month-marker { |
| 88 |
color: #666666; |
| 89 |
border-bottom: 1px solid #E1E1E1; |
| 90 |
font-size: 11px; |
| 91 |
line-height: 15px; |
| 92 |
} |
| 93 |
|
| 94 |
#ef-calendar-view .month-marker td { |
| 95 |
padding-top: 0; |
| 96 |
padding-bottom: 0; |
| 97 |
} |
| 98 |
|
| 99 |
#ef-calendar-view .month-marker-previous { |
| 100 |
text-align: right; |
| 101 |
padding-right: 8px; |
| 102 |
border-right: 1px solid #E1E1E1; |
| 103 |
} |
| 104 |
|
| 105 |
#ef-calendar-view .month-marker-current { |
| 106 |
padding-left: 8px; |
| 107 |
} |
| 108 |
|
| 109 |
table#ef-calendar-view .week-unit { |
| 110 |
border-bottom: 1px solid #E1E1E1; |
| 111 |
} |
| 112 |
|
| 113 |
table#ef-calendar-view .day-unit.today { |
| 114 |
border-top: 1px solid #000; |
| 115 |
} |
| 116 |
|
| 117 |
table#ef-calendar-view .day-item { |
| 118 |
position: relative; |
| 119 |
} |
| 120 |
|
| 121 |
table#ef-calendar-view .day-unit{ |
| 122 |
position: relative; |
| 123 |
} |
| 124 |
|
| 125 |
table#ef-calendar-view .day-unit .schedule-new-post-button{ |
| 126 |
|
| 127 |
background: none; |
| 128 |
border: 1px solid rgb(180,180,180); |
| 129 |
border-top: none; |
| 130 |
border-left: none; |
| 131 |
display: none; |
| 132 |
float:left; |
| 133 |
font-size: 10px; |
| 134 |
} |
| 135 |
|
| 136 |
table#ef-calendar-view .day-unit .schedule-new-post-button:hover{ |
| 137 |
background-color: rgb(220,220,220); |
| 138 |
} |
| 139 |
|
| 140 |
table#ef-calendar-view .day-unit .ui-state-highlight { |
| 141 |
min-height: 20px; |
| 142 |
} |
| 143 |
|
| 144 |
table#ef-calendar-view .day-unit.ui-wrapper-highlight { |
| 145 |
background-color: #FFFFE0; |
| 146 |
} |
| 147 |
|
| 148 |
table#ef-calendar-view .day-unit.ui-wrapper-highlight ul li { |
| 149 |
border-color: #FFFFE0; |
| 150 |
} |
| 151 |
|
| 152 |
table#ef-calendar-view .day-unit.weekend-day.ui-wrapper-highlight { |
| 153 |
background-color: #FFFFE0; |
| 154 |
} |
| 155 |
|
| 156 |
table#ef-calendar-view .day-unit .post-insert-dialog{ |
| 157 |
background-color: #FFF; |
| 158 |
border: 1px solid #CCC; |
| 159 |
-moz-box-shadow:5px 5px 5px #888; |
| 160 |
-webkit-box-shadow:5px 5px 5px #888; |
| 161 |
box-shadow:5px 5px 5px #888; |
| 162 |
left: -5px; |
| 163 |
padding: 5px; |
| 164 |
position: absolute; |
| 165 |
top: -5px; |
| 166 |
width: 225px; |
| 167 |
z-index: 999; |
| 168 |
display: none; |
| 169 |
} |
| 170 |
|
| 171 |
table#ef-calendar-view .day-unit .post-insert-dialog.item-overlay{ |
| 172 |
display: block; |
| 173 |
} |
| 174 |
|
| 175 |
table#ef-calendar-view .day-unit .post-insert-dialog h1{ |
| 176 |
font-size: 13px; |
| 177 |
font-weight: normal; |
| 178 |
font-style: italic; |
| 179 |
margin-bottom: 2px; |
| 180 |
} |
| 181 |
|
| 182 |
table#ef-calendar-view .day-unit .post-insert-dialog .post-insert-dialog-post-title{ |
| 183 |
margin-bottom: 10px; |
| 184 |
} |
| 185 |
|
| 186 |
table#ef-calendar-view .day-unit .post-insert-dialog .post-type-dropdown { |
| 187 |
margin-bottom: 10px; |
| 188 |
} |
| 189 |
|
| 190 |
table#ef-calendar-view .day-unit ul { |
| 191 |
margin-top: 22px; |
| 192 |
margin-bottom: 0; |
| 193 |
padding: 0; |
| 194 |
min-height: 70px; |
| 195 |
} |
| 196 |
|
| 197 |
table#ef-calendar-view .day-unit ul li { |
| 198 |
list-style-type: none; |
| 199 |
margin: 0 -1px; |
| 200 |
word-wrap: break-word; |
| 201 |
padding: 1px; |
| 202 |
border-top: 1px solid #CCCCCC; |
| 203 |
border-bottom: 1px solid #CCCCCC; |
| 204 |
margin-bottom: 5px; |
| 205 |
background-color: #FFFFFF; |
| 206 |
} |
| 207 |
|
| 208 |
table#ef-calendar-view .day-unit ul li .item-status { |
| 209 |
font-size: 11px; |
| 210 |
line-height: 13px; |
| 211 |
color: #999999; |
| 212 |
word-wrap: break-word; |
| 213 |
width: 55px; |
| 214 |
float: right; |
| 215 |
padding-right: 2px; |
| 216 |
text-align: right; |
| 217 |
padding-top: 2px; |
| 218 |
} |
| 219 |
|
| 220 |
table#ef-calendar-view .day-unit ul li .inner { |
| 221 |
margin-right: 57px; |
| 222 |
padding-left: 3px; |
| 223 |
} |
| 224 |
|
| 225 |
table#ef-calendar-view .day-unit ul li .item-headline { |
| 226 |
font-size: 12px; |
| 227 |
line-height: 15px; |
| 228 |
margin-top:0; |
| 229 |
margin-bottom:0; |
| 230 |
color: #21759B; |
| 231 |
} |
| 232 |
|
| 233 |
table#ef-calendar-view .day-unit ul li.is-published:hover { |
| 234 |
cursor: pointer; |
| 235 |
} |
| 236 |
|
| 237 |
table#ef-calendar-view .day-unit ul li.sortable:hover { |
| 238 |
border-color: #21759B; |
| 239 |
background-color: #F7F7F7; |
| 240 |
cursor: pointer; |
| 241 |
} |
| 242 |
|
| 243 |
table#ef-calendar-view .day-unit ul li .item-headline:hover { |
| 244 |
cursor: pointer; |
| 245 |
} |
| 246 |
|
| 247 |
table#ef-calendar-view .day-unit ul li.sortable.ui-sortable-helper { |
| 248 |
cursor: move; |
| 249 |
border-color: #21759B; |
| 250 |
background-color: #F7F7F7; |
| 251 |
} |
| 252 |
|
| 253 |
table#ef-calendar-view .day-unit ul li .item-static .item-inner { |
| 254 |
display: none; |
| 255 |
} |
| 256 |
|
| 257 |
table#ef-calendar-view .day-unit ul li .item-information { |
| 258 |
margin-top: 5px; |
| 259 |
border-top: 1px solid #CCC; |
| 260 |
padding-top: 3px; |
| 261 |
width: 100%; |
| 262 |
} |
| 263 |
|
| 264 |
table#ef-calendar-view .day-unit ul li .item-information .item-field { |
| 265 |
margin-top: 5px; |
| 266 |
margin-bottom: 5px; |
| 267 |
clear:left; |
| 268 |
} |
| 269 |
|
| 270 |
table#ef-calendar-view .day-unit ul li .item-information .item-field .label { |
| 271 |
vertical-align: top; |
| 272 |
max-width: 70px; |
| 273 |
text-align: right; |
| 274 |
font-weight: bold; |
| 275 |
word-wrap: normal; |
| 276 |
padding-right: 5px; |
| 277 |
} |
| 278 |
|
| 279 |
table#ef-calendar-view .day-unit ul li .item-information .item-field .value { |
| 280 |
} |
| 281 |
|
| 282 |
table#ef-calendar-view .day-unit ul li .item-information .item-field .editable-value { |
| 283 |
cursor: pointer; |
| 284 |
} |
| 285 |
|
| 286 |
table#ef-calendar-view .day-unit ul li .item-information .item-field .editable-value:hover { |
| 287 |
text-decoration: underline; |
| 288 |
} |
| 289 |
|
| 290 |
table#ef-calendar-view .day-unit ul li .item-information .item-field .spinner-calendar { |
| 291 |
margin: 0px; |
| 292 |
float: none; |
| 293 |
} |
| 294 |
|
| 295 |
table#ef-calendar-view .day-unit ul li .item-information .item-field em.none { |
| 296 |
color: #999999; |
| 297 |
} |
| 298 |
|
| 299 |
table#ef-calendar-view .day-unit ul li.is-published .item-headline { |
| 300 |
color: #777; |
| 301 |
} |
| 302 |
|
| 303 |
table#ef-calendar-view .day-unit ul li.item-overlay-active { |
| 304 |
position:relative; |
| 305 |
} |
| 306 |
|
| 307 |
table#ef-calendar-view .day-unit ul li .item-overlay { |
| 308 |
min-width: 250px; |
| 309 |
max-width: 350px; |
| 310 |
background-color: #FFF; |
| 311 |
padding: 5px; |
| 312 |
position: absolute; |
| 313 |
z-index: 999; |
| 314 |
top: -5px; |
| 315 |
left: -5px; |
| 316 |
border: 1px solid #CCC; |
| 317 |
-moz-box-shadow:5px 5px 5px #888; |
| 318 |
-webkit-box-shadow:5px 5px 5px #888; |
| 319 |
box-shadow:5px 5px 5px #888; |
| 320 |
} |
| 321 |
|
| 322 |
table#ef-calendar-view .day-unit.last-day ul li .item-overlay { |
| 323 |
right: -5px; |
| 324 |
left: auto; |
| 325 |
} |
| 326 |
|
| 327 |
table#ef-calendar-view .day-unit ul li .item-overlay .item-inner { |
| 328 |
display: block; |
| 329 |
min-width: 170px; |
| 330 |
max-width: 270px; |
| 331 |
} |
| 332 |
|
| 333 |
table#ef-calendar-view .day-unit ul li .item-overlay .item-inner { |
| 334 |
cursor: default; |
| 335 |
} |
| 336 |
|
| 337 |
table#ef-calendar-view .day-unit ul li .item-overlay .item-actions { |
| 338 |
padding-left: 3px; |
| 339 |
padding-right: 3px; |
| 340 |
border-top: 1px solid #CCC; |
| 341 |
padding-top: 3px; |
| 342 |
margin-top: 4px; |
| 343 |
} |
| 344 |
|
| 345 |
table#ef-calendar-view .day-unit ul li .item-overlay .item-actions a { |
| 346 |
text-decoration: none; |
| 347 |
} |
| 348 |
|
| 349 |
table#ef-calendar-view .day-unit ul li .item-overlay .item-actions span.trash a { |
| 350 |
color: #BC0B0B; |
| 351 |
} |
| 352 |
|
| 353 |
#ef-calendar-view .day-unit .show-more { |
| 354 |
margin-right: 5px; |
| 355 |
margin-bottom: 5px; |
| 356 |
display: block; |
| 357 |
text-align: right; |
| 358 |
color: #999; |
| 359 |
font-size: 11px; |
| 360 |
} |
| 361 |
|
| 362 |
/*** Week Navigation Links ***/ |
| 363 |
|
| 364 |
.edit-flow-message { |
| 365 |
margin-top: 2px; |
| 366 |
font-weight:normal; |
| 367 |
padding-left: 25px; |
| 368 |
padding-right: 25px; |
| 369 |
padding-top: 5px; |
| 370 |
padding-bottom: 3px; |
| 371 |
-moz-border-radius: 3px; |
| 372 |
-webkit-border-radius: 3px; |
| 373 |
border-radius: 3px; |
| 374 |
} |
| 375 |
|
| 376 |
.edit-flow-updated-message { |
| 377 |
background-color: #FFFFE0; |
| 378 |
border: 1px solid #E6DB55; |
| 379 |
} |
| 380 |
|
| 381 |
.edit-flow-error-message { |
| 382 |
background-color: #FFEBE8; |
| 383 |
border: 1px solid #CC0000; |
| 384 |
} |
| 385 |
|
| 386 |
.ef_calendar_hidden_list { |
| 387 |
display: none; |
| 388 |
} |
| 389 |
|
| 390 |
.save-metadata-hide { |
| 391 |
display: none; |
| 392 |
} |