기본 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:
zero 2008-02-25 18:08:39 +00:00
parent 14e047557f
commit ccf770e892
126 changed files with 250 additions and 227 deletions

View file

@ -1,5 +1,5 @@
.rss_reader_sz_select { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.rss_reader_sz_select h2 { height:21px; padding:9px 0 0 9px; font-size:1em;}
.rss_reader_sz_select h2 { margin:0; padding:0; height:21px; padding:9px 0 0 9px; font-size:1em;}
.rss_reader_sz_select h2 a,
.rss_reader_sz_select .tabcontent_rss a { text-decoration:none; color:#000000;}
.rss_reader_sz_select h2 a:hover,

View file

@ -1,5 +1,7 @@
.rss_reader_sz_xe { position:relative;}
.rss_reader_sz_xe h2 { height:21px; padding:9px 0 0 9px; font-size:1em;}
.rss_reader_sz_xe h2 { margin:0; padding;0; height:21px; padding:9px 0 0 0; font-size:1em;}
.rss_reader_sz_xe ul { margin:0; padding:0; height:20px; overflow:hidden; list-style:none; white-space:nowrap; }
.rss_reader_sz_xe ul li { height:20px; overflow:hidden; list-style:none; white-space:nowrap; }

View file

@ -14,4 +14,4 @@
<!--@end-->
</ul>
</div>
</div>
</div>

View file

@ -1,8 +1,10 @@
.rss_reader_black { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.rss_reader_black h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#ffffff; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;}
.rss_reader_black h2 { margin:0; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#ffffff; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;}
.rss_reader_black h2 a { text-decoration:none; color:#ffffff;}
.rss_reader_black h2 a:hover { text-decoration:underline;}
.rss_reader_black ul { margin:0; padding:0; }
.rss_reader_black ul li { height:20px; background:url(../images/black/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}
.rss_reader_black ul li .title a { color:#818181; text-decoration:none; }

View file

@ -3,6 +3,8 @@
.rss_reader_white h2 a { text-decoration:none; color:#000000;}
.rss_reader_white h2 a:hover { text-decoration:underline;}
.rss_reader_white ul { margin:0; padding:0; }
.rss_reader_white ul li { height:20px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}
.rss_reader_white ul li .title a { color:#555555; text-decoration:none; }

View file

@ -1,5 +1,5 @@
.rss_reader_select { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.rss_reader_select h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;}
.rss_reader_select h2 { margin:0; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;}
.rss_reader_select h2 a,
.rss_reader_select .tabcontent_rss a { text-decoration:none; color:#000000;}
.rss_reader_select h2 a:hover,

View file

@ -20,7 +20,7 @@
</table>
{@$i=1}
<DIV id="tab{$tab_id}" class="tabcontentcontainer">
<div id="tab{$tab_id}" class="tabcontentcontainer">
<!--@foreach($widget_info->rss_list as $key => $item)-->
<div id="tab{$tab_id.$i}" class="tabcontent_rss" style="height:{$widget_info->rss_height}px;overflow:auto;<!--@if($i==1)-->display:block;<!--@end-->">
<div class="date">{$item->date} | {$item->author} <a href="{$item->link}" onclick="window.open(this.href);return false"><img src="./images/forward.png" align="absmiddle" class="iePngFix"></a></div>
@ -28,5 +28,5 @@
</div>
{@$i++}
<!--@end-->
</DIV>
</div>
</div>