mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
기본 css에서 margin/padding등 html elements에 대해서 영향을 끼칠 수 있는 모든 속성 제거. 기본 패키지의 css 및 css 관련 오류 일괄 조절
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3794 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
14e047557f
commit
ccf770e892
126 changed files with 250 additions and 227 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<table cellspacing="0">
|
||||
|
||||
<caption>
|
||||
<a href="{getUrl('search_target','regdate','search_keyword',$widget_info->prev_month)}"><img src="./images/buttonArrowCalendarLeft.gif" alt="prev" height="13" width="13"></a>{zdate($widget_info->cur_date,"Y")}.<span class="mm">{zdate($widget_info->cur_date,"m")}</span><a href="{getUrl('search_target','regdate','search_keyword',$widget_info->next_month)}"><img src="./images/buttonArrowCalendarRight.gif" alt="next" height="13" width="13"></a>
|
||||
<a href="{getUrl('search_target','regdate','search_keyword',$widget_info->prev_month)}"><img src="./images/buttonArrowCalendarLeft.gif" alt="prev" height="13" width="13" /></a>{zdate($widget_info->cur_date,"Y")}.<span class="mm">{zdate($widget_info->cur_date,"m")}</span><a href="{getUrl('search_target','regdate','search_keyword',$widget_info->next_month)}"><img src="./images/buttonArrowCalendarRight.gif" alt="next" height="13" width="13" /></a>
|
||||
</caption>
|
||||
|
||||
{@ $day = ''}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<!--%import("css/red.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="calendarBox">
|
||||
<div class="calendarBox cozy_cal_{$colorset}">
|
||||
<table cellspacing="0">
|
||||
<caption>
|
||||
<span class="fl">{zdate($widget_info->cur_date,"Y")}.<span class="mm">{zdate($widget_info->cur_date,"m")}</span></span>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
div.calendarBox table caption { font:bold 1em 돋움; color:#1187d8; padding:1em;}
|
||||
div.cozy_cal_blue table caption { font:bold 1em 돋움; color:#1187d8; padding:1em;}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
div.calendarBox table caption { font:bold 1em 돋움; color:#9ab09f; padding:1em;}
|
||||
div.cozy_cal_bluish_green table caption { font:bold 1em 돋움; color:#9ab09f; padding:1em;}
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ 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 { font:bold .9em 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 { text-align:center; font:.9em Tahoma; color:#9a9a9a;}
|
||||
div.calendarBox table td a { font:.9em 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.today a { font:.9em Tahoma; font-weight:bold; color:#54564b;}
|
||||
div.calendarBox table td.posted a { text-decoration:underline;}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
div.calendarBox table caption { font:bold 1em 돋움; color:#8dc63f; padding:1em;}
|
||||
div.cozy_cal_green table caption { font:bold 1em 돋움; color:#8dc63f; padding:1em;}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
div.calendarBox table caption { font:bold 1em 돋움; color:#f70795; padding:1em;}
|
||||
div.cozy_cal_pink table caption { font:bold 1em 돋움; color:#f70795; padding:1em;}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
div.calendarBox table caption { font:bold 1em 돋움; color:#ec1a25; padding:1em;}
|
||||
div.cozy_cal_red table caption { font:bold 1em 돋움; color:#ec1a25; padding:1em;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue