사용자,모바일: #11 에 따른 상단으로 돌아가기 링크 처리
This commit is contained in:
@ -127,8 +127,9 @@ a:active {color:#000;text-decoration:underline}
|
|||||||
#ft_catch {position:relative;margin:0 auto;padding:20px 0;width:980px;text-align:center}
|
#ft_catch {position:relative;margin:0 auto;padding:20px 0;width:980px;text-align:center}
|
||||||
|
|
||||||
#ft_copy {background:#414141}
|
#ft_copy {background:#414141}
|
||||||
#ft_copy p {margin:0 auto;width:980px;color:#4a9ab8}
|
#ft_copy p {position:relative;margin:0 auto;width:980px;color:#4a9ab8}
|
||||||
#ft_copy b {color:#fff}
|
#ft_copy b {color:#fff}
|
||||||
|
#ft_copy a {position:absolute;top:10px;right:0;color:#fff}
|
||||||
|
|
||||||
/* Mobile화면으로 */
|
/* Mobile화면으로 */
|
||||||
#g4s_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
|
#g4s_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
|
||||||
|
|||||||
@ -91,8 +91,9 @@ pre {overflow-x:scroll;font-size:1.1em}
|
|||||||
#ft img {display:none}
|
#ft img {display:none}
|
||||||
|
|
||||||
#ft_copy {background:#232323}
|
#ft_copy {background:#232323}
|
||||||
#ft_copy p {padding:0.5em;color:#4a9ab8}
|
#ft_copy p {position:relative;padding:0.5em;color:#4a9ab8}
|
||||||
#ft_copy b {color:#fff}
|
#ft_copy b {color:#fff}
|
||||||
|
#ft_copy a {position:absolute;top:0.5em;right:0.5em;color:#fff;text-decoration:none}
|
||||||
|
|
||||||
/* PC화면으로 */
|
/* PC화면으로 */
|
||||||
#g4s_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}
|
#g4s_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}
|
||||||
|
|||||||
@ -33,7 +33,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<?=visit("basic"); // 방문자수 ?>
|
<?=visit("basic"); // 방문자수 ?>
|
||||||
<div id="ft_catch"><a href="<?=$g4['url']?>/"><img src="<?=G4_IMG_URL?>/ft_catch.jpg" alt="Sharing All Possibilities"></a></div>
|
<div id="ft_catch"><a href="<?=$g4['url']?>/"><img src="<?=G4_IMG_URL?>/ft_catch.jpg" alt="Sharing All Possibilities"></a></div>
|
||||||
<div id="ft_copy">
|
<div id="ft_copy">
|
||||||
<p>Copyright © <b>소유하신 도메인.</b> All rights reserved.</p>
|
<p>
|
||||||
|
Copyright © <b>소유하신 도메인.</b> All rights reserved.<br>
|
||||||
|
<a href="#">상단으로</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
5
tail.php
5
tail.php
@ -25,7 +25,10 @@ if ($config['cf_include_tail']) {
|
|||||||
<?=visit("basic"); // 방문자수 ?>
|
<?=visit("basic"); // 방문자수 ?>
|
||||||
<div id="ft_catch"><a href="<?=$g4['url']?>/"><img src="<?=G4_IMG_URL?>/ft_catch.jpg" alt="Sharing All Possibilities"></a></div>
|
<div id="ft_catch"><a href="<?=$g4['url']?>/"><img src="<?=G4_IMG_URL?>/ft_catch.jpg" alt="Sharing All Possibilities"></a></div>
|
||||||
<div id="ft_copy">
|
<div id="ft_copy">
|
||||||
<p>Copyright © <b>소유하신 도메인.</b> All rights reserved.</p>
|
<p>
|
||||||
|
Copyright © <b>소유하신 도메인.</b> All rights reserved.<br>
|
||||||
|
<a href="#">상단으로</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user