25 lines
747 B
CSS
25 lines
747 B
CSS
@CHARSET "UTF-8";
|
|
div#left_menu_slideshow {
|
|
position: relative;
|
|
width: 352px;
|
|
height: 296px;
|
|
}
|
|
|
|
div#left_menu_slideshow > div {
|
|
top:9px;
|
|
left:53px;
|
|
position: absolute;
|
|
}
|
|
|
|
|
|
/*npy-scorecount.js용*/
|
|
#event_alarm { position:relative; width:100%; max-width:1081px; }
|
|
#event_alarm .npy-scwrap { position:absolute !important; top:0; left:0; width:100%; height:100%; }
|
|
#event_alarm .npy-scdigit { position:absolute !important; top:24.95%; }
|
|
#event_alarm .npy-scdigit._0 { left:18.36%; }
|
|
#event_alarm .npy-scdigit._1 { left:28.12%; }
|
|
#event_alarm .npy-scdigit._2 { left:40.53%; }
|
|
#event_alarm .npy-scdigit._3 { left:50.35%; }
|
|
#event_alarm .npy-scdigit._4 { left:62.72%; }
|
|
#event_alarm .npy-scdigit._5 { left:72.53%; }
|
|
/*npy-scorecount.js용*/ |