mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
XE_WEBZINE 스킨의 이미지 가이드 적용
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2309 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
213a891bb4
commit
708a9141b5
2 changed files with 15 additions and 10 deletions
|
|
@ -39,19 +39,27 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardList tr.bg1 { background:#ffffff}
|
||||
.boardList tr.bg2 { background:#fbfbfb;}
|
||||
.boardList th a { color:#3e3f3e; text-decoration:none; }
|
||||
.boardList th.num,
|
||||
.boardList th.title,
|
||||
.boardList th.category_title,
|
||||
.boardList th.reading,
|
||||
.boardList th.recommend,
|
||||
.boardList th.author,
|
||||
.boardList th.date { border-bottom:1px solid #e0e1db; padding:.5em;}
|
||||
|
||||
.boardList th.num { background-position:-3px bottom; border-left:1px solid #ffffff; }
|
||||
.boardList th.title { text-align:center; }
|
||||
.boardList th.category { text-align:center; }
|
||||
.boardList th.title select { vertical-align:middle; margin-left:.5em; }
|
||||
.boardList th.category_title { text-align:left; padding-left:10px;}
|
||||
.boardList th.category_title select { vertical-align:middle; width:200px; }
|
||||
.boardList th.reading { white-space:nowrap;}
|
||||
.boardList th.recommend { white-space:nowrap;}
|
||||
.boardList th.date { border-right:1px solid #ffffff;}
|
||||
.boardList th .sort { padding:0 .2em; vertical-align:middle;}
|
||||
.boardList td { border-top:1px solid #eff0ed; padding:.5em;}
|
||||
.boardList td { border-bottom:1px solid #eff0ed; padding:.5em;}
|
||||
.boardList td.num { font:.8em tahoma; color:#999999; padding:.5em 1em; text-align:center;}
|
||||
.boardList tr.notice td.num { padding:.5em; white-space:nowrap;}
|
||||
.boardList tr.notice td.notice { font-size:.9em; color:#999999; font-weight:bold; text-align:center;}
|
||||
.boardList td.thumb { padding:.5em 0 .5em .5em; width:145px; table-layout:fixed; white-space:nowrap;}
|
||||
.boardList td.thumb { padding:8px; width:145px; table-layout:fixed; white-space:nowrap;}
|
||||
.boardList td.thumb * { vertical-align:middle;}
|
||||
.boardList td.title {padding-left:1em; }
|
||||
.boardList td.title strong.category { font-size:1em; background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat right 3px; padding-right:.5em; margin-right:.5em;}
|
||||
|
|
@ -74,8 +82,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
.boardList td .thumbnailSmall { margin:0 .3em 0 .3em;}
|
||||
.boardList td .thumbnailSmall img { border:1px solid #bcbdb6;}
|
||||
.boardList td .thumbnailMedium { margin:0 .3em 0 .3em;}
|
||||
.boardList td .thumbnailMedium img { border:1px solid #e0e1db; padding:3px;}
|
||||
.boardList td .thumbnailMedium img { border:1px solid #e0e1db; }
|
||||
|
||||
.boardList.thumbnail { margin-top:-1px; border-bottom:none;}
|
||||
.boardList.thumbnail td { border-top:none; border-bottom:1px solid #eff0ed; padding:1.5em 0 0 1.5em; overflow:hidden;}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="num">{$lang->no}</th>
|
||||
<th scope="col" colspan="2" class="title <!--@if($module_info->use_category=='Y')-->tLeft<!--@end-->">
|
||||
<th scope="col" colspan="2" class="<!--@if($module_info->use_category=='Y')-->category_title<!--@else-->title<!--@end-->">
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<form action="./" method="get">
|
||||
<select name="category" id="board_category">
|
||||
|
|
@ -107,9 +107,7 @@
|
|||
|
||||
<td rowspan="2" class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" alt="" border="0" /><!--@else-->{$no}<!--@end--></td>
|
||||
<!--@if($document->thumbnailExists(100))-->
|
||||
<td rowspan="2" class="thumb">
|
||||
<a href="{getUrl('','document_srl',$document->document_srl)}" class="thumbnailMedium"><img src="{$document->getThumbnail(100)}" border="0" alt="" /></a>
|
||||
</td>
|
||||
<td rowspan="2" class="thumb"><a href="{getUrl('','document_srl',$document->document_srl)}" class="thumbnailMedium"><img src="{$document->getThumbnail(100)}" border="0" alt="" /></a></td>
|
||||
<td class="title">
|
||||
<!--@else-->
|
||||
<td class="title" colspan="2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue