모바일 스타일 테스트

This commit is contained in:
whitedot
2013-01-28 15:28:59 +09:00
parent 009385e8f2
commit 75eb6ad9dc
3 changed files with 32 additions and 3 deletions

View File

@ -11,4 +11,33 @@ label, input, select, img {vertical-align:middle}
input {margin:0;padding:0;font-family:"dotum"}
p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
pre {overflow-x:scroll;font-size:1.1em}
/* 웹접근성 스킬 --- 기본 block 속성에는 적용 안됨*/
.sound_only {display:inline-block;margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
/* 레이아웃 */
#container {width:100%}
#idx_catch img {width:100%;height:auto}
#ft_catch_img {width:100%;height:auto}
#ft_html5badge {display:block}
/* 게시판 목록 */
#bo_list table {margin:0 auto;width:95%}
#bo_list caption {display:none}
#bo_list thead {display:none}
#bo_list tr {border:1px solid #ccc}
#bo_list tr:nth-of-type(odd) {background:#eee}
#bo_list td {display:block;position:relative;padding:5px 0 5px 20%}
#bo_list td::before {position:absolute;top:5px;left:0}
#bo_list td:nth-of-type(1) {display:none}
#bo_list td:nth-of-type(1):before {content:"번호"}
#bo_list td:nth-of-type(2):before {content:"제목"}
#bo_list td:nth-of-type(3) {display:none}
#bo_list td:nth-of-type(3):before {content:"글쓴이"}
#bo_list td:nth-of-type(4):before {content:"날짜"}
#bo_list td:nth-of-type(5):before {content:"조회"}
#bo_list a {color:#000;text-decoration:none}
.bo_cate_link {font-weight:bold}

View File

@ -33,7 +33,7 @@ else $g4_css = "default";
<html lang="ko">
<head>
<meta charset="utf-8">
<? if (G4_IS_MOBILE) {?><meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" /><? } ?>
<? if (G4_IS_MOBILE) {?><meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width"><? } ?>
<!-- <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> -->
<title><?=$g4['title']?></title>
<? if (isset($administrator)) { ?>

View File

@ -10,7 +10,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<h1><?=$config['cf_title']?> 정보</h1>
<?=popular('neo'); // 인기검색어 ?>
<?=visit("neo"); // 방문자수 ?>
<div id="ft_catch"><img src="<?=G4_URL?>/img/ft_catch.jpg" alt="Sharing All Possibilities"><img src="<?=G4_URL?>/img/ft_html5_badge.jpg" alt="HTML5 Markup" id="ft_html5badge"></div>
<div id="ft_catch"><img src="<?=G4_URL?>/img/ft_catch.jpg" alt="Sharing All Possibilities" id="ft_catch_img"><img src="<?=G4_URL?>/img/ft_html5_badge.jpg" alt="HTML5 Markup" id="ft_html5badge"></div>
<div id="ft_copy">
<p>Copyright &copy; <b>소유하신 도메인.</b> All rights reserved.</p>
</div>