28 lines
2.2 KiB
CSS
28 lines
2.2 KiB
CSS
/* 달력 */
|
|
.eduCalenderWrap {position:relative;}
|
|
.eduCalenderWrap h5.dateTit {width:100%;height:45px;line-height:45px;margin-bottom:13px;background:url(/site/ntcc/images/sub/edu/bg/bg_date_tit.png) center center no-repeat;color:#fff;text-align:center;font-size:25px;}
|
|
|
|
.tblEduCalendar {border-top:1px solid #938b7a;border-right:1px solid #938b7a;margin-bottom: 10px;}
|
|
.tblEduCalendar thead th {padding:10px;border-left:1px solid #938b7a;border-bottom:1px solid #938b7a;font-size:19px;color:#3f3f3f;background:#f5f5f5;}
|
|
.tblEduCalendar tbody td {position:static;height:68px;padding:5px;border-left:1px solid #938b7a;border-bottom:1px solid #938b7a;text-align:right;font-size:19px;vertical-align:top;font-weight:bold;}
|
|
.tblEduCalendar tbody td:first-child {background:#fbf2e2;color:#ac1919;}
|
|
.tblEduCalendar tbody td:last-child {background:#edf5ff;color:#3f3f3f;}
|
|
.tblEduCalendar tbody td.modal {cursor:pointer;}
|
|
.tblEduCalendar tbody td.today {position:relative;background:#fff3f3;}
|
|
.tblEduCalendar tbody td.today:before {display:block;position:absolute;left:-2px;top:-2px;width:100%;height:100%;border:2px solid #ed3e3e;content:'';background:url(/site/ntcc/images/sub/edu/bg/bg_today_triangle.png) right bottom no-repeat ;}
|
|
.tblEduCalendar tbody td.reserve {position:relative;}
|
|
.tblEduCalendar tbody td.reserve img {position:absolute;left:5px;top:5px;}
|
|
|
|
|
|
.tblEduCalendar tbody td p.place {margin-top:3px;font-size:13px;font-weight:normal;}
|
|
.tblEduCalendar + .flagIntro{margin-bottom: 10px;}
|
|
.tblEduCalendar + .flagIntro img{vertical-align: bottom;}
|
|
.eduCalenderWrap .flagIntro {padding:17px 0;font-size:15px}
|
|
.eduCalenderWrap .flagIntro img {vertical-align:middle;margin-right:5px;}
|
|
|
|
.eduCalenderWrap .eduCalenderBtn {position:absolute;right:0;top:12px;}
|
|
.eduCalenderWrap .eduCalenderBtn a{display:inline-block;width:37px;height:37px;background:url(/site/ntcc/images/sub/edu/bg/bg_perv_calender.png) 0 0 no-repeat;text-indent:-9999em;}
|
|
.eduCalenderWrap .eduCalenderBtn a + a{width:37px;height:37px;background:url(/site/ntcc/images/sub/edu/bg/bg_next_calender.png) 0 0 no-repeat;text-indent:-9999em;}
|
|
|
|
.dotRedList li {font-size:13px;margin-bottom:5px;}
|
|
.dotRedList li:before {display:inline-block;content:'';width:4px;height:4px;margin-right:8px;background:#f54444;vertical-align:middle;} |