comparison templates/index.html @ 34:18df04305501

modified: index.php
author Sushi-k <epgrec@park.mda.or.jp>
date Mon, 27 Jul 2009 19:43:45 +0900
parents f3bf1be1a51b
children c50bbb4f8623
comparison
equal deleted inserted replaced
33:1fc71046946c 34:18df04305501
324 #tvtable {line-height:1.2em;width:100%;position:relative;} 324 #tvtable {line-height:1.2em;width:100%;position:relative;}
325 #tvtimes,#tvtimes2 {position:absolute; background-image: url(imgs/trancBG70.png);} 325 #tvtimes,#tvtimes2 {position:absolute; background-image: url(imgs/trancBG70.png);}
326 #tvtimes,#tvtimes2, .tvtimeDM {width:40px;} 326 #tvtimes,#tvtimes2, .tvtimeDM {width:40px;}
327 #tv_chs {padding-left:40px;padding-right:40px;} 327 #tv_chs {padding-left:40px;padding-right:40px;}
328 .tvtime { 328 .tvtime {
329 height:120px; 329 height:{/literal}{$height_per_hour}{literal}px;
330 color:#EEE; 330 color:#EEE;
331 text-align:center; 331 text-align:center;
332 font-weight:bold; 332 font-weight:bold;
333 font-size:120%; 333 font-size:120%;
334 background-image: url(imgs/dot2.gif); 334 background-image: url(imgs/dot2.gif);
335 background-repeat: repeat-x; 335 background-repeat: repeat-x;
336 background-position: left bottom; 336 background-position: left bottom;
337 } 337 }
338 #tvtable div.tvtimetop {padding:8px 0px;} 338 #tvtable div.tvtimetop {padding:8px 0px;}
339 #tvtable div.ch_set {width:150px;float:left;background-color:#BBB;} 339
340 #tvtable div.ch_set {width:{/literal}{$ch_set_width}{literal}px;float:left;background-color:#BBB;}
341
342
340 #tvtable div.ch_title, #tvtable div.prg {margin-right:2px;} 343 #tvtable div.ch_title, #tvtable div.prg {margin-right:2px;}
341 #tvtable div.ch_title {padding:8px 0px;background-color:#333;color:#DDD;font-weight:bold;text-align:center} 344 #tvtable div.ch_title {padding:8px 0px;background-color:#333;color:#DDD;font-weight:bold;text-align:center}
342 #tvtable div.prg { 345 #tvtable div.prg {
343 overflow:hidden; 346 overflow:hidden;
344 color:#444; 347 color:#444;
374 #tvtable div.prg_rec {background-color: #F55;color:#FEE} 377 #tvtable div.prg_rec {background-color: #F55;color:#FEE}
375 #tvtable div.prg_rec .prg_title,#tvtable div.prg_hover .prg_title {color:white;} 378 #tvtable div.prg_rec .prg_title,#tvtable div.prg_hover .prg_title {color:white;}
376 #tvtable div.prg_hover {background-color: #28D;color:#EFF} 379 #tvtable div.prg_hover {background-color: #28D;color:#EFF}
377 380
378 #float_titles { z-index:100} 381 #float_titles { z-index:100}
379 #float_titles div.ch_title {width:150px;float:left;color:#FFF;font-weight:bold;text-align:center} 382 #float_titles div.ch_title {width:{/literal}{$ch_set_width}{literal}px;float:left;color:#FFF;font-weight:bold;text-align:center}
380 #float_titles div.ch_title div{padding:8px 0px;margin:0 6px 0 4px;background-image: url(imgs/trancBG50.png);} 383 #float_titles div.ch_title div{padding:8px 0px;margin:0 6px 0 4px;background-image: url(imgs/trancBG50.png);}
381 384
382 #float_follows {position:absolute;} 385 #float_follows {position:absolute;}
383 #prg_info { 386 #prg_info {
384 display:none; 387 display:none;