diff --git a/bbs/ckeditor/config.js b/bbs/ckeditor/config.js index f4dbaa406..ca3000337 100644 --- a/bbs/ckeditor/config.js +++ b/bbs/ckeditor/config.js @@ -6,12 +6,75 @@ CKEDITOR.on('dialogDefinition', function(ev) { var dialogName = ev.data.name; var dialogDefinition = ev.data.definition; + var dialog = dialogDefinition.dialog; + var editor = ev.editor; + if (dialogName=='image') { - dialogDefinition.removeContents('Link'); - dialogDefinition.removeContents('advanced'); + // memo: dialogDefinition.onShow = ... throws JS error (C.preview not defined) + /* + // Get a reference to the 'Link Info' tab. + var infoTab = dialogDefinition.getContents('info'); + // Remove unnecessary widgets + infoTab.remove( 'ratioLock' ); + infoTab.remove( 'txtHeight' ); + infoTab.remove( 'txtWidth' ); + infoTab.remove( 'txtBorder'); + infoTab.remove( 'txtHSpace'); + infoTab.remove( 'txtVSpace'); + infoTab.remove( 'cmbAlign' ); + */ + /* + dialogDefinition.onLoad = function(){ + var dialog = CKEDITOR.dialog.getCurrent(); + var elem = dialog.getContentElement('info','htmlPreview'); + elem.getElement().hide(); + dialog.hidePage('Link'); + dialog.hidePage('advanced'); + dialog.hidePage('info'); // works now (CKEditor v3.6.4) + this.selectPage('Upload'); + }; + */ + + dialogDefinition.onLoad = function(){ + dialog.getContentElement('info', 'htmlPreview').getElement().hide(); + dialog.getContentElement('info', 'cmbAlign').getElement().hide(); + this.hidePage('Link'); + this.hidePage('advanced'); + this.selectPage('Upload'); + }; + + dialogDefinition.onOk = function (e) { + var imageSrcUrl = e.sender.originalElement.$.src; + var imgHtml = CKEDITOR.dom.element.createFromHtml(''); + editor.insertElement(imgHtml); + + var uploadTab = dialogDefinition.getContents('Upload'); + var uploadButton = uploadTab.get('uploadButton'); + uploadButton['filebrowser']['onSelect'] = function(fileUrl, errorMessage) { + $("input.cke_dialog_ui_input_text").val(fileUrl); + $(".cke_dialog_ui_button_ok span").click(); + } + }; + + /* + var uploadTab = dialogDefinition.getContents('Upload'); + var uploadButton = uploadTab.get('uploadButton'); + uploadButton['filebrowser']['onSelect'] = function(fileUrl, errorMessage) { + $("input.cke_dialog_ui_input_text").val(fileUrl); + $(".cke_dialog_ui_button_ok span").click(); + } + */ } else if (dialogName=='link') { dialogDefinition.removeContents('advanced'); + + dialogDefinition.onShow = function(){ + dialog.getContentElement('info','anchorOptions').getElement().hide(); + dialog.getContentElement('info','emailOptions').getElement().hide(); + dialog.getContentElement('info','linkType').getElement().hide(); + dialog.getContentElement('info','protocol').disable(); + }; } + var infoTab = dialogDefinition.getContents('info'); if (infoTab) { infoTab.remove('txtHSpace'); @@ -24,10 +87,6 @@ CKEDITOR.on('dialogDefinition', function(ev) { }); CKEDITOR.editorConfig = function( config ) { - // Define changes to default configuration here. For example: - // config.language = 'fr'; - // config.uiColor = '#AADC6E'; - config.language = "ko"; config.toolbar = [ ['Format','Font','FontSize'], diff --git a/bbs/poll_result.php b/bbs/poll_result.php index d8a9a9525..bd67ad76c 100644 --- a/bbs/poll_result.php +++ b/bbs/poll_result.php @@ -60,7 +60,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $list2[$i]['del'] = ''; if ($is_admin == 'super' || ($row['mb_id'] == $member['mb_id'] && $row['mb_id'])) - $list2[$i]['del'] = ''; + $list2[$i]['del'] = ''; } // 기타의견 입력 diff --git a/css/admin.css b/css/admin.css index 54ae46003..c9113492b 100644 --- a/css/admin.css +++ b/css/admin.css @@ -27,6 +27,7 @@ h2 {font-size:1.2em} /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden} +.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important} /* 본문 바로가기 */ #to_content a {z-index:100000;position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden} diff --git a/css/default.css b/css/default.css index c8cb4173e..4e003d6b6 100644 --- a/css/default.css +++ b/css/default.css @@ -25,6 +25,7 @@ a:active {color:#000;text-decoration:underline} /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden} +.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important} /* 본문 바로가기 */ #to_content a {z-index:100000;position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden} @@ -86,6 +87,8 @@ a:active {color:#000;text-decoration:underline} .gnb_1depth_over .gnb_sub_ul {left:-1px;width:181px;height:auto;border:1px solid #c3c7c5;border-top:0;background:#fff} .gnb_1depth_over2 .gnb_sub_ul {right:-1px;width:181px;height:auto;border:1px solid #c3c7c5;border-top:0;background:#fff} +.gnb_empty {width:100%;height:35px;text-align:center;line-height:2.95em} + /* 배포시에는 필요없는 부분 */ #sirgle_title {height:100px;color:#fff;font-size:3em} #sirgle_title_span {display:block;position:relative;top:33px;left:0;margin:0 auto;width:980px} @@ -108,27 +111,6 @@ a:active {color:#000;text-decoration:underline} #ft {background:#484848} #ft h1 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} -#popular {background:#515151} -#popular div {margin:0 auto;width:980px;zoom:1} -#popular div:after {display:block;visibility:hidden;clear:both;content:""} -#popular h2 {float:left;padding:10px 45px 10px 0;color:#fff} -#popular ul {float:left;list-style:none} -#popular li {float:left} -#popular a {display:inline-block;padding:10px;color:#fff;text-decoration:none} -#popular a:focus, -#popular a:hover {background:#333;color:#fff} - -#visit {background:#444} -#visit div {margin:0 auto;width:980px;zoom:1} -#visit div:after {display:block;visibility:hidden;clear:both;content:""} -#visit h2 {float:left;padding:10px 45px 10px 0;color:#fff} -#visit dl {float:left;margin:0 0 0 10px;padding:0} -#visit dt {float:left;margin:0;padding:10px 0 10px;color:#fff} -#visit dd {float:left;margin:0 30px 0 0;padding:10px;color:#fff} -#visit a {display:inline-block;padding:10px;color:#fff;text-decoration:none} -#visit a:focus, -#visit a:hover {background:#333;color:#fff} - #ft_catch {position:relative;margin:0 auto;padding:20px 0;width:980px;text-align:center} #ft_copy {background:#414141} @@ -200,14 +182,6 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important .frm_tbl #captcha input {margin-left:5px;text-align:center} .frm_tbl a {text-decoration:none} -/* 폼 컨트롤 */ -.fs_input, -fieldset textarea {padding:3px 3px 4px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle} -.fs_input:focus {background:#21272e;color:#fff} - -.fs_submit, -fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff;line-height:1.7em;vertical-align:middle;cursor:pointer} - .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em} /* 테이블 항목별 정의 */ @@ -239,404 +213,6 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; #validation_check p {margin-bottom:20px;padding:30px 20px} /* 스킨별 스타일 */ -/* 회원가입 약관 */ -#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee} -#fregister h2 {margin:0 0 20px;text-align:center} -#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #cfded8;background:#f7f7f7} -#fregister textarea:focus {background:#21272e;color:#fff} -.fregister_agree {padding:10px 0 0;text-align:right} -.fregister_agree label {display:inline-block;margin-right:5px} -#fregister p {color:#e8180c;text-align:center} -#fregister .btn_confirm {margin-bottom:20px} - -/* 회원가입 입력 */ -#fregisterform .cbg {margin-bottom:15px;padding:20px} -#fregisterform textarea {height:50px} - -/* 회원가입 완료 */ -#reg_result {padding:50px 0 0} -#reg_result_logo {margin-bottom:50px;text-align:center} -#reg_result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em} -#reg_result_email span {display:inline-block;width:150px} -#reg_result_email strong {color:#e8180c;font-size:1.2em} -#reg_result .btn_confirm {margin:50px 0} - -/* 아이디/패스워드 찾기 */ -#find_info #mb_hp_label {display:inline-block;margin-left:10px} -#find_info #captcha {margin:0 auto 20px;width:87%} -#find_info #captcha input {margin-left:5px} -#find_info_fs {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} - -#find_info_result li {margin:0 0 5px} -#find_info_result span {display:inline-block;width:70px} -#find_info_result strong {color:#ff3061} -#find_info_result_wrap {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} - -/* 아웃로그인 스킨 */ -.ol {position:relative;padding:15px 15px 14px 14px} -.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} -.ol ul {margin:0;padding:0;list-style:none} - -#ol_before {} -#ol_before fieldset {position:relative} -#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em} -#ol_id:focus {border-color:#333;background:#21272e;color:#fff} -.ol_idlabel {position:absolute;top:6px;left:5px;color:#333;font-size:0.9em} -#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:top;line-height:1.6em} -#ol_pw:focus {border-color:#333;background:#21272e;color:#fff} -.ol_pwlabel {position:absolute;top:35px;left:5px;color:#333;font-size:0.9em} -#auto_login {} -#auto_login_label {letter-spacing:-0.1em} -#ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#333;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top} -#ol_before ul {float:right;margin:7px 0 13px;zoom:1} -#ol_before ul:after {display:block;visibility:hidden;clear:both;content:""} -#ol_before li {float:left;margin-left:5px;padding-top:2px} -#ol_before #ol_auto {float:left;margin:4px 0 0;padding:0} -#ol_before a {letter-spacing:-0.1em} -#ol_svc {padding-top:8px;text-align:right} - -#ol_after {} -#ol_after_hd {margin:0 0 3px} -#ol_after_hd .btn_admin {margin-top:5px;width:158px;text-align:center} -#ol_after_private {margin:0 0 3px;zoom:1} -#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""} -#ol_after_private li {float:left} -#ol_after_private a {display:block;padding-top:8px;height:37px;background:#f7f7f7;text-align:center} -#ol_after_private a strong {display:block;padding-top:3px;color:#000;font-weight:normal} -#ol_after_private a:focus, -#ol_after_private a:hover {background:#333;color:#fff;text-decoration:none} -#ol_after_private a:focus strong, -#ol_after_private a:hover strong {color:#fff;text-decoration:none} -#ol_after_memo {width:50px;margin-right:1px} -#ol_after_pt {width:80px;margin-right:1px} -#ol_after_scrap {width:48px;line-height:2.6em !important} -#ol_after_ft {text-align:justify} -#ol_after_ft a {display:inline-block;width:88px;height:22px;background:#333;color:#fff;text-align:center;line-height:1.8em} -#ol_after_ft a:focus, -#ol_after_ft a:hover {text-decoration:none !important} - -/* 로그인 */ -#mb_login {margin:100px auto;width:500px} -#mb_login h1 {margin:0 0 20px;font-size:1.3em} -#mb_login h2 {margin:0} -#mb_login fieldset {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff} -#mb_login label {letter-spacing:-0.1em} -#mb_login .login_id {position:absolute;top:26px;left:95px} -#mb_login .login_pw {position:absolute;top:52px;left:95px} -#mb_login .frm_input {display:block;margin:0 0 5px 80px} -#mb_login .btn_submit {position:absolute;top:20px;left:335px;height:49px} -#mb_login section {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f7f7f2} -#mb_login section div {text-align:right} - -/* 쪽지 */ -#memo_view section {margin:0 auto 20px;padding:20px;width:87%} -#memo_view section h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} -#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none} -.memo_view_li {position:relative;padding:5px 0} -.memo_view_subj {display:inline-block;width:65px} -#memo_view_ul a {} -#memo_view section p {padding:10px;min-height:150px;height:auto !important;height:150px;background:#fff} - -#memo_write textarea {height:100px} - -/* 스크랩 */ -#scrap_do .cbg {margin:0 auto 20px;padding:20px;width:87%} -#scrap_do table {margin:0 0 10px;width:100%} -#scrap_do textarea {height:100px} - -/* 회원 패스워드 확인 */ -#mb_confirm {margin:100px auto;width:500px} -#mb_confirm h1 {margin:0 0 20px;font-size:1.3em} -#mb_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} -#mb_confirm p strong {display:block} -#mb_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #cfded8;background:#f7f7f2;text-align:center} -#mb_confirm label {letter-spacing:-0.1em} -#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} - -/* 비밀글 패스워드 확인 */ -#pw_confirm {margin:100px auto;width:500px} -#pw_confirm h1 {margin:0 0 20px;font-size:1.3em} -#pw_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} -#pw_confirm p strong {display:block} -#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #cfded8;background:#f7f7f2;text-align:center} -#pw_confirm label {letter-spacing:-0.1em} -#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} - -/* 설문조사 스킨 */ -#poll {border-top:1px solid #e7f1ed} -#poll header {position:relative;padding:15px 14px 0} -#poll h2 {} -#poll header .btn_admin {margin-top:5px;width:158px;text-align:center} -#poll header p {padding:5px 0 0} -#poll ul {margin:0 0 10px;padding:5px 14px;list-style:none} -#poll li {padding:3px 0} -#poll footer {padding:0 14px 14px} -#poll footer input {width:88px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} -#poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2em} -#poll footer a:focus, -#poll footer a:hover {text-decoration:none !important} -/* 설문조사 결과 (새창) */ -#poll_result section {padding:15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} -#poll_result h2 {margin:0;padding:20px 0} -#poll_result a {} -#poll_result .sv_member, -#poll_result .sv_guest {font-weight:bold} -#poll_result_list {margin:0 auto 20px} -#poll_result_list h2 {text-align:center} -#poll_result_list dl, -#poll_result_list dt, -#poll_result_list dd {margin:0;padding:0} -#poll_result_list dl {padding-bottom:30px} -#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right} -#poll_result_list ol {margin:0;padding-left:30px} -#poll_result_list li {margin-top:10px} -#poll_result_list p {position:relative;margin:0;padding:5px 0} -#poll_result_list p strong {position:absolute;top:5px;right:5%;padding-right:80px;width:100px;text-align:right} -#poll_result_list p span {position:absolute;top:5px;right:5%;width:80px;color:#68999c;text-align:right} -.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#eee} -.poll_result_graph span {position:absolute;top:0;left:0;height:5px;background:#565e60;font-size:0.1em} -#poll_result_cmt {margin:0 auto 20px} -#poll_result_cmt h2 {text-align:center} -#poll_result_cmt h3 {margin:0 auto 10px;padding-top:15px;width:93%} -#poll_result_cmt article {margin:0 18px 15px;border-bottom:1px solid #eee} -#poll_result_cmt h1 {margin:0;padding:0;height:0;border:0;font-size:0;line-height:0;overflow:hidden} -.poll_datetime {display:inline-block;margin-left:10px} -#poll_result_cmt p {padding:3px 0} -#poll_result_cmt fieldset {margin-bottom:0;text-align:left} -#poll_result_cmt fieldset p {margin:0 0 15px;padding:3px 0 0px;text-align:left} -#poll_result_cmt footer {text-align:right} -#poll_result_wcmt {margin-bottom:10px;width:93%} -.poll_cmt_del a {display:inline-block;padding-bottom:10px} -#poll_result_oth {margin:0 auto 20px} -#poll_result_oth h2 {padding:0 0 10px} -#poll_result_oth ul {margin:0;padding:0;list-style:none} -#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee} - -/* 폼메일 */ -#formmail textarea {height:100px} - -/* 자기소개 */ -#profile table {margin-bottom:0} -#profile section {margin:0 auto 20px;padding:20px;width:86%} -#profile h2 {margin:0} - -/* 새글 스킨 (latest) */ -.lt_pc {float:left;margin-left:20px} -.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #ddd} -.lt ul {margin:0 0 10px;padding:0;list-style:none} -.lt li {padding:3px 0} -.lt_title {display:block;padding:10px 0 8px} -.lt_more {position:absolute;top:10px;right:0} - -/* 최근게시물 스킨 (new) */ -#new_sch {margin-bottom:10px;text-align:right} -#new_sch legend {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} - -/* 전체검색결과 스킨 */ -#sch_result_detail {margin:0;padding:15px 0;border:0;text-align:right} -#sch_result {padding:10px 0 0 0;border-top:1px solid #cfded8;background:url('../img/sch_result_bg.jpg') repeat-y} -#sch_result ul {margin:0;padding:0;list-style:none} -#sch_result p {margin:5px 0;padding:0} -#sch_result_hd {margin:0;padding:0;zoom:1} -#sch_result_hd:after {display:block;visibility:hidden;clear:both;content:""} -#sch_result_hd dt {float:left;padding:10px 0 15px} -#sch_result_hd dd {float:right;margin:0;padding:10px 0 15px} -#sch_result_hd ul {float:left} -#sch_result_hd li {float:left;padding:0 10px;border-right:1px solid #cfded8} -#sch_result_bo {float:left;margin:-1px 0 0;padding:0;width:170px} -#sch_result_bo dt {margin:0;padding:0;border:0;font-size:0;line-height:0;overflow:hidden} -#sch_result_bo dd {margin:0;padding:0} -#sch_result_bo ul {margin-top:1px} -#sch_result_bo li {position:relative;margin-top:-1px;height:40px} -#sch_result_bo a {position:absolute;padding:0 10px;width:149px;height:40px;border:1px solid #618588;border-right:0;background:#151515;color:#fff;text-decoration:none;line-height:3.4em} -#sch_result_bo .sch_on {width:150px;border-color:#cfded8;border-right:0;background:#fff;color:#000;font-weight:bold} -#sch_result_bo .cnt_cmt {color:#fff} -#sch_result_bo .sch_on .cnt_cmt {color:#000} -#sch_result_atc {float:left;margin:-1px 0 0;padding:15px 25px;width:506px;border:1px solid #cfded8;background:#fff} -#sch_result_atc dt a {display:inline-block;margin-bottom:15px;color:#000;font-size:1.2em;font-weight:bold;text-decoration:none} -#sch_result_atc dd {margin:0 0 15px} -#sch_result_atc dd a {} -#sch_result_atc .sch_result_title {display:inline-block;margin-bottom:5px;font-size:1.1em;font-weight:bold;text-decoration:underline} -#sch_result_atc li {padding:13px 0;border-bottom:1px solid #f0f0f0} -#sch_result_atc p {padding:0 0 5px} -#sch_result_atc a {display:inline-block;margin:0 10px 0 0} -#sch_result_atc .cmt_def {display:inline-block;margin:0 10px 0 0} -.sch_more {padding:10px 0 15px;text-align:right} -.sch_more a {} -.sch_datetime {display:inline-block;margin-right:15px;color:#999} -.sch_word {font-weight:bold} /* 검색어 강조 */ - -/* 우편번호 검색 */ -#post_code fieldset {margin:0 auto 10px;padding:15px 10px;width:87%;text-align:center} -#post_code dl {margin:0 auto 10px;padding:20px 10px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} -#post_code dt {margin-bottom:15px;color:#000} -#post_code dd {margin:0;padding:0} -#post_code ul {margin:0;padding:0;list-style:none} -#post_code li a {display:block;padding:8px 0 6px;border-bottom:1px solid #eee} -#post_code p {margin:0 auto 30px;width:90%} -.post_code {display:inline-block;width:50px;color:#999} - -/* 게시판 쓰기 */ - -/* 게시판 목록 */ -#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em} - -#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} -#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1} -#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} -#bo_cate li {float:left;margin-bottom:-1px} -#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer} -#bo_cate a:focus, -#bo_cate a:hover, -#bo_cate a:active {text-decoration:none} -#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold} - -.td_subject img {margin-left:3px} - -/* 갤러리 목록 */ -#bo_img h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} -#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 {margin:0 0 4px} -.bo_img_con .bo_img_subject {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, -.bo_img_href span {display:block;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:""} -.bo_fx ul {margin:0;padding:0;list-style:none} -#bo_list_total {float:left;padding-top:5px} -.btn_bo_user {float:right;margin:0;padding:0;list-style:none} -.btn_bo_user li {float:left;margin-left:5px} -.btn_bo_adm {float:left} -.btn_bo_adm li {float:left;margin-right:5px} -.btn_bo_adm input {padding:0 10px;height:25px;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer} -.bo_notice td {background:#f7f7f2} -.bo_notice td a {font-weight:bold} -.td_num strong {color:#000} -.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ -.bo_current {color:#e8180c} -.cnt_cmt {font-weight:bold} - -#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center} -#bo_sch legend {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} - -/* 게시판 읽기 */ -#bo_v {margin-bottom:20px;padding-bottom:20px} - -#bo_v_cate {position:absolute;top:0;right:15px;margin:0;padding:0 5px;height:25px;background:#565e60;color:#fff;font-weight:bold;line-height:2.2em} - -#bo_v_h1 {padding:10px 0;font-size:1.2em} - -#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd} -#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal} -#bo_v_info .sv_member, -#bo_v_info .sv_guest, -#bo_v_info .member, -#bo_v_info .guest {font-weight:bold} - -#bo_v_file {} -#bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_file ul {margin:0;padding:0;list-style:none} -#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f2} -#bo_v_file a {display:inline-block;padding:8px 0 7px;color:#000} -#bo_v_file a:focus, -#bo_v_file a:hover, -#bo_v_file a:active {text-decoration:none} -.bo_v_file_cnt {display:inline-block;margin:0 10px} - -#bo_v_link {} -#bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_link ul {margin:0;padding:0;list-style:none} -#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f2} -#bo_v_link a {display:inline-block;padding:8px 0 7px;color:#000} -#bo_v_link a:focus, -#bo_v_link a:hover, -#bo_v_link a:active {text-decoration:none} -.bo_v_link_cnt {display:inline-block;margin:0 10px} - -#bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1} -#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} -#bo_v_top h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_top ul {list-style:none} - -#bo_v_bot {zoom:1} -#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} -#bo_v_bot h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_bot ul {margin:0;padding:0;list-style:none} - -.bo_v_nb {float:left} -.bo_v_nb li {float:left;margin-right:5px} -.bo_v_com {float:right} -.bo_v_com li {float:left;margin-left:5px} - -#bo_v_atc {min-height:200px;height:auto !important;height:200px} -#bo_v_atc h1 {margin:0;padding:0;height:0;overflow:hidden} - -#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden:zoom:1} -#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} -#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} - -#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} -#bo_v_con a {color:#000;text-decoration:underline} -#bo_v_con img {max-width:100%;height:auto} - -#bo_v_act {margin-bottom:30px;text-align:center} -#bo_v_act a {margin-right:5px;vertical-align:top} -#bo_v_act span {display:inline-block;margin-right:5px;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:top} -#bo_v_act strong {color:#ff3061} -#bo_v_act_good, -#bo_v_act_nogood {position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} - -#bo_v form {padding-top:20px} - -/* 게시판 댓글 */ -#bo_vc {margin:0 0 10px;padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f7f7f2} -#bo_vc h2 {margin-bottom:10px} -#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} -#bo_vc header {position:relative;padding:15px 0 5px} -#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} -#bo_vc .sv_wrap {margin-right:15px} -#bo_vc .member, -#bo_vc .guest, -#bo_vc .sv_member, -#bo_vc .sv_guest {font-weight:bold} -.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px} -#bo_vc h1 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} -#bo_vc a {color:#000;text-decoration:none} -#bo_vc p {padding:0 0 5px;line-height:1.8em} -#bo_vc p a {text-decoration:underline} -#bo_vc_empty {margin:0;padding:20px !important;border-bottom:1px dotted #ccc;text-align:center} -#bo_vc fieldset {margin:0 0 10px;padding:0} -#bo_vc #bo_vc_winfo {float:left} -#bo_vc footer {zoom:1} -#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} - -.bo_vc_act {float:right;margin:0;list-style:none;zoom:1} -.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} -.bo_vc_act li {float:left;margin-left:5px} - -#bo_vc_w {position:relative;margin-bottom:10px;padding:0 20px 20px;border-bottom:1px solid #cfded8} -#bo_vc_w h2 {padding:15px 0 5px} -#bo_vc_w #char_cnt {display:block;margin-bottom:5px} - -#bo_vc form {padding:0} /* 사이드뷰 */ .sv_wrap {display:inline-block;position:relative;font-weight:normal} diff --git a/css/mobile.css b/css/mobile.css index e5f02c5da..973490987 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -23,6 +23,7 @@ pre {overflow-x:scroll;font-size:1.1em} /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden} +.msg_sound_only, .sound_only {display:inline-block;margin:0 !important;padding:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;overflow:hidden} /* 본문 바로가기 */ .to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} @@ -82,32 +83,13 @@ pre {overflow-x:scroll;font-size:1.1em} #gnb li ul {display:none} #gnb li a {display:block;padding:1em 0;border-right:1px solid #e7f1ed;color:#000;text-align:center;text-decoration:none} +.gnb_empty {float:none !important;width:100% !important;height:10em;text-align:center;line-height:10em} + #ft {background:#484848} #ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} #ft img {display:none} -#popular {background:#515151} -#popular div {zoom:1} -#popular div:after {display:block;visibility:hidden;clear:both;content:""} -#popular h2 {float:left;padding:0.5em;color:#fff} -#popular ul {float:left;list-style:none} -#popular li {float:left} -#popular a {display:inline-block;padding:0.5em;color:#fff;text-decoration:none} -#popular a:focus, -#popular a:hover {background:#333;color:#fff} - -#visit {background:#444} -#visit div {zoom:1} -#visit div:after {display:block;visibility:hidden;clear:both;content:""} -#visit h2 {float:left;padding:0.5em;color:#fff} -#visit dl {float:left;margin:0 0 0 0.5em;padding:0} -#visit dt {float:left;margin:0;padding:0.5em 0.1em 0.5em 0;color:#fff} -#visit dd {float:left;margin:0 1em 0 0;padding:0.5em 0.1em;color:#fff} -#visit a {display:inline-block;padding:0.5em 0.1em;color:#fff;text-decoration:none} -#visit a:focus, -#visit a:hover {background:#333;color:#fff} - #ft_copy {background:#232323} #ft_copy p {padding:0.5em;color:#4a9ab8} #ft_copy b {color:#fff} @@ -185,395 +167,12 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei .new_win_ul a {display:block;padding:1em 1em 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:"dotum";font-weight:bold;text-decoration:none} .new_win_desc {padding:1em} -/* 회원가입 약관 */ -#fregister section {padding:1.5em;border-bottom:1px solid #eee;background:#fafafa} -#fregister h2 {margin:0 0 1.5em;text-align:center} -#fregister textarea {display:block;margin-bottom:1em;padding:0.3em;width:99%;height:150px;border:1px solid #cfded8;background:#f7f7f7} -#fregister textarea:focus {background:#21272e;color:#fff} -.fregister_agree {padding:1em 0 0;text-align:right} -.fregister_agree label {display:inline-block;margin-right:0.3em} -#fregister p {color:#e8180c;text-align:center} -#fregister .btn_confirm {margin:1.5em 0} - -/* 회원가입 입력 */ -#fregisterform textarea {height:50px} - -/* 회원가입 완료 */ -#reg_result {padding:4em 1em 0} -#reg_result_logo {margin-bottom:50px;text-align:center} -#reg_result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em} -#reg_result_email span {display:inline-block;width:150px} -#reg_result_email strong {color:#e8180c;font-size:1.2em} -#reg_result .btn_confirm {margin:50px 0} - -/* 아이디/패스워드 찾기 */ -#find_info_fs {margin:0 auto 1em;padding:1em;border-bottom:1px solid #eee} -#find_info_fs #mb_email {width:100%} -#find_info #captcha {margin:0 0 1em;padding:0 1em 1em} -#find_info #captcha input {margin-left:0.3em} - -/* 아웃로그인 */ -.ol {position:relative;margin:0 0 1em;padding:0 0.5em 0.5em;border-bottom:1px solid #e7f1ed} -.ol h2 {width:0;height:0;overflow:hidden} - -#ol_before input[type=text], -#ol_before input[type=password] {display:block;margin-bottom:0.3em;padding:0;width:80%;height:1.8em;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none} -#ol_before input[type=submit] {position:absolute;top:0em;right:0.5em;padding:0 !important;width:18%;height:4em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none} -#ol_svc {margin:0.5em 0;text-align:right} -#ol_svc a {display:inline-block;margin:0 0 0 0.5em;color:#000;text-decoration:none;vertical-align:middle} - -#ol_after_hd strong {display:inline-block;padding:0 0 0.5em} -#ol_after_hd .btn_admin {display:block;padding:0 !important;width:100%;text-align:center} -#ol_after_private {margin:0;padding:0;list-style:none} -#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""} -#ol_after_private li {float:left} -#ol_after_memo {width:30%} -#ol_after_pt {width:40%} -#ol_after_scrap {width:30%} -#ol_after_private a {display:block;height:3em;background:#f7f7f7;color:#000;text-decoration:none;text-align:center;line-height:3em} -#ol_after_private a strong {color:#000;font-weight:normal} -#ol_after_private a:nth-of-type(1) {border-right:1px solid #fff} -#ol_after_private a:nth-of-type(2) {border-right:1px solid #fff} -#ol_after_ft {margin-top:0.5em;text-align:right} -#ol_after_ft a {display:inline-block;padding:0 2em;height:2em;background:#333;color:#fff;text-decoration:none;text-align:center;line-height:2em} - -/* 로그인 */ -#mb_login {margin:2em 0} -#mb_login h1 {margin:0 0 1.5em;padding:0 1em;font-size:1.3em} -#mb_login h2 {margin:0} -#mb_login fieldset {position:relative;padding:0 0.5em;font-size:1em} -#mb_login .frm_input {display:block;margin-bottom:0.3em;padding:0;width:80%;height:1.8em;line-height:1.8em} -#mb_login .btn_submit {position:absolute;top:0em;right:0.5em;padding:0 !important;width:18%;height:4em !important;text-align:center} -#mb_login section {margin:30px 0;padding:1.5em 1em;border:1px solid #cfded8;background:#f7f7f7} -#mb_login section div {text-align:right} - -/* 쪽지 */ -#memo_view section {padding:1em} -#memo_view section h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} -#memo_view_ul {margin:0;padding:0 0 1em;border-bottom:1px solid #eee;list-style:none} -.memo_view_li {position:relative;padding:0.3em 0} -.memo_view_subj {display:inline-block;width:65px} -#memo_view_ul a {} -#memo_view section p {min-height:150px;height:auto !important;height:150px} - -#memo_write #me_recv_mb_id {width:98%} -#memo_write textarea {width:99%;height:100px} - -/* 스크랩 */ -#scrap td:nth-of-type(1) {width:150px} -#scrap td:nth-last-of-type(1) {width:50px;text-align:center} - -#scrap_do table {margin:0 0 1em;width:100%} -#scrap_do textarea {width:99%;height:100px} - -/* 회원 패스워드 확인 */ -#mb_confirm {margin:30px 0} -#mb_confirm h1 {margin:0 0 1.5em;padding:0 1em;font-size:1.3em} -#mb_confirm p {padding:1.5em 1em;border-bottom:1px solid #cfded8;border-bottom:0;background:#fff} -#mb_confirm p strong {display:block} -#mb_confirm fieldset {position:relative;margin:0 0 3em;padding:2em 1em;border-bottom:1px solid #cfded8;background:#f7f7f7} -#mb_confirm_pw {display:block;margin-top:1em;padding:0;width:80%;line-height:1.8em} -#mb_confirm .btn_submit {position:absolute;bottom:2em;right:1em;width:18%;height:1.9em !important;line-height:1.9em} - -/* 비밀글 패스워드 확인 */ -#pw_confirm {margin:30px 0} -#pw_confirm h1 {margin:0 0 1.5em;padding:0 1em;font-size:1.3em} -#pw_confirm p {padding:1.5em 1em;border-bottom:1px solid #cfded8;border-bottom:0;background:#fff} -#pw_confirm p strong {display:block} -#pw_confirm fieldset {position:relative;margin:0 0 3em;padding:0.5em 0.5em 1em;border-bottom:1px solid #cfded8;background:#f7f7f7} -#pw_wr_password {display:block;margin-top:1em;padding:0;width:80%;line-height:1.8em} -#pw_confirm .btn_submit {position:absolute;bottom:1em;right:0.5em;width:18%;height:1.9em !important;line-height:1.9em} - -/* 설문조사 스킨 */ -#poll {margin:1em 0 0;padding:0 0 1em} -#poll header {position:relative;padding:0 0.5em} -#poll h2 {padding:0 0 0.5em} -#poll header .btn_admin {display:block;padding:0 !important;width:100%;text-align:center} -#poll header p {padding:0} -#poll ul {margin:0 0 1em;padding:0.3em 1em;list-style:none} -#poll li {padding:3px 0} -#poll footer {padding:0 0.5em;text-align:center} -#poll footer input {width:49%;height:2.15em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none} -#poll footer a {display:inline-block;width:49%;height:2em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;text-align:center;line-height:2em} -#poll footer a:focus, -#poll footer a:hover {text-decoration:none !important} -/* 설문조사 결과 (새창) */ -#poll_result section {padding:1em;border-bottom:1px solid #eee} -#poll_result h2 {margin:0;padding:0} -#poll_result .member, -#poll_result .guest, -#poll_result .sv_member, -#poll_result .sv_guest {font-weight:bold;margin-right:0.5em} -#poll_result_list {margin:0 auto} -#poll_result_list h2 {text-align:center} -#poll_result_list dl, -#poll_result_list dt, -#poll_result_list dd {margin:0;padding:0} -#poll_result_list dl {padding-bottom:2em} -#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right} -#poll_result_list ol {margin:0;padding-left:2.5em} -#poll_result_list li {margin-top:10px} -#poll_result_list p {position:relative;margin:0;padding:0.3em 0} -#poll_result_list p strong {position:absolute;top:0.3em;right:5%;margin-right:60px;width:100px;text-align:right} -#poll_result_list p span {position:absolute;top:5px;right:5%;width:60px;color:#68999c;text-align:right} -.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#eee} -.poll_result_graph span {position:absolute;top:0;left:0;height:5px;background:#565e60;font-size:0.1em} -#poll_result_cmt {margin:0 auto;padding:1.5em 2.5em !important;background:#f7f7f7} -#poll_result_cmt h2 {text-align:center} -#poll_result_cmt h3 {margin:0 auto 1em} -#poll_result_cmt article {margin:0 0 1em;border-bottom:1px solid #eee} -#poll_result_cmt h1 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} -#poll_result_cmt p {padding:0.3em 0} -#poll_result_cmt footer {text-align:right} -#poll_result_wcmt {margin:0 0 1em !important} -#poll_result_wcmt td {padding:0 0 0.3em;border:0} -#poll_result_wcmt input[type=text] {background:#fff !important} -#pc_idea {width:98%} -.poll_cmt_del a {display:inline-block;padding-bottom:1em} -#poll_result_oth {margin:0 auto 1.5em} -#poll_result_oth h2 {padding:1em} -#poll_result_oth ul {margin:0;padding:0 1em;list-style:none} -#poll_result_oth a {display:block;padding:1em 0;border-bottom:1px solid #eee;color:#000;text-decoration:none} - -/* 폼메일 */ -#formmail #subject {width:98%} -#formmail textarea {width:99%;height:100px} - -/* 자기소개 */ -#profile table {margin-bottom:0} -#profile section {padding:1em} -#profile h2 {margin:0} -#profile .sv_wrap a {margin:0 0 0.3em;padding:0;font-weight:bold;line-height:1em} - -/* 최근게시물 스킨 (latest) */ -.lt {position:relative;margin:0 0 1em;padding:0 1em 1.5em;border-bottom:1px solid #ddd} -.lt ul {margin:0 0 1em;padding:0;list-style:none} -.lt li {padding:0.2em 0} -.lt a {color:#000;text-decoration:none} -.lt_title {display:block;padding:1em 0} -.lt_more {position:absolute;top:1em;right:1em} - -/* 현재접속자 */ -#current_connect_tbl {} -#current_connect_tbl th:nth-of-type(1) {width:50px} -#current_connect_tbl th:nth-of-type(2) {width:120px} - -#current_connect_tbl td:nth-of-type(1) {padding:1em 0;text-align:center} - -/* 새글 */ -#new_sch {margin:0 0 0.3em;padding:0.3em 0.7em} -#new_tbl {} -#new_tbl th:nth-of-type(3) {width:50px} - -#new_tbl td:nth-of-type(3) {text-align:center} - -/* 전체검색결과 스킨 */ -#sch_result_detail {margin:0;padding:0.5em 1em;border:0} -#sch_result {padding:0 1em} - -#sch_result_hd dt {width:0;height:0;overflow:hidden} -#sch_result_hd dd {margin:0} -#sch_result_hd ul {margin:0;padding:0;border-top:1px solid #eee;border-bottom:1px solid #eee;list-style:none} -#sch_result_hd ul:after {display:block;visibility:hidden;clear:both;content:""} -#sch_result_hd li {float:left;padding:0.5em 0;width:33%;text-align:center} - -#sch_result_bo dt {width:0;height:0;overflow:hidden} -#sch_result_bo dd {margin:0} -#sch_result_bo ul {margin:0;padding:0;list-style:none} -#sch_result_bo li {border-bottom:1px solid #fff;background:#f7f7f7} -#sch_result_bo a {display:block;padding:0.5em;color:#000;text-decoration:none} -#sch_result_bo .cnt_cmt {display:inline-block;margin:0 0 0 0.5em;color:#ff3061} - -#sch_result_atc a {color:#000} -#sch_result_atc dt {padding:0.5em 1em;background:#484848;color:#fff} -#sch_result_atc dt a {color:#fff;text-decoration:none} -#sch_result_atc dd {margin:0} -#sch_result_atc ul {margin:0;padding:0;list-style:none} -#sch_result_atc li {padding:1em;border-bottom:1px solid #eee} - -.sch_more {padding:10px 0 15px;text-align:right} -.sch_more a {} -.sch_datetime {display:inline-block;margin-right:15px;color:#999} -.sch_word {font-weight:bold} /* 검색어 강조 */ - -/* 우편번호 검색 */ -#post_code fieldset {margin:0 auto 10px;padding:1em;text-align:center} -#post_code dl {margin:0 0 1em;padding:1.5em 1em;background:#fff} -#post_code dt {margin-bottom:15px;color:#000} -#post_code dd {margin:0;padding:0} -#post_code ul {margin:0;padding:0;list-style:none} -#post_code li a {display:block;padding:0.7em 0;border-bottom:1px solid #eee;color:#000;text-decoration:none} -#post_code p {margin:0 auto 30px;padding:0 1em} -#post_code .btn_submit {height:1.9em !important;line-height:1.9em !important} -.post_code {display:inline-block;width:100px;color:#999} - -/* 게시판 목록 */ -#bo_list_title {padding:0 1em} -.bo_list table {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0} - -.bo_list th {} -.bo_list th a {color:#fff;text-decoration:none} - -.bo_list td {border-bottom:1px solid #ddd} - -.bo_list img {margin-right:4px} -.bo_list img:nth-last-of-type(1) {margin-right:0} - -/* 관리자일 때 */ -#bo_list_admin th:nth-of-type(1) {width:40px} -#bo_list_admin th:nth-of-type(3) {width:100px} - -#bo_list_admin td:nth-of-type(1) {text-align:center} -#bo_list_admin td:nth-of-type(3) {text-align:center} - -/* 관리자가 아닐 때 */ -#bo_list th:nth-of-type(2) {width:100px} - -#bo_list td:nth-of-type(2) {text-align:center} - -/* 갤러리 목록 */ -#bo_img h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} -#bo_img_list {margin:1em 0 0;padding:0 1em;list-style:none} -#bo_img_list:after {display:block;visibility:hidden;clear:both;content:""} -.bo_img_list_li {float:left;margin:0 0 2em} - -.bo_img_con {margin:0;padding:0;list-style:none} -.bo_img_con li {margin:0 0 0.3em} -.bo_img_con .bo_img_subject {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, -.bo_img_href span {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:8em} - -.bo_img_text_href {margin:1em 0 !important} -.bo_img_text_href a {color:#000;font-weight:bold;text-decoration:none} -.bo_img_text_href img {margin:0 0 0 0.3em} - -/* 게시판 목록 공통 */ -.bo_fx {margin-bottom:0.3em;padding:0.5em 1em} -.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} -.bo_fx ul {margin:0;padding:0;list-style:none} -#bo_list_total {float:left;padding:0;height:2.5em;line-height:2.5em} -.btn_bo_user {float:right;margin:0;padding:0;list-style:none} -.btn_bo_user li {float:left;margin-left:0.3em} -.btn_bo_adm {float:left} -.btn_bo_adm li {float:left;margin-right:0.3em} -.btn_bo_adm input {padding:0 1em;height:2em;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-appearance:none} -.bo_notice td {background:#f7f7f7} -.bo_notice td a {font-weight:bold} -.td_num strong {color:#000} -.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ -.bo_current {color:#e8180c} -.td_subject img {margin-left:3px} -.cnt_cmt {font-weight:bold} - -#bo_sch {margin-bottom:1em;padding-top:0.3em;text-align:center} - -/* 게시판 읽기 */ -#bo_v {margin-bottom:1.5em;padding-bottom:1.5em} - -#bo_v_cate {padding:0 1em;color:#999;font-size:0.9em;font-weight:bold} - -#bo_v_h1 {padding:0 0.7em 0.5em;font-size:1.2em} - -#bo_v_info {padding:0 0.9em 1em;border-bottom:1px solid #ddd} -#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_info {} -#bo_v_info strong {display:inline-block;margin:0 0 0 0.3em;font-weight:normal} - -#bo_v_file {} -#bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_file ul {margin:0;padding:0;list-style:none} -#bo_v_file li {padding:0 1em;border-bottom:1px solid #eee;background:#f7f7f7} -#bo_v_file a {display:inline-block;padding:0.5em 0;color:#000} -#bo_v_file a:focus, -#bo_v_file a:hover, -#bo_v_file a:active {text-decoration:none} -.bo_v_file_cnt {display:inline-block;margin:0 1em} - -#bo_v_link {} -#bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_link ul {margin:0;padding:0;list-style:none} -#bo_v_link li {padding:0 1em;border-bottom:1px solid #eee;background:#f7f7f7} -#bo_v_link a {display:inline-block;padding:0.5em 0;color:#000} -#bo_v_link a:focus, -#bo_v_link a:hover, -#bo_v_link a:active {text-decoration:none} -.bo_v_link_cnt {display:inline-block;margin:0 1em} - -#bo_v_top {margin:0 0 1em;padding:1em} -#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} -#bo_v_top h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_top ul {list-style:none} - -#bo_v_bot {padding:0 1em} -#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} -#bo_v_bot h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_bot ul {margin:0;padding:0;list-style:none} - -.bo_v_nb {float:left} -.bo_v_nb li {float:left;margin-right:0.3em} -.bo_v_com {float:right} -.bo_v_com li {float:left;margin-left:0.3em} - -#bo_v_atc {min-height:200px;padding:0 1em;min-height:200px} -#bo_v_atc h1 {margin:0;padding:0;height:0;overflow:hidden} - -#bo_v_img {margin:0 0 1em;width:100%;overflow:hidden:zoom:1} -#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} -#bo_v_img img {margin-bottom:1.5em;max-width:100%;height:auto} - -#bo_v_con {margin-bottom:2em;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} -#bo_v_con a {color:#000;text-decoration:underline} -#bo_v_con img {max-width:100%;height:auto} - -#bo_v_act {margin-bottom:2em;text-align:center} -#bo_v_act a {margin-right:0.3em;vertical-align:top} -#bo_v_act span {display:inline-block;margin-right:0.3em;padding:0 1em;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:top} -#bo_v_act strong {color:#ff3061} -#bo_v_act_good, -#bo_v_act_nogood {display:inline-block;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} - -#bo_v form {padding-top:1.5em} - -/* 게시판 댓글 */ -#bo_vc {margin:0 0 0.5em;padding:1.5em 1.5em 0.5em;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f7f7f7} -#bo_vc h2 {margin-bottom:0.5em} -#bo_vc article {padding:0 0 0.5em;border-top:1px dotted #ccc} -#bo_vc header {position:relative;padding:1.3em 0 0.3em} -#bo_vc header .icon_reply {position:absolute;top:1.5em;left:-1.3em} -#bo_vc .sv_member, -#bo_vc .sv_guest {font-weight:bold} -.bo_vc_hdinfo {display:inline-block;margin:0 1em 0 0.3em} -#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} -#bo_vc a {color:#000;text-decoration:none} -#bo_vc p {padding:0 0 0.3em;line-height:1.8em} -#bo_vc p a {text-decoration:underline} -#bo_vc_empty {margin:0;padding:1.5em !important;border-bottom:1px dotted #ccc;text-align:center} -#bo_vc fieldset {margin:0 0 1em;padding:0} -#bo_vc #bo_vc_winfo {float:left} -#bo_vc footer {zoom:1} -#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} - -.bo_vc_act {float:right;margin:0;list-style:none} -.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} -.bo_vc_act li {float:left;margin-left:0.3em} - -#bo_vc_w {position:relative;margin-bottom:1em;padding:0 1.5em 1.5em;border-bottom:1px solid #cfded8} -#bo_vc_w h2 {padding:1em 0 0.3em} -#bo_vc_w #char_cnt {display:block;margin-bottom:0.3em} -#bo_vc_w textarea {width:99%} - -#bo_vc form {padding:0} - /* 사이드뷰 */ +/* 현재 모바일에서는 사이드뷰를 사용하지 않습니다. .sv_wrap {display:inline-block;position:relative;font-weight:normal} .sv_wrap img {vertical-align:middle} .sv_wrap a {display:inline-block;color:#000;text-decoration:none;vertical-align:middle} +*/ /* pagination */ .pg_wrap {clear:both;margin:0 0 1em;padding-top:1em;text-align:center} diff --git a/head.php b/head.php index 6405b4e6c..11e841f5a 100644 --- a/head.php +++ b/head.php @@ -148,6 +148,7 @@ if ($config['cf_include_head']) { +
  • 생성된 메뉴가 없습니다.
  • diff --git a/img/ft_catch.jpg b/img/ft_catch.jpg index dd8dd6cfa..0e3469b13 100644 Binary files a/img/ft_catch.jpg and b/img/ft_catch.jpg differ diff --git a/js/wrest.js b/js/wrest.js index 6864346b2..106685deb 100644 --- a/js/wrest.js +++ b/js/wrest.js @@ -324,16 +324,16 @@ function wrestSubmit() if (wrestFld.style.display != "none") { var id = wrestFld.getAttribute("id"); - var msg_el = document.getElementById(id+"_msg"); - var new_href; - var curr_href = document.location.href.replace(/#.+$/, ""); - if(msg_el != null) { - msg_el.innerText = wrestMsg; - var new_href = curr_href+"#"+id+"_msg"; - } else { - var new_href = curr_href+"#"+id; - } + // 오류메세지를 위한 element 추가 + var msg_el = document.createElement("strong"); + msg_el.id = "msg_"+id; + msg_el.className = "msg_sound_only"; + msg_el.innerHTML = wrestMsg; + wrestFld.parentNode.insertBefore(msg_el, wrestFld); + + var new_href = document.location.href.replace(/#msg.+$/, "")+"#msg_"+id; + document.location.href = new_href; //wrestFld.style.backgroundColor = wrestFldBackColor; diff --git a/mobile/skin/board/basic/style.css b/mobile/skin/board/basic/style.css new file mode 100644 index 000000000..4b3c92b2f --- /dev/null +++ b/mobile/skin/board/basic/style.css @@ -0,0 +1,140 @@ +/* 게시판 목록 */ +#bo_list_title {padding:0 1em} +.bo_list table {margin-bottom:1.5em;width:100%;border-collapse:collapse;border-spacing:0} + +.bo_list th {} +.bo_list th a {color:#fff;text-decoration:none} + +.bo_list td {border-bottom:1px solid #ddd} + +.bo_list img {margin-right:4px} +.bo_list img:nth-last-of-type(1) {margin-right:0} + +/* 관리자일 때 */ +#bo_list_admin th:nth-of-type(1) {width:40px} +#bo_list_admin th:nth-of-type(3) {width:100px} + +#bo_list_admin td:nth-of-type(1) {text-align:center} +#bo_list_admin td:nth-of-type(3) {text-align:center} + +/* 관리자가 아닐 때 */ +#bo_list th:nth-of-type(2) {width:100px} + +#bo_list td:nth-of-type(2) {text-align:center} + +/* 게시판 목록 공통 */ +.bo_fx {margin-bottom:0.3em;padding:0.5em 1em} +.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} +.bo_fx ul {margin:0;padding:0;list-style:none} +#bo_list_total {float:left;padding:0;height:2.5em;line-height:2.5em} +.btn_bo_user {float:right;margin:0;padding:0;list-style:none} +.btn_bo_user li {float:left;margin-left:0.3em} +.btn_bo_adm {float:left} +.btn_bo_adm li {float:left;margin-right:0.3em} +.btn_bo_adm input {padding:0 1em;height:2em;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-appearance:none} +.bo_notice td {background:#f7f7f7} +.bo_notice td a {font-weight:bold} +.td_num strong {color:#000} +.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ +.bo_current {color:#e8180c} +.td_subject img {margin-left:3px} +.cnt_cmt {font-weight:bold} + +#bo_sch {margin-bottom:1em;padding-top:0.3em;text-align:center} + +/* 게시판 읽기 */ +#bo_v {margin-bottom:1.5em;padding-bottom:1.5em} + +#bo_v_cate {padding:0 1em;color:#999;font-size:0.9em;font-weight:bold} + +#bo_v_h1 {padding:0 0.7em 0.5em;font-size:1.2em} + +#bo_v_info {padding:0 0.9em 1em;border-bottom:1px solid #ddd} +#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_info {} +#bo_v_info strong {display:inline-block;margin:0 0 0 0.3em;font-weight:normal} + +#bo_v_file {} +#bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_file ul {margin:0;padding:0;list-style:none} +#bo_v_file li {padding:0 1em;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_file a {display:inline-block;padding:0.5em 0;color:#000} +#bo_v_file a:focus, +#bo_v_file a:hover, +#bo_v_file a:active {text-decoration:none} +.bo_v_file_cnt {display:inline-block;margin:0 1em} + +#bo_v_link {} +#bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_link ul {margin:0;padding:0;list-style:none} +#bo_v_link li {padding:0 1em;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_link a {display:inline-block;padding:0.5em 0;color:#000} +#bo_v_link a:focus, +#bo_v_link a:hover, +#bo_v_link a:active {text-decoration:none} +.bo_v_link_cnt {display:inline-block;margin:0 1em} + +#bo_v_top {margin:0 0 1em;padding:1em} +#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_top h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_top ul {list-style:none} + +#bo_v_bot {padding:0 1em} +#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_bot h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_bot ul {margin:0;padding:0;list-style:none} + +.bo_v_nb {float:left} +.bo_v_nb li {float:left;margin-right:0.3em} +.bo_v_com {float:right} +.bo_v_com li {float:left;margin-left:0.3em} + +#bo_v_atc {min-height:200px;padding:0 1em;min-height:200px} +#bo_v_atc h1 {margin:0;padding:0;height:0;overflow:hidden} + +#bo_v_img {margin:0 0 1em;width:100%;overflow:hidden:zoom:1} +#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_img img {margin-bottom:1.5em;max-width:100%;height:auto} + +#bo_v_con {margin-bottom:2em;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} +#bo_v_con a {color:#000;text-decoration:underline} +#bo_v_con img {max-width:100%;height:auto} + +#bo_v_act {margin-bottom:2em;text-align:center} +#bo_v_act a {margin-right:0.3em;vertical-align:top} +#bo_v_act span {display:inline-block;margin-right:0.3em;padding:0 1em;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:top} +#bo_v_act strong {color:#ff3061} +#bo_v_act_good, +#bo_v_act_nogood {display:inline-block;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} + +#bo_v form {padding-top:1.5em} + +/* 게시판 댓글 */ +#bo_vc {margin:0 0 0.5em;padding:1.5em 1.5em 0.5em;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f7f7f7} +#bo_vc h2 {margin-bottom:0.5em} +#bo_vc article {padding:0 0 0.5em;border-top:1px dotted #ccc} +#bo_vc header {position:relative;padding:1.3em 0 0.3em} +#bo_vc header .icon_reply {position:absolute;top:1.5em;left:-1.3em} +#bo_vc .sv_member, +#bo_vc .sv_guest {font-weight:bold} +.bo_vc_hdinfo {display:inline-block;margin:0 1em 0 0.3em} +#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_vc a {color:#000;text-decoration:none} +#bo_vc p {padding:0 0 0.3em;line-height:1.8em} +#bo_vc p a {text-decoration:underline} +#bo_vc_empty {margin:0;padding:1.5em !important;border-bottom:1px dotted #ccc;text-align:center} +#bo_vc fieldset {margin:0 0 1em;padding:0} +#bo_vc #bo_vc_winfo {float:left} +#bo_vc footer {zoom:1} +#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} + +.bo_vc_act {float:right;margin:0;list-style:none} +.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} +.bo_vc_act li {float:left;margin-left:0.3em} + +#bo_vc_w {position:relative;margin-bottom:1em;padding:0 1.5em 1.5em;border-bottom:1px solid #cfded8} +#bo_vc_w h2 {padding:1em 0 0.3em} +#bo_vc_w #char_cnt {display:block;margin-bottom:0.3em} +#bo_vc_w textarea {width:99%} + +#bo_vc form {padding:0} \ No newline at end of file diff --git a/mobile/skin/board/gallery/style.css b/mobile/skin/board/gallery/style.css new file mode 100644 index 000000000..ee58749b4 --- /dev/null +++ b/mobile/skin/board/gallery/style.css @@ -0,0 +1,138 @@ +/* 갤러리 목록 */ +#bo_img h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_img_list {margin:1em 0 0;padding:0 1em;list-style:none} +#bo_img_list:after {display:block;visibility:hidden;clear:both;content:""} +.bo_img_list_li {float:left;margin:0 0 2em} + +.bo_img_con {margin:0;padding:0;list-style:none} +.bo_img_con li {margin:0 0 0.3em} +.bo_img_con .bo_img_subject {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, +.bo_img_href span {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:8em} + +.bo_img_text_href {margin:1em 0 !important} +.bo_img_text_href a {color:#000;font-weight:bold;text-decoration:none} +.bo_img_text_href img {margin:0 0 0 0.3em} + +/* 게시판 목록 공통 */ +.bo_fx {margin-bottom:0.3em;padding:0.5em 1em} +.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} +.bo_fx ul {margin:0;padding:0;list-style:none} +#bo_list_total {float:left;padding:0;height:2.5em;line-height:2.5em} +.btn_bo_user {float:right;margin:0;padding:0;list-style:none} +.btn_bo_user li {float:left;margin-left:0.3em} +.btn_bo_adm {float:left} +.btn_bo_adm li {float:left;margin-right:0.3em} +.btn_bo_adm input {padding:0 1em;height:2em;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-appearance:none} +.bo_notice td {background:#f7f7f7} +.bo_notice td a {font-weight:bold} +.td_num strong {color:#000} +.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */ +.bo_current {color:#e8180c} +.td_subject img {margin-left:3px} +.cnt_cmt {font-weight:bold} + +#bo_sch {margin-bottom:1em;padding-top:0.3em;text-align:center} + +/* 게시판 읽기 */ +#bo_v {margin-bottom:1.5em;padding-bottom:1.5em} + +#bo_v_cate {padding:0 1em;color:#999;font-size:0.9em;font-weight:bold} + +#bo_v_h1 {padding:0 0.7em 0.5em;font-size:1.2em} + +#bo_v_info {padding:0 0.9em 1em;border-bottom:1px solid #ddd} +#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_info {} +#bo_v_info strong {display:inline-block;margin:0 0 0 0.3em;font-weight:normal} + +#bo_v_file {} +#bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_file ul {margin:0;padding:0;list-style:none} +#bo_v_file li {padding:0 1em;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_file a {display:inline-block;padding:0.5em 0;color:#000} +#bo_v_file a:focus, +#bo_v_file a:hover, +#bo_v_file a:active {text-decoration:none} +.bo_v_file_cnt {display:inline-block;margin:0 1em} + +#bo_v_link {} +#bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_link ul {margin:0;padding:0;list-style:none} +#bo_v_link li {padding:0 1em;border-bottom:1px solid #eee;background:#f7f7f7} +#bo_v_link a {display:inline-block;padding:0.5em 0;color:#000} +#bo_v_link a:focus, +#bo_v_link a:hover, +#bo_v_link a:active {text-decoration:none} +.bo_v_link_cnt {display:inline-block;margin:0 1em} + +#bo_v_top {margin:0 0 1em;padding:1em} +#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_top h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_top ul {list-style:none} + +#bo_v_bot {padding:0 1em} +#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_bot h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_bot ul {margin:0;padding:0;list-style:none} + +.bo_v_nb {float:left} +.bo_v_nb li {float:left;margin-right:0.3em} +.bo_v_com {float:right} +.bo_v_com li {float:left;margin-left:0.3em} + +#bo_v_atc {min-height:200px;padding:0 1em;min-height:200px} +#bo_v_atc h1 {margin:0;padding:0;height:0;overflow:hidden} + +#bo_v_img {margin:0 0 1em;width:100%;overflow:hidden:zoom:1} +#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} +#bo_v_img img {margin-bottom:1.5em;max-width:100%;height:auto} + +#bo_v_con {margin-bottom:2em;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden} +#bo_v_con a {color:#000;text-decoration:underline} +#bo_v_con img {max-width:100%;height:auto} + +#bo_v_act {margin-bottom:2em;text-align:center} +#bo_v_act a {margin-right:0.3em;vertical-align:top} +#bo_v_act span {display:inline-block;margin-right:0.3em;padding:0 1em;border:1px solid #eee !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2em;vertical-align:top} +#bo_v_act strong {color:#ff3061} +#bo_v_act_good, +#bo_v_act_nogood {display:inline-block;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} + +#bo_v form {padding-top:1.5em} + +/* 게시판 댓글 */ +#bo_vc {margin:0 0 0.5em;padding:1.5em 1.5em 0.5em;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f7f7f7} +#bo_vc h2 {margin-bottom:0.5em} +#bo_vc article {padding:0 0 0.5em;border-top:1px dotted #ccc} +#bo_vc header {position:relative;padding:1.3em 0 0.3em} +#bo_vc header .icon_reply {position:absolute;top:1.5em;left:-1.3em} +#bo_vc .sv_member, +#bo_vc .sv_guest {font-weight:bold} +.bo_vc_hdinfo {display:inline-block;margin:0 1em 0 0.3em} +#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_vc a {color:#000;text-decoration:none} +#bo_vc p {padding:0 0 0.3em;line-height:1.8em} +#bo_vc p a {text-decoration:underline} +#bo_vc_empty {margin:0;padding:1.5em !important;border-bottom:1px dotted #ccc;text-align:center} +#bo_vc fieldset {margin:0 0 1em;padding:0} +#bo_vc #bo_vc_winfo {float:left} +#bo_vc footer {zoom:1} +#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} + +.bo_vc_act {float:right;margin:0;list-style:none} +.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} +.bo_vc_act li {float:left;margin-left:0.3em} + +#bo_vc_w {position:relative;margin-bottom:1em;padding:0 1.5em 1.5em;border-bottom:1px solid #cfded8} +#bo_vc_w h2 {padding:1em 0 0.3em} +#bo_vc_w #char_cnt {display:block;margin-bottom:0.3em} +#bo_vc_w textarea {width:99%} + +#bo_vc form {padding:0} \ No newline at end of file diff --git a/mobile/skin/connect/basic/style.css b/mobile/skin/connect/basic/style.css new file mode 100644 index 000000000..9eee93192 --- /dev/null +++ b/mobile/skin/connect/basic/style.css @@ -0,0 +1,6 @@ +/* 현재접속자 */ +#current_connect_tbl {} +#current_connect_tbl th:nth-of-type(1) {width:50px} +#current_connect_tbl th:nth-of-type(2) {width:120px} + +#current_connect_tbl td:nth-of-type(1) {padding:1em 0;text-align:center} \ No newline at end of file diff --git a/mobile/skin/latest/basic/latest.skin.php b/mobile/skin/latest/basic/latest.skin.php index 4ec5d5e83..79cf401d9 100644 --- a/mobile/skin/latest/basic/latest.skin.php +++ b/mobile/skin/latest/basic/latest.skin.php @@ -2,6 +2,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> + +
    diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php index f37e5882c..4e98115a6 100644 --- a/skin/board/basic/list.skin.php +++ b/skin/board/basic/list.skin.php @@ -77,7 +77,7 @@ if ($is_nogood) $colspan++; echo $list[$i]['num']; ?> - +

    -
    - - -
    -
    @@ -69,7 +55,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); if ($k % $board['bo_gallery_cols'] == 0) $style .= "margin:0 !important;"; ?>
  • - + + +
      diff --git a/skin/latest/basic/style.css b/skin/latest/basic/style.css new file mode 100644 index 000000000..82f0b96d2 --- /dev/null +++ b/skin/latest/basic/style.css @@ -0,0 +1,7 @@ +/* 새글 스킨 (latest) */ +.lt_pc {float:left;margin-left:20px} +.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #ddd} +.lt ul {margin:0 0 10px;padding:0;list-style:none} +.lt li {padding:3px 0} +.lt_title {display:block;padding:10px 0 8px} +.lt_more {position:absolute;top:10px;right:0} \ No newline at end of file diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css new file mode 100644 index 000000000..b6c4ddee5 --- /dev/null +++ b/skin/member/basic/style.css @@ -0,0 +1,97 @@ +/* 회원가입 약관 */ +#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee} +#fregister h2 {margin:0 0 20px;text-align:center} +#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #cfded8;background:#f7f7f7} +#fregister textarea:focus {background:#21272e;color:#fff} +.fregister_agree {padding:10px 0 0;text-align:right} +.fregister_agree label {display:inline-block;margin-right:5px} +#fregister p {color:#e8180c;text-align:center} +#fregister .btn_confirm {margin-bottom:20px} + +/* 회원가입 입력 */ +#fregisterform .cbg {margin-bottom:15px;padding:20px} +#fregisterform textarea {height:50px} + +/* 회원가입 완료 */ +#reg_result {padding:50px 0 0} +#reg_result_logo {margin-bottom:50px;text-align:center} +#reg_result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em} +#reg_result_email span {display:inline-block;width:150px} +#reg_result_email strong {color:#e8180c;font-size:1.2em} +#reg_result .btn_confirm {margin:50px 0} + +/* 아이디/패스워드 찾기 */ +#find_info #mb_hp_label {display:inline-block;margin-left:10px} +#find_info #captcha {margin:0 auto 20px;width:87%} +#find_info #captcha input {margin-left:5px} +#find_info_fs {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} + +#find_info_result li {margin:0 0 5px} +#find_info_result span {display:inline-block;width:70px} +#find_info_result strong {color:#ff3061} +#find_info_result_wrap {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} + +/* 로그인 */ +#mb_login {margin:100px auto;width:500px} +#mb_login h1 {margin:0 0 20px;font-size:1.3em} +#mb_login h2 {margin:0} +#mb_login fieldset {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff} +#mb_login label {letter-spacing:-0.1em} +#mb_login .login_id {position:absolute;top:26px;left:95px} +#mb_login .login_pw {position:absolute;top:52px;left:95px} +#mb_login .frm_input {display:block;margin:0 0 5px 80px} +#mb_login .btn_submit {position:absolute;top:20px;left:335px;height:49px} +#mb_login section {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f7f7f2} +#mb_login section div {text-align:right} + +/* 쪽지 */ +#memo_view section {margin:0 auto 20px;padding:20px;width:87%} +#memo_view section h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} +#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none} +.memo_view_li {position:relative;padding:5px 0} +.memo_view_subj {display:inline-block;width:65px} +#memo_view_ul a {} +#memo_view section p {padding:10px;min-height:150px;height:auto !important;height:150px;background:#fff} + +#memo_write textarea {height:100px} + +/* 스크랩 */ +#scrap_do .cbg {margin:0 auto 20px;padding:20px;width:87%} +#scrap_do table {margin:0 0 10px;width:100%} +#scrap_do textarea {height:100px} + +/* 회원 패스워드 확인 */ +#mb_confirm {margin:100px auto;width:500px} +#mb_confirm h1 {margin:0 0 20px;font-size:1.3em} +#mb_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} +#mb_confirm p strong {display:block} +#mb_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #cfded8;background:#f7f7f2;text-align:center} +#mb_confirm label {letter-spacing:-0.1em} +#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} + +/* 비밀글 패스워드 확인 */ +#pw_confirm {margin:100px auto;width:500px} +#pw_confirm h1 {margin:0 0 20px;font-size:1.3em} +#pw_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} +#pw_confirm p strong {display:block} +#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #cfded8;background:#f7f7f2;text-align:center} +#pw_confirm label {letter-spacing:-0.1em} +#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} + +/* 폼메일 */ +#formmail textarea {height:100px} + +/* 자기소개 */ +#profile table {margin-bottom:0} +#profile section {margin:0 auto 20px;padding:20px;width:86%} +#profile h2 {margin:0} + +/* 우편번호 검색 */ +#post_code fieldset {margin:0 auto 10px;padding:15px 10px;width:87%;text-align:center} +#post_code dl {margin:0 auto 10px;padding:20px 10px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} +#post_code dt {margin-bottom:15px;color:#000} +#post_code dd {margin:0;padding:0} +#post_code ul {margin:0;padding:0;list-style:none} +#post_code li a {display:block;padding:8px 0 6px;border-bottom:1px solid #eee} +#post_code p {margin:0 auto 30px;width:90%} +.post_code {display:inline-block;width:50px;color:#999} \ No newline at end of file diff --git a/skin/member/kcpcert/style.css b/skin/member/kcpcert/style.css new file mode 100644 index 000000000..b6c4ddee5 --- /dev/null +++ b/skin/member/kcpcert/style.css @@ -0,0 +1,97 @@ +/* 회원가입 약관 */ +#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee} +#fregister h2 {margin:0 0 20px;text-align:center} +#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #cfded8;background:#f7f7f7} +#fregister textarea:focus {background:#21272e;color:#fff} +.fregister_agree {padding:10px 0 0;text-align:right} +.fregister_agree label {display:inline-block;margin-right:5px} +#fregister p {color:#e8180c;text-align:center} +#fregister .btn_confirm {margin-bottom:20px} + +/* 회원가입 입력 */ +#fregisterform .cbg {margin-bottom:15px;padding:20px} +#fregisterform textarea {height:50px} + +/* 회원가입 완료 */ +#reg_result {padding:50px 0 0} +#reg_result_logo {margin-bottom:50px;text-align:center} +#reg_result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em} +#reg_result_email span {display:inline-block;width:150px} +#reg_result_email strong {color:#e8180c;font-size:1.2em} +#reg_result .btn_confirm {margin:50px 0} + +/* 아이디/패스워드 찾기 */ +#find_info #mb_hp_label {display:inline-block;margin-left:10px} +#find_info #captcha {margin:0 auto 20px;width:87%} +#find_info #captcha input {margin-left:5px} +#find_info_fs {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} + +#find_info_result li {margin:0 0 5px} +#find_info_result span {display:inline-block;width:70px} +#find_info_result strong {color:#ff3061} +#find_info_result_wrap {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} + +/* 로그인 */ +#mb_login {margin:100px auto;width:500px} +#mb_login h1 {margin:0 0 20px;font-size:1.3em} +#mb_login h2 {margin:0} +#mb_login fieldset {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff} +#mb_login label {letter-spacing:-0.1em} +#mb_login .login_id {position:absolute;top:26px;left:95px} +#mb_login .login_pw {position:absolute;top:52px;left:95px} +#mb_login .frm_input {display:block;margin:0 0 5px 80px} +#mb_login .btn_submit {position:absolute;top:20px;left:335px;height:49px} +#mb_login section {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f7f7f2} +#mb_login section div {text-align:right} + +/* 쪽지 */ +#memo_view section {margin:0 auto 20px;padding:20px;width:87%} +#memo_view section h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} +#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none} +.memo_view_li {position:relative;padding:5px 0} +.memo_view_subj {display:inline-block;width:65px} +#memo_view_ul a {} +#memo_view section p {padding:10px;min-height:150px;height:auto !important;height:150px;background:#fff} + +#memo_write textarea {height:100px} + +/* 스크랩 */ +#scrap_do .cbg {margin:0 auto 20px;padding:20px;width:87%} +#scrap_do table {margin:0 0 10px;width:100%} +#scrap_do textarea {height:100px} + +/* 회원 패스워드 확인 */ +#mb_confirm {margin:100px auto;width:500px} +#mb_confirm h1 {margin:0 0 20px;font-size:1.3em} +#mb_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} +#mb_confirm p strong {display:block} +#mb_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #cfded8;background:#f7f7f2;text-align:center} +#mb_confirm label {letter-spacing:-0.1em} +#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} + +/* 비밀글 패스워드 확인 */ +#pw_confirm {margin:100px auto;width:500px} +#pw_confirm h1 {margin:0 0 20px;font-size:1.3em} +#pw_confirm p {padding:20px;border:1px solid #cfded8;border-bottom:0;background:#fff} +#pw_confirm p strong {display:block} +#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #cfded8;background:#f7f7f2;text-align:center} +#pw_confirm label {letter-spacing:-0.1em} +#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold} + +/* 폼메일 */ +#formmail textarea {height:100px} + +/* 자기소개 */ +#profile table {margin-bottom:0} +#profile section {margin:0 auto 20px;padding:20px;width:86%} +#profile h2 {margin:0} + +/* 우편번호 검색 */ +#post_code fieldset {margin:0 auto 10px;padding:15px 10px;width:87%;text-align:center} +#post_code dl {margin:0 auto 10px;padding:20px 10px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} +#post_code dt {margin-bottom:15px;color:#000} +#post_code dd {margin:0;padding:0} +#post_code ul {margin:0;padding:0;list-style:none} +#post_code li a {display:block;padding:8px 0 6px;border-bottom:1px solid #eee} +#post_code p {margin:0 auto 30px;width:90%} +.post_code {display:inline-block;width:50px;color:#999} \ No newline at end of file diff --git a/skin/new/basic/style.css b/skin/new/basic/style.css new file mode 100644 index 000000000..899bb7bbb --- /dev/null +++ b/skin/new/basic/style.css @@ -0,0 +1,4 @@ +/* 최근게시물 스킨 (new) */ +#new_sch {margin-bottom:10px;text-align:right} +#new_sch legend {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} +#new_sch .btn_submit {height:22px} \ No newline at end of file diff --git a/skin/outlogin/basic/outlogin.skin.1.php b/skin/outlogin/basic/outlogin.skin.1.php index 38ad196d7..db240443f 100644 --- a/skin/outlogin/basic/outlogin.skin.1.php +++ b/skin/outlogin/basic/outlogin.skin.1.php @@ -2,6 +2,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + +

      회원로그인

      @@ -9,9 +11,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
      - - @@ -33,25 +33,29 @@ $omi_label = $('#ol_idlabel'); $omi_label.addClass('ol_idlabel'); $omp_label = $('#ol_pwlabel'); $omp_label.addClass('ol_pwlabel'); -$omi.focus(function() { - $omi_label.css('visibility','hidden'); -}); -$omp.focus(function() { - $omp_label.css('visibility','hidden'); -}); -$omi.blur(function() { - $this = $(this); - if($this.attr('id') == "ol_id" && $this.attr('value') == "") $omi_label.css('visibility','visible'); -}); -$omp.blur(function() { - $this = $(this); - if($this.attr('id') == "ol_pw" && $this.attr('value') == "") $omp_label.css('visibility','visible'); -}); -$("#auto_login").click(function(){ - if (this.checked) { - this.checked = confirm("자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?"); - } +$(function() { + $omi.focus(function() { + $omi_label.css('visibility','hidden'); + }); + $omp.focus(function() { + $omp_label.css('visibility','hidden'); + }); + $omi.blur(function() { + $this = $(this); + if($this.attr('id') == "ol_id" && $this.attr('value') == "") $omi_label.css('visibility','visible'); + }); + $omp.blur(function() { + $this = $(this); + if($this.attr('id') == "ol_pw" && $this.attr('value') == "") $omp_label.css('visibility','visible'); + }); + + $("#auto_login").click(function(){ + if ($(this).is(":checked")) { + if(!confirm("자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?")) + return false; + } + }); }); function fhead_submit(f) diff --git a/skin/outlogin/basic/outlogin.skin.2.php b/skin/outlogin/basic/outlogin.skin.2.php index ab69847fe..c5023660b 100644 --- a/skin/outlogin/basic/outlogin.skin.2.php +++ b/skin/outlogin/basic/outlogin.skin.2.php @@ -2,6 +2,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + +
      diff --git a/skin/outlogin/basic/style.css b/skin/outlogin/basic/style.css new file mode 100644 index 000000000..cc90ddabd --- /dev/null +++ b/skin/outlogin/basic/style.css @@ -0,0 +1,42 @@ +/* 아웃로그인 스킨 */ +.ol {position:relative;padding:15px 15px 14px 14px} +.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} +.ol ul {margin:0;padding:0;list-style:none} + +#ol_before {} +#ol_before fieldset {position:relative} +#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em} +#ol_id:focus {border-color:#333;background:#21272e;color:#fff} +.ol_idlabel {position:absolute;top:6px;left:5px;color:#333;font-size:0.9em} +#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:top;line-height:1.6em} +#ol_pw:focus {border-color:#333;background:#21272e;color:#fff} +.ol_pwlabel {position:absolute;top:35px;left:5px;color:#333;font-size:0.9em} +#auto_login {} +#auto_login_label {letter-spacing:-0.1em} +#ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#333;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top} +#ol_before ul {float:right;margin:7px 0 13px;zoom:1} +#ol_before ul:after {display:block;visibility:hidden;clear:both;content:""} +#ol_before li {float:left;margin-left:5px;padding-top:2px} +#ol_before #ol_auto {float:left;margin:4px 0 0;padding:0} +#ol_before a {letter-spacing:-0.1em} +#ol_svc {padding-top:8px;text-align:right} + +#ol_after {} +#ol_after_hd {margin:0 0 3px} +#ol_after_hd .btn_admin {margin-top:5px;width:158px;text-align:center} +#ol_after_private {margin:0 0 3px;zoom:1} +#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""} +#ol_after_private li {float:left} +#ol_after_private a {display:block;padding-top:8px;height:37px;background:#f7f7f7;text-align:center} +#ol_after_private a strong {display:block;padding-top:3px;color:#000;font-weight:normal} +#ol_after_private a:focus, +#ol_after_private a:hover {background:#333;color:#fff;text-decoration:none} +#ol_after_private a:focus strong, +#ol_after_private a:hover strong {color:#fff;text-decoration:none} +#ol_after_memo {width:50px;margin-right:1px} +#ol_after_pt {width:80px;margin-right:1px} +#ol_after_scrap {width:48px;line-height:2.6em !important} +#ol_after_ft {text-align:justify} +#ol_after_ft a {display:inline-block;width:88px;height:22px;background:#333;color:#fff;text-align:center;line-height:1.8em} +#ol_after_ft a:focus, +#ol_after_ft a:hover {text-decoration:none !important} \ No newline at end of file diff --git a/skin/poll/basic/style.css b/skin/poll/basic/style.css new file mode 100644 index 000000000..c06c4e068 --- /dev/null +++ b/skin/poll/basic/style.css @@ -0,0 +1,49 @@ +/* 설문조사 스킨 */ +#poll {border-top:1px solid #e7f1ed} +#poll header {position:relative;padding:15px 14px 0} +#poll h2 {} +#poll header .btn_admin {margin-top:5px;width:158px;text-align:center} +#poll header p {padding:5px 0 0} +#poll ul {margin:0 0 10px;padding:5px 14px;list-style:none} +#poll li {padding:3px 0} +#poll footer {padding:0 14px 14px} +#poll footer input {width:88px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} +#poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2em} +#poll footer a:focus, +#poll footer a:hover {text-decoration:none !important} +/* 설문조사 결과 (새창) */ +#poll_result section {padding:15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} +#poll_result h2 {margin:0;padding:20px 0} +#poll_result a {} +#poll_result .sv_member, +#poll_result .sv_guest {font-weight:bold} +#poll_result_list {margin:0 auto 20px} +#poll_result_list h2 {text-align:center} +#poll_result_list dl, +#poll_result_list dt, +#poll_result_list dd {margin:0;padding:0} +#poll_result_list dl {padding-bottom:30px} +#poll_result_list dt {margin-right:5%;color:#e8180d;text-align:right} +#poll_result_list ol {margin:0;padding-left:30px} +#poll_result_list li {margin-top:10px} +#poll_result_list p {position:relative;margin:0;padding:5px 0} +#poll_result_list p strong {position:absolute;top:5px;right:5%;padding-right:80px;width:100px;text-align:right} +#poll_result_list p span {position:absolute;top:5px;right:5%;width:80px;color:#68999c;text-align:right} +.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#eee} +.poll_result_graph span {position:absolute;top:0;left:0;height:5px;background:#565e60;font-size:0.1em} +#poll_result_cmt {margin:0 auto 20px} +#poll_result_cmt h2 {text-align:center} +#poll_result_cmt h3 {margin:0 auto 10px;padding-top:15px;width:93%} +#poll_result_cmt article {margin:0 18px 15px;border-bottom:1px solid #eee} +#poll_result_cmt h1 {margin:0;padding:0;height:0;border:0;font-size:0;line-height:0;overflow:hidden} +.poll_datetime {display:inline-block;margin-left:10px} +#poll_result_cmt p {padding:3px 0} +#poll_result_cmt fieldset {margin-bottom:0;text-align:left} +#poll_result_cmt fieldset p {margin:0 0 15px;padding:3px 0 0px;text-align:left} +#poll_result_cmt footer {text-align:right} +#poll_result_wcmt {margin-bottom:10px;width:93%} +.poll_cmt_del a {display:inline-block;padding-bottom:10px} +#poll_result_oth {margin:0 auto 20px} +#poll_result_oth h2 {padding:0 0 10px} +#poll_result_oth ul {margin:0;padding:0;list-style:none} +#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee} \ No newline at end of file diff --git a/skin/popular/basic/popular.skin.php b/skin/popular/basic/popular.skin.php index ebc9afd6f..e204bd2ac 100644 --- a/skin/popular/basic/popular.skin.php +++ b/skin/popular/basic/popular.skin.php @@ -2,6 +2,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + +