| 1 |
/* Date Picker Styles */ |
| 2 |
|
| 3 |
#ui-datepicker-div.stream-datepicker.ui-widget { |
| 4 |
margin-top: 5px; |
| 5 |
border: 1px solid #ddd; |
| 6 |
|
| 7 |
-webkit-border-radius: 0; |
| 8 |
-moz-border-radius: 0; |
| 9 |
border-radius: 0; |
| 10 |
} |
| 11 |
|
| 12 |
#ui-datepicker-div.stream-datepicker.ui-datepicker * { |
| 13 |
padding: 0; |
| 14 |
font-family: 'Open Sans', sans-serif; |
| 15 |
} |
| 16 |
|
| 17 |
#ui-datepicker-div.stream-datepicker.ui-datepicker { |
| 18 |
padding: 0; |
| 19 |
} |
| 20 |
|
| 21 |
#ui-datepicker-div.stream-datepicker.ui-datepicker table { |
| 22 |
font-size: 13px; |
| 23 |
} |
| 24 |
|
| 25 |
#ui-datepicker-div.stream-datepicker .ui-datepicker-header { |
| 26 |
border: none; |
| 27 |
background: #23282d; |
| 28 |
color: #fff; |
| 29 |
font-weight: normal; |
| 30 |
} |
| 31 |
|
| 32 |
#ui-datepicker-div.stream-datepicker .ui-datepicker-header .ui-state-hover { |
| 33 |
background: #23282d; |
| 34 |
border-color: transparent; |
| 35 |
cursor: pointer; |
| 36 |
|
| 37 |
-webkit-border-radius: 0; |
| 38 |
-moz-border-radius: 0; |
| 39 |
border-radius: 0; |
| 40 |
} |
| 41 |
|
| 42 |
#ui-datepicker-div.stream-datepicker.ui-datepicker thead { |
| 43 |
background: #23282d; |
| 44 |
color: #fff; |
| 45 |
} |
| 46 |
|
| 47 |
#ui-datepicker-div.stream-datepicker .ui-corner-all { |
| 48 |
-webkit-border-radius: 0; |
| 49 |
-moz-border-radius: 0; |
| 50 |
border-radius: 0; |
| 51 |
} |
| 52 |
|
| 53 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-title { |
| 54 |
margin-top: .4em; |
| 55 |
margin-bottom: .3em; |
| 56 |
color: #fff; |
| 57 |
font-size: 14px; |
| 58 |
} |
| 59 |
|
| 60 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-prev-hover, |
| 61 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-next-hover, |
| 62 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-next, |
| 63 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-prev { |
| 64 |
height: 1em; |
| 65 |
top: .9em; |
| 66 |
border:none; |
| 67 |
} |
| 68 |
|
| 69 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-prev-hover { |
| 70 |
left: 2px; |
| 71 |
} |
| 72 |
|
| 73 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-next-hover { |
| 74 |
right: 2px; |
| 75 |
} |
| 76 |
|
| 77 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-next span, |
| 78 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-prev span { |
| 79 |
background-image: url(../stream-icons/datepicker-icons.png); |
| 80 |
background-position: -32px 0; |
| 81 |
margin-top: 0; |
| 82 |
top: 0; |
| 83 |
font-weight: normal; |
| 84 |
} |
| 85 |
|
| 86 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-prev span { |
| 87 |
background-position: -96px 0; |
| 88 |
} |
| 89 |
|
| 90 |
#ui-datepicker-div.stream-datepicker.ui-datepicker table { |
| 91 |
margin: 0; |
| 92 |
} |
| 93 |
|
| 94 |
#ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 95 |
padding: 0.75em 0; |
| 96 |
color: #fff; |
| 97 |
font-weight: normal; |
| 98 |
border: none; |
| 99 |
border-top: 1px solid #32373c; |
| 100 |
} |
| 101 |
|
| 102 |
#ui-datepicker-div.stream-datepicker.ui-datepicker td { |
| 103 |
background: #f1f1f1; |
| 104 |
border: none; |
| 105 |
padding: 0; |
| 106 |
} |
| 107 |
|
| 108 |
#ui-datepicker-div.stream-datepicker td .ui-state-default { |
| 109 |
background: transparent; |
| 110 |
border: none; |
| 111 |
text-align: center; |
| 112 |
padding: .5em; |
| 113 |
margin: 0; |
| 114 |
font-weight: normal; |
| 115 |
color: #32373c; |
| 116 |
} |
| 117 |
|
| 118 |
#ui-datepicker-div.stream-datepicker.ui-datepicker td.ui-state-disabled, |
| 119 |
#ui-datepicker-div.stream-datepicker.ui-datepicker .ui-widget-content td.ui-state-disabled, |
| 120 |
#ui-datepicker-div.stream-datepicker td.ui-state-disabled .ui-state-default { |
| 121 |
opacity: 1; |
| 122 |
color: #999; |
| 123 |
} |
| 124 |
|
| 125 |
#ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 126 |
#ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 127 |
background: #0074a2; |
| 128 |
color: #fff; |
| 129 |
} |
| 130 |
|
| 131 |
/* Other Datepicker Color Schemes */ |
| 132 |
|
| 133 |
/* Light */ |
| 134 |
|
| 135 |
/* Primary Background Color */ |
| 136 |
.admin-color-light #ui-datepicker-div.stream-datepicker .ui-datepicker-header, |
| 137 |
.admin-color-light #ui-datepicker-div.stream-datepicker .ui-datepicker-header .ui-state-hover, |
| 138 |
.admin-color-light #ui-datepicker-div.stream-datepicker.ui-datepicker thead, |
| 139 |
.admin-color-light #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 140 |
.admin-color-light #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 141 |
background: #e5e5e5; |
| 142 |
} |
| 143 |
|
| 144 |
/* Table Background */ |
| 145 |
.admin-color-light #ui-datepicker-div.stream-datepicker.ui-datepicker td { |
| 146 |
background: #fff; |
| 147 |
} |
| 148 |
|
| 149 |
.admin-color-light #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-next span, |
| 150 |
.admin-color-light #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-prev span { |
| 151 |
background-image: url(../stream-icons/datepicker-icons-gray.png); |
| 152 |
} |
| 153 |
|
| 154 |
/* Calendar Top Border */ |
| 155 |
.admin-color-light #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 156 |
border-color: #fff; |
| 157 |
} |
| 158 |
|
| 159 |
/* Calendar Title, Dates Color */ |
| 160 |
.admin-color-light #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-title, |
| 161 |
.admin-color-light #ui-datepicker-div.stream-datepicker td .ui-state-default, |
| 162 |
.admin-color-light #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 163 |
color: #555; |
| 164 |
} |
| 165 |
|
| 166 |
/* Hover State */ |
| 167 |
.admin-color-light #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 168 |
.admin-color-light #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 169 |
color: #fff; |
| 170 |
background: #888; |
| 171 |
} |
| 172 |
|
| 173 |
/* Disabled Color */ |
| 174 |
.admin-color-light #ui-datepicker-div.stream-datepicker.ui-datepicker td.ui-state-disabled, |
| 175 |
.admin-color-light #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-widget-content td.ui-state-disabled, |
| 176 |
.admin-color-light #ui-datepicker-div.stream-datepicker td.ui-state-disabled .ui-state-default { |
| 177 |
color: #ccc; |
| 178 |
} |
| 179 |
|
| 180 |
/* Blue */ |
| 181 |
|
| 182 |
/* Primary Background Color */ |
| 183 |
.admin-color-blue #ui-datepicker-div.stream-datepicker .ui-datepicker-header, |
| 184 |
.admin-color-blue #ui-datepicker-div.stream-datepicker .ui-datepicker-header .ui-state-hover, |
| 185 |
.admin-color-blue #ui-datepicker-div.stream-datepicker.ui-datepicker thead, |
| 186 |
.admin-color-blue #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 187 |
.admin-color-blue #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 188 |
background: #4796B3; |
| 189 |
} |
| 190 |
|
| 191 |
/* Calendar Top Border */ |
| 192 |
.admin-color-blue #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 193 |
border-color: #52ACCC; |
| 194 |
} |
| 195 |
|
| 196 |
/* Calendar Title, Dates Color */ |
| 197 |
.admin-color-blue #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-title, |
| 198 |
.admin-color-blue #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 199 |
color: #fff; |
| 200 |
} |
| 201 |
|
| 202 |
/* Hover State */ |
| 203 |
.admin-color-blue #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 204 |
.admin-color-blue #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 205 |
background: #096484; |
| 206 |
} |
| 207 |
|
| 208 |
/* Coffee */ |
| 209 |
|
| 210 |
/* Primary Background Color */ |
| 211 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker .ui-datepicker-header, |
| 212 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker .ui-datepicker-header .ui-state-hover, |
| 213 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker.ui-datepicker thead, |
| 214 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 215 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 216 |
background: #46403C; |
| 217 |
} |
| 218 |
|
| 219 |
/* Calendar Top Border */ |
| 220 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 221 |
border-color: #59524C; |
| 222 |
} |
| 223 |
|
| 224 |
/* Calendar Title, Dates Color */ |
| 225 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-title, |
| 226 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 227 |
color: #fff; |
| 228 |
} |
| 229 |
|
| 230 |
/* Hover State */ |
| 231 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 232 |
.admin-color-coffee #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 233 |
background: #C7A589; |
| 234 |
} |
| 235 |
|
| 236 |
/* Ectoplasm */ |
| 237 |
|
| 238 |
/* Primary Background Color */ |
| 239 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker .ui-datepicker-header, |
| 240 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker .ui-datepicker-header .ui-state-hover, |
| 241 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker.ui-datepicker thead, |
| 242 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 243 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 244 |
background: #413256; |
| 245 |
} |
| 246 |
|
| 247 |
/* Calendar Top Border */ |
| 248 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 249 |
border-color: #523F6D; |
| 250 |
} |
| 251 |
|
| 252 |
/* Calendar Title, Dates Color */ |
| 253 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-title, |
| 254 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 255 |
color: #fff; |
| 256 |
} |
| 257 |
|
| 258 |
/* Hover State */ |
| 259 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 260 |
.admin-color-ectoplasm #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 261 |
background: #A3B745; |
| 262 |
} |
| 263 |
|
| 264 |
/* Midnight */ |
| 265 |
|
| 266 |
/* Primary Background Color */ |
| 267 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker .ui-datepicker-header, |
| 268 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker .ui-datepicker-header .ui-state-hover, |
| 269 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker.ui-datepicker thead, |
| 270 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 271 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 272 |
background: #26292C; |
| 273 |
} |
| 274 |
|
| 275 |
/* Calendar Top Border */ |
| 276 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 277 |
border-color: #363B3F; |
| 278 |
} |
| 279 |
|
| 280 |
/* Calendar Title, Dates Color */ |
| 281 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-title, |
| 282 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 283 |
color: #fff; |
| 284 |
} |
| 285 |
|
| 286 |
/* Hover State */ |
| 287 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 288 |
.admin-color-midnight #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 289 |
background: #E14D43; |
| 290 |
} |
| 291 |
|
| 292 |
/* Ocean */ |
| 293 |
|
| 294 |
/* Primary Background Color */ |
| 295 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker .ui-datepicker-header, |
| 296 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker .ui-datepicker-header .ui-state-hover, |
| 297 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker.ui-datepicker thead, |
| 298 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 299 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 300 |
background: #627C83; |
| 301 |
} |
| 302 |
|
| 303 |
/* Calendar Top Border */ |
| 304 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 305 |
border-color: #738E96; |
| 306 |
} |
| 307 |
|
| 308 |
/* Calendar Title, Dates Color */ |
| 309 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-title, |
| 310 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 311 |
color: #fff; |
| 312 |
} |
| 313 |
|
| 314 |
/* Hover State */ |
| 315 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 316 |
.admin-color-ocean #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 317 |
background: #9EBAA0; |
| 318 |
} |
| 319 |
|
| 320 |
/* Sunrise */ |
| 321 |
|
| 322 |
/* Primary Background Color */ |
| 323 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker .ui-datepicker-header, |
| 324 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker .ui-datepicker-header .ui-state-hover, |
| 325 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker.ui-datepicker thead, |
| 326 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 327 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 328 |
background: #BE3631; |
| 329 |
} |
| 330 |
|
| 331 |
/* Calendar Top Border */ |
| 332 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 333 |
border-color: #CF4944; |
| 334 |
} |
| 335 |
|
| 336 |
/* Calendar Title, Dates Color */ |
| 337 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker.ui-datepicker .ui-datepicker-title, |
| 338 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker.ui-datepicker th { |
| 339 |
color: #fff; |
| 340 |
} |
| 341 |
|
| 342 |
/* Hover State */ |
| 343 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker td .ui-state-active, |
| 344 |
.admin-color-sunrise #ui-datepicker-div.stream-datepicker td .ui-state-hover { |
| 345 |
background: #DD823B; |
| 346 |
} |
| 347 |
|