/* * * live-calendar plugin * Original author: @wcweb * Licensed under the MIT license * */ .live_schedule { position:relative; width: 784px; } .live_schedule ul { list-style:none; } .timeline { text-align:left; } .timeline .aweek { margin: 0; letter-spacing:-4px; font-size:0; } .timeline .aweek li { margin:0; letter-spacing:normal; } .aweek li a.btn{ width: 90px; } .timeline .aweek .pre{ } .timeline .aweek .today{ background:#fcfcfc; line-height:30px; } .timeline .aweek .today a{ display:block; } .timeline .aweek .next{ } .event_table { position:absolute; top:0; left: 60px; right:0; bottom: 0; } .event_content { } .event_header { position:relative; } .event_row_oper { /* position:absolute; right:0; top:0; */ } .event_body li { display:inline-block; margin:10px 10px; } .live_on { } .subscript_live { } .event_row_oper { } .event { margin:0; /* background:#FCFCFC;*/ margin-bottom: 15px; position:relative; width: 100px; } .event_time ,.event_course , .event_classroom{ background:#F3F3F3; font-size: 8px; line-height: 12px; text-align: right; } .event_title { text-align:left; background:#FCFCFC; font-size:20px; padding-bottom:5px; border-bottom:1px solid #08c; } li.event_status { position:absolute; right:0; width:220px; margin:5px; } .live_schedule.hor{ } .hor .timeline{ position:relative; width:auto; height:60px; } .hor .event_table{ position:relative; left:0; margin-top:30px; } .col{ width: 107px; height:100%; display:inline-block; *display:inline; overflow:hidden; *zoom:1; vertical-align:top; margin-left: 5px; } .col li.event_status{ width:auto; position:relative; } ul.aweek li{ position:relative; display:inline-block; *display:inline; margin:0; padding:0; overflow:hidden; } .hor .timeline .aweek li.operator{ width:100%; display:block; padding-right:0; } .operator ul{ width:100%; margin-left:0; overflow:hidden; } .timeline .aweek li.operator .pre{ float:left; width:auto; } .timeline .aweek li.operator .next{ float:right; width:auto; }