github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/root/css/fullcalendar.css (about) 1 2 .fc { 3 direction: ltr; 4 text-align: left; border:1px solid #dadada; 5 } 6 .fc table { 7 border-collapse: collapse; 8 border-spacing: 0; 9 } 10 html .fc, .fc table { 11 font-size: 1em; 12 } 13 .fc td, .fc th { 14 padding: 0; 15 vertical-align: top; 16 } 17 .fc-header { 18 position: relative; 19 } 20 .fc-header td { 21 position: relative; 22 white-space: nowrap; 23 } 24 .fc-header-left { 25 text-align: left; 26 } 27 .fc-header-center { 28 left: 10%; 29 position: absolute; 30 text-align: center; 31 top: 0; 32 width: 80%; 33 } 34 .fc-button-inner { 35 border-left: 1px solid #D5D5D5; 36 } 37 .panel-left .fc-header-right .fc-button:last-child .fc-button-inner { 38 border-right: 1px solid #D5D5D5; 39 } 40 .fc-header-left .fc-button-inner { 41 border: medium none; 42 } 43 .fc-header-right { 44 position: absolute !important; 45 right: 0; 46 text-align: right; 47 top: -37px; 48 } 49 .panel-left .fc-header-right { 50 right: -1px; 51 } 52 .fc-header-title { 53 display: inline-block; 54 vertical-align: top; 55 } 56 .fc-header-title strong { 57 display: block; 58 margin-top: 0; 59 padding: 8px 12px !important; 60 white-space: nowrap; 61 } 62 .fc .fc-header-space { 63 padding-left: 10px; 64 } 65 .fc-header .fc-corner-right { 66 float: right; 67 margin-right: 1px; 68 } 69 .fc-header .ui-corner-right { 70 margin-right: 0; 71 } 72 .fc-header .fc-state-hover, .fc-header .ui-state-hover { 73 z-index: 2; 74 } 75 .fc-header .fc-state-down { 76 z-index: 3; 77 } 78 .fc-header .fc-state-active, .fc-header .ui-state-active { 79 z-index: 4; 80 } 81 .fc-button-prev .fc-button-content { 82 background: url("../img/larrow.png") no-repeat scroll 15px 13px transparent; 83 width: 10px; 84 } 85 .fc-button-next .fc-button-content { 86 background: url("../img/rarrow.png") no-repeat scroll 15px 13px transparent; 87 width: 10px; 88 } 89 .fc-content { 90 } 91 .fc-view { 92 overflow: hidden; 93 width: 100%; 94 } 95 .fc-widget-header, .fc-widget-content { 96 border: 1px solid #D5D5D5; 97 } 98 .fc-state-highlight { 99 background: url("../images/backgrounds/calActiveBg.html") repeat-x scroll 0 0 #F5F5F5; 100 } 101 .fc-cell-overlay { 102 background: none repeat scroll 0 0 #99CCFF; 103 opacity: 0.2; 104 } 105 .fc-button { 106 cursor: pointer; 107 display: inline-block; 108 position: relative; 109 } 110 .fc-state-default { 111 } 112 .fc-button-inner { 113 float: left; 114 overflow: hidden; 115 position: relative; 116 } 117 .fc-state-default .fc-button-inner { 118 } 119 .fc-button-content { 120 float: left; 121 height: 36px; 122 line-height: 37px; 123 padding: 0 14px; 124 position: relative; 125 white-space: nowrap; 126 } 127 .fc-header-right .fc-button-content { 128 height: 37px; 129 } 130 .fc-button-content .fc-icon-wrap { 131 float: left; 132 position: relative; 133 top: 50%; 134 } 135 .fc-button-content .ui-icon { 136 float: left; 137 margin-top: -50%; 138 position: relative; 139 } 140 .fc-state-default .fc-button-effect { 141 left: 0; 142 position: absolute; 143 top: 50%; 144 } 145 .fc-state-default .fc-button-effect span { 146 } 147 .fc-state-default, .fc-state-default .fc-button-inner { 148 } 149 .fc-state-hover, .fc-state-hover .fc-button-inner { 150 } 151 .fc-state-down, .fc-state-down .fc-button-inner { 152 } 153 .fc-state-active, .fc-state-active .fc-button-inner { 154 background: none repeat scroll 0 0 #F9F9F9; 155 color: #797979; 156 } 157 .fc-first th { 158 padding-top: 1px; 159 } 160 .fc-state-disabled, .fc-state-disabled .fc-button-inner { 161 border-color: #DDDDDD; 162 color: #999999; 163 } 164 .fc-state-disabled { 165 cursor: default; 166 } 167 .fc-state-disabled .fc-button-effect { 168 display: none; 169 } 170 .fc-event { 171 border-style: solid; 172 border-width: 0; 173 cursor: default; 174 font-size: 0.85em; 175 } 176 a.fc-event, .fc-event-draggable { 177 cursor: pointer; 178 } 179 a.fc-event { 180 text-decoration: none; 181 } 182 .fc-rtl .fc-event { 183 text-align: right; 184 } 185 .fc-event-skin { 186 background-color: #fb7a2c; 187 border-color: #000000; 188 border-radius: 2px 2px 2px 2px; 189 color: #FFFFFF; 190 display: block; 191 font-size: 11px; 192 margin-top: 1px; 193 padding: 1px 0; 194 } 195 .fc-event-inner { 196 border-style: solid; 197 border-width: 0; 198 height: 100%; 199 overflow: hidden; 200 position: relative; 201 width: 100%; 202 } 203 .fc-event-time, .fc-event-title { 204 display: block; 205 float: left; 206 line-height: 16px; 207 padding: 0 2px 1px 5px; 208 } 209 .fc .ui-resizable-handle { 210 display: block; 211 font-size: 300%; 212 line-height: 50%; 213 overflow: hidden; 214 position: absolute; 215 z-index: 99999; 216 } 217 .fc-event-hori { 218 margin-bottom: 1px; 219 } 220 .fc-event-hori .ui-resizable-e { 221 cursor: e-resize; 222 height: 100% !important; 223 right: -3px !important; 224 top: 0 !important; 225 width: 7px !important; 226 } 227 .fc-event-hori .ui-resizable-w { 228 cursor: w-resize; 229 height: 100% !important; 230 left: -3px !important; 231 top: 0 !important; 232 width: 7px !important; 233 } 234 .fc-event-hori .ui-resizable-handle { 235 } 236 .fc-corner-left { 237 margin-left: 1px; 238 } 239 .fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner { 240 } 241 .fc-corner-right { 242 margin-right: 1px; 243 } 244 .fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner { 245 margin-right: -1px; 246 } 247 .fc-corner-top { 248 margin-top: 1px; 249 } 250 .fc-corner-top .fc-event-inner { 251 margin-top: -1px; 252 } 253 .fc-corner-bottom { 254 margin-bottom: 1px; 255 } 256 .fc-corner-bottom .fc-event-inner { 257 margin-bottom: -1px; 258 } 259 .fc-corner-left .fc-event-inner { 260 } 261 .fc-corner-right .fc-event-inner { 262 } 263 .fc-corner-top .fc-event-inner { 264 border-top-width: 1px; 265 } 266 .fc-corner-bottom .fc-event-inner { 267 border-bottom-width: 1px; 268 } 269 table.fc-border-separate { 270 border-collapse: separate; 271 } 272 .fc-border-separate th, .fc-border-separate td { 273 border-width: 1px 0 0 1px; 274 } 275 .fc-border-separate td:first-child, .fc-border-separate th:first-child { 276 border-left: medium none; 277 } 278 .fc-border-separate th.fc-last, .fc-border-separate td.fc-last { 279 } 280 .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td { 281 border-top-width: 1px; 282 } 283 .fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th { 284 border-top-width: 1px; 285 } 286 .fc-grid th { 287 text-align: center; 288 } 289 .fc-grid .fc-day-number { 290 float: right; 291 padding: 3px 5px; 292 } 293 .fc-grid .fc-other-month .fc-day-number { 294 opacity: 0.3; 295 } 296 .fc-grid .fc-day-content { 297 clear: both; 298 padding: 5px 2px 3px; 299 } 300 .fc-grid .fc-event-time { 301 font-weight: bold; 302 } 303 .fc-rtl .fc-grid .fc-day-number { 304 float: left; 305 } 306 .fc-rtl .fc-grid .fc-event-time { 307 float: right; 308 } 309 .fc-agenda table { 310 border-collapse: separate; 311 } 312 .fc-agenda-days th { 313 text-align: center; 314 } 315 .fc-agenda .fc-agenda-axis { 316 font-weight: normal; 317 padding: 0 4px; 318 text-align: right; 319 vertical-align: middle; 320 white-space: nowrap; 321 width: 50px; 322 } 323 .fc-agenda .fc-day-content { 324 padding: 2px 2px 1px; 325 } 326 .fc-agenda-days .fc-agenda-axis { 327 border-right-width: 1px; 328 } 329 .fc-agenda-days .fc-col0 { 330 border-left-width: 0; 331 } 332 .fc-agenda-allday th { 333 border-width: 0 1px; 334 } 335 .fc-agenda-allday .fc-day-content { 336 min-height: 34px; 337 } 338 .fc-agenda-divider-inner { 339 height: 2px; 340 overflow: hidden; 341 } 342 .fc-widget-header .fc-agenda-divider-inner { 343 background: none repeat scroll 0 0 #EEEEEE; 344 } 345 .fc-agenda-slots th { 346 border-width: 1px 1px 0; 347 } 348 .fc-agenda-slots td { 349 background: none repeat scroll 0 0 transparent; 350 border-width: 1px 0 0; 351 } 352 .fc-agenda-slots td div { 353 height: 20px; 354 } 355 .fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td { 356 border-top-width: 0; 357 } 358 .fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td { 359 border-top-style: dotted; 360 } 361 .fc-agenda-slots tr.fc-minor th.ui-widget-header { 362 } 363 .fc-event-vert { 364 border-width: 0 1px; 365 } 366 .fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content { 367 overflow: hidden; 368 position: relative; 369 width: 100%; 370 z-index: 2; 371 } 372 .fc-event-vert .fc-event-time { 373 font-size: 10px; 374 white-space: nowrap; 375 } 376 .fc-event-vert .fc-event-bg { 377 background: none repeat scroll 0 0 #FFFFFF; 378 height: 100%; 379 left: 0; 380 opacity: 0.3; 381 position: absolute; 382 top: 0; 383 width: 100%; 384 z-index: 1; 385 } 386 .fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg { 387 } 388 .fc-event-vert .ui-resizable-s { 389 bottom: 0 !important; 390 cursor: s-resize; 391 font-family: monospace; 392 font-size: 11px !important; 393 height: 8px !important; 394 line-height: 8px !important; 395 overflow: hidden !important; 396 text-align: center; 397 width: 100% !important; 398 } 399 .fc-agenda .ui-resizable-resizing { 400 } 401 402 #external-events .external-event { 403 margin-bottom: 5px; cursor:all-scroll; 404 }