mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3346 201d5d3c-b55e-5fd7-737f-ddc643e51545
126 lines
2.7 KiB
CSS
126 lines
2.7 KiB
CSS
@charset "utf-8";
|
|
|
|
/* board Title */
|
|
.boardHeader { border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden; _width:100%; margin-bottom:10px; }
|
|
.boardHeader h3 { float:left; font-size:1.2em; padding:1em 2em .7em 1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;}
|
|
.boardHeader h3 { border-bottom:3px solid #fe3614; }
|
|
|
|
/* board Information */
|
|
.boardInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;}
|
|
.articleNum { float:left; padding:0 0 0 15px; }
|
|
INPUT.CalendarViewMonth {
|
|
width:44px;
|
|
height:26px;
|
|
overflow:hidden;
|
|
text-indent:-3000px;
|
|
border:none;
|
|
background-color:transparent;
|
|
background-image:url(../image/default_view_month.gif);
|
|
cursor:pointer;
|
|
margin-right:5px;
|
|
margin-top:5px;
|
|
/display:block;
|
|
/float:left;
|
|
}
|
|
|
|
INPUT.CalendarView2Week {
|
|
width:38px;
|
|
height:26px;
|
|
overflow:hidden;
|
|
text-indent:-3000px;
|
|
border:none;
|
|
background-color:transparent;
|
|
background-image:url(../image/default_view_2week.gif);
|
|
cursor:pointer;
|
|
margin-top:5px;
|
|
/display:block;
|
|
/float:left;
|
|
}
|
|
|
|
INPUT.CalendarViewWeek {
|
|
width:38px;
|
|
height:26px;
|
|
overflow:hidden;
|
|
text-indent:-3000px;
|
|
border:none;
|
|
background-color:transparent;
|
|
background-image:url(../image/default_view_week.gif);
|
|
cursor:pointer;
|
|
margin-top:5px;
|
|
/display:block;
|
|
/float:left;
|
|
}
|
|
|
|
INPUT.CalendarView4Day {
|
|
width:38px;
|
|
height:26px;
|
|
overflow:hidden;
|
|
text-indent:-3000px;
|
|
border:none;
|
|
background-color:transparent;
|
|
background-image:url(../image/default_view_4day.gif);
|
|
cursor:pointer;
|
|
margin-top:5px;
|
|
/display:block;
|
|
/float:left;
|
|
}
|
|
|
|
INPUT.CalendarViewDay {
|
|
width:44px;
|
|
height:26px;
|
|
overflow:hidden;
|
|
text-indent:-3000px;
|
|
border:none;
|
|
background-color:transparent;
|
|
background-image:url(../image/default_view_day.gif);
|
|
cursor:pointer;
|
|
margin-top:5px;
|
|
/display:block;
|
|
/float:left;
|
|
}
|
|
|
|
INPUT.CalendarMovePrev {
|
|
width:34px;
|
|
height:26px;
|
|
overflow:hidden;
|
|
text-indent:-3000px;
|
|
line-height:1000px;
|
|
border:none;
|
|
background-color:transparent;
|
|
background-image:url(../image/default_move_left.gif);
|
|
cursor:pointer;
|
|
margin-left:5px;
|
|
margin-top:5px;
|
|
/display:block;
|
|
/float:left;
|
|
}
|
|
|
|
INPUT.CalendarMoveToday {
|
|
width:31px;
|
|
height:26px;
|
|
overflow:hidden;
|
|
text-indent:-3000px;
|
|
line-height:1000px;
|
|
border:none;
|
|
background-color:transparent;
|
|
background-image:url(../image/default_move_today.gif);
|
|
cursor:pointer;
|
|
margin-top:5px;
|
|
/display:block;
|
|
/float:left;
|
|
}
|
|
|
|
INPUT.CalendarMoveNext {
|
|
width:34px;
|
|
height:26px;
|
|
overflow:hidden;
|
|
text-indent:-3000px;
|
|
line-height:1000px;
|
|
border:none;
|
|
background-color:transparent;
|
|
background-image:url(../image/default_move_next.gif);
|
|
cursor:pointer;
|
|
margin-top:5px;
|
|
/display:block;
|
|
/float:left;
|
|
}
|