From a64c7b6feef7e51808e6439cd0d11b806cb8e38b Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 14:58:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=EC=8A=A4=ED=82=A8=201=EC=B0=A8=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 19 +++++++++---- skin/board/gallery/list.skin.php | 48 +++++++++++++++++++------------- 2 files changed, 43 insertions(+), 24 deletions(-) diff --git a/css/default.css b/css/default.css index e32f2cb32..ededfc007 100644 --- a/css/default.css +++ b/css/default.css @@ -481,17 +481,26 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; /* 갤러리 목록 */ #bo_img h2 {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} -#bo_img_list {margin:0;padding:0;list-style:none;zoom:1} +#bo_img_list {margin:10px 0 0;padding:0;list-style:none;zoom:1} #bo_img_list:after {display:block;visibility:hidden;clear:both;content:""} .bo_img_list_li {float:left;margin:0 10px 30px 0} .bo_img_con {margin:0;padding:0;list-style:none} -.bo_img_con li {} -.bo_img_href:link, -.bo_img_href:focus, -.bo_img_href:hover {text-decoration:none} +.bo_img_con li {margin:0 0 4px} +.bo_img_con span {display:inline-block;width:50px} + +.bo_img_now .bo_img_text_href a {color:#ff3061} + +.bo_img_href a:link, +.bo_img_href a:focus, +.bo_img_href a:hover {text-decoration:none} .bo_img_href strong {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:10em} +.bo_img_text_href {margin:10px 0 !important} +.bo_img_text_href a {font-weight:bold} +.bo_img_text_href span {display:inline !important} +.bo_img_text_href img {margin:0 0 0 4px} + /* 목록 공통 */ .bo_fx {margin-bottom:5px;zoom:1} .bo_fx:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index a17bbae65..889258c5a 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -5,6 +5,20 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');

+
+ + +
+
@@ -54,7 +68,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); $k += 1; if ($k % $board['bo_gallery_cols'] == 0) $style .= "margin:0 !important;"; ?> -
  • +