사용자: #459 본문 영역 글자 크기 조절 버튼 스타일 및 위치 수정 및 아웃라인 수정 고민 중

This commit is contained in:
whitedot
2013-05-15 11:22:51 +09:00
parent fed923c5c7
commit ec910be18b
2 changed files with 11 additions and 9 deletions

View File

@ -67,7 +67,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;width:980px;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper_title {margin-bottom:20px;font-size:1.2em}
#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}
#wrapper #aside {position:relative;float:right;left:-1px;width:210px;border-left:1px solid #f5f6fa;background:#fff}
@ -75,8 +75,8 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
#container:after {display:block;visibility:hidden;clear:both;content:""}
/* 텍스트 크기 조절 */
#text_size {z-index:10;position:absolute;top:7px;right:18px}
#text_size button {padding:0 10px;height:30px;border:0;background:#000;color:#fff;cursor:pointer}
#text_size {z-index:10;position:absolute;top:33px;right:220px}
#text_size button {padding:0 10px;height:28px;border:0;background:#555;color:#fff;cursor:pointer}
/* 하단 레이아웃 */
#ft {background:#484848}

View File

@ -49,6 +49,13 @@ if ($config['cf_include_head']) {
<li><a href="<?php echo G4_BBS_URL; ?>/new.php">새글</a></li>
</ul>
<div id="text_size">
<span class="sound_only">본문 영역 글자 크기 조절</span>
<button class="no_text_resize" onclick="font_resize('container', 'decrease');">작게</button>
<button class="no_text_resize" onclick="font_default('container');">기본</button>
<button class="no_text_resize" onclick="font_resize('container', 'increase');">크게</button>
</div>
<fieldset id="sch_all">
<legend>사이트 내 전체검색</legend>
<form name="fsearchbox" method="get" action="<?php echo G4_BBS_URL; ?>/search.php" onsubmit="return fsearchbox_submit(this);">
@ -128,9 +135,4 @@ if ($config['cf_include_head']) {
<?php echo poll('basic'); // 설문조사 ?>
</div>
<div id="container">
<?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><div id="container_title"><?php echo $g4['title'] ?></div><?php } ?>
<div id="text_size">
<button class="no_text_resize" onclick="font_resize('container', 'decrease');">작게</button>
<button class="no_text_resize" onclick="font_default('container');">기본</button>
<button class="no_text_resize" onclick="font_resize('container', 'increase');">크게</button>
</div>
<?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><div id="container_title"><?php echo $g4['title'] ?></div><?php } ?>