mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2166 201d5d3c-b55e-5fd7-737f-ddc643e51545
17 lines
880 B
CSS
17 lines
880 B
CSS
div.calendarBox {}
|
|
div.calendarBox table { width:100%; background:url(../images/bg_line_dot_x.gif) repeat-x left top;}
|
|
div.calendarBox table caption .mm { font:bold 1em 돋움; color:#555650;}
|
|
div.calendarBox table caption a { padding:.2em;}
|
|
div.calendarBox table caption a img { vertical-align:middle;}
|
|
div.calendarBox table th { padding:.6em 0;}
|
|
div.calendarBox table td { padding:.25em 0;}
|
|
div.calendarBox table th { font:bold .7em tahoma; color:#717171;}
|
|
div.calendarBox table th.sun { color:#000000;}
|
|
div.calendarBox table td { text-align:center; font:.8em Tahoma; color:#9a9a9a;}
|
|
div.calendarBox table td a { font:.7em Tahoma; color:#9a9a9a;}
|
|
div.calendarBox table td.sun { color:#000000;}
|
|
div.calendarBox table td.sun a { color:#000000;}
|
|
div.calendarBox table td.today a { font-weight:bold; color:#54564b;}
|
|
div.calendarBox table td.posted a { text-decoration:underline;}
|
|
|
|
|