묻고답하기

안녕하세요 초보입니다 ㅠㅠ

(1)기본 레이아웃으로 조금씩 작업하고 있는데 아래 그림처럼

상단 부분 밑에 나오는 게시판이나 텍스트 구간 바깥쪽에 선을 넣고 싶은데 

아무리 찾아봐도 힘드네요, 조언해주실분 있으면 댓글 부탁드립니다.

2017-08-21_102608.jpg

@charset "utf-8";

/* Reset */

html,body{min-height:100%}

body{margin:0}

 

/* Skin to content */

.skip{margin:0}

.skip>a{display:block;text-align:center;line-height:28px;height:1px;overflow:hidden}

.skip>a:focus{height:auto}

 

/* Layout */

.container,

.footer>p{width:73%;margin:0 auto}

.header{position:relative;z-index:2;zoom:1;margin:0 0 17px 0}

.header>.side{position:absolute;z-index:2;right:0;bottom:57px;zoom:1}

.visual{position:relative;z-index:1;overflow:hidden;width:100%;margin:0 0 20px 0}

.body{position:relative;z-index:1}

.header:after,

.body:after{content:"";display:block;clear:both}

.content{padding:0 0 40px 0;zoom:1}

.content>*:first-child{margin-top:0}

.content img{max-width:100%;height:auto}

 

/* Header */

.header>h1{display:inline-block;*display:inline;zoom:1;margin:19px 0}

.header>h1>a,

.header>h1 img{display:block}

.header>h1>a{font-size:32px;text-decoration:none;color:#333}

 

/* Footer */

.footer{padding:25px 0 80px 0;background:#464D5C;border-top:1px solid #ffffff;color:#b7b7b7}

.footer p{font-size:12px}

.footer a{text-decoration:none;color:#666}

.footer a:hover,

.footer a:focus{text-decoration:underline}

 

/* Login */

.account{margin-right:15px !important}

 

/* Search */

.header .search{display:inline-block;*display:inline;zoom:1;vertical-align:top;margin:0}

.header .search>input{font-size:12px;vertical-align:top;border-radius:2px}

.header .search>input[type="text"]{background:#e5e6e8;border:1px solid #dedede;height:21px;line-height:21px;padding:0 4px;margin:0 -6px 0 0;width:126px}

.header .search>input[type="submit"]{background:#484d51;border:1px solid #272b30;color:#fff;height:23px;line-height:23px;padding:0 15px;margin:0;cursor:pointer;box-shadow:0 1px 0 #6d7174 inset}

 

/* GNB */

.gnb{position:relative;z-index:1;border:1px solid #080808;font-size:13px;height:31px;clear:both;background-color:#080808;background:-webkit-linear-gradient(top, #2e2d32, #0c0c0e);background:-moz-linear-gradient(top, #2e2d32, #0c0c0e);background:-o-linear-gradient(top, #2e2d32, #0c0c0e);background:-ms-linear-gradient(top, #2e2d32, #0c0c0e);background:linear-gradient(top, #2e2d32, #0c0c0e);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#2e2d32, endColorStr=#0c0c0e)}

.gnb:before{content:"";display:block;background:#3e3e40;width:100%;height:1px}

.gnb ul{margin:0;padding:0;list-style:none}

.gnb a{text-decoration:none;white-space:nowrap}

.gnb>ul{position:absolute;top:32px;left:-1px;right:-1px;background:#464d5d;opacity:.98;filter:alpha(opacity=98);height:0}

.gnb.open>ul{height:auto;border-bottom:1px solid #333}

.gnb>ul:after{content:"";display:block;clear:both}

.gnb>ul>li{position:relative;top:-32px;float:left;margin:0 -1px -8px 0}

.gnb>ul>li>a{display:block;border-left:1px solid #3e3e40;border-right:1px solid #3e3e40;line-height:32px;padding:0 20px;color:#fff;position:relative}

.gnb>ul>li>a:after{content:"";position:absolute;width:1px;height:100%;right:0;top:0;background:#080808;overflow:hidden}

.gnb>ul>li.active>a,

.gnb>ul>li.hover>a{border-top:1px solid #4a505c;line-height:30px;padding-bottom:1px;background-color:#2f333b;background:-webkit-linear-gradient(top, #383c45, #0c0d0f);background:-moz-linear-gradient(top, #383c45, #0c0d0f);background:-o-linear-gradient(top, #383c45, #0c0d0f);background:-ms-linear-gradient(top, #383c45, #0c0d0f);background:linear-gradient(top, #383c45, #0c0d0f);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#383c45, endColorStr=#0c0d0f)}

.gnb ul ul{display:block;position:relative;z-index:2;padding:0 20px;margin:0 0 0 -1px;border-left:1px solid #424856;height:0;overflow:hidden}

.gnb.open ul ul{margin-top:6px}

.gnb ul ul:before{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:#4b5265}

.gnb.open ul ul{padding:13px 20px;height:auto}

.gnb>ul>li:first-child>ul{border:0}

.gnb>ul>li:first-child>ul:before{content:normal}

.gnb ul ul a{display:block;line-height:20px;font-size:12px;color:#fff}

.gnb ul ul a:hover,

.gnb ul ul a:focus{text-decoration:underline}

 

/* Visial */

.visual>.list{position:relative;width:300%;left:-100%;z-index:1}

.visual>.list:after{content:"";display:block;clear:both}

.visual>.list.total1{width:auto;left:0}

.visual img{display:block;max-width:100%;height:auto;margin:0 auto}

.visual a{display:block;float:left;position:relative;color:#fff;text-decoration:none;font-family:Corbel,Arial,Helvetica,sans-serif}

.visual a[href=""]{cursor:default}

.visual .total1 a{float:none}

.visual .total2 a,

.visual .total3 a{width:33.33%;}

.visual a>p{margin:-24px 0 0 0;padding:0 100px;position:absolute;top:50%;left:0;right:0;text-align:center;font-size:47px;letter-spacing:-1px;line-height:1}

.visual.sub a>p{font-size:32px;text-align:left}

.visual>button{zoom:1;border:0;background:url(blank.gif);cursor:pointer;width:100px;position:absolute;z-index:2;top:0;bottom:0;margin:0;padding:0;color:#fff}

.visual>button:hover,

.visual>button:focus{background-color:rgba(0,0,0,.25)}

.visual>button>i{position:absolute;top:50%;left:50%;width:25px;height:50px;background:url(slideNav.png) no-repeat;margin:-25px 0 0 -12px;zoom:1}

.visual>.prev{left:0}

.visual>.next{right:0}

.visual>.prev>i{background-position:0 0}

.visual>.next>i{background-position:-25px 0}

 

/* LNB */

.body.sub .lnb{float:left;width:210px;margin:0 0 40px 0}

.body.sub .content{float:right;width:720px}

.body.sub .lnb>h1{margin:0;position:relative;z-index:2}

.body.sub .lnb>h1>a{display:block;line-height:36px;padding:0 18px;border-radius:3px;color:#fff;text-decoration:none;font-size:14px;border:1px solid #939395;background-color:#19191b;background:-webkit-linear-gradient(top, #2d2c31, #0c0c0e 80%, #131418 80%);background:-moz-linear-gradient(top, #2d2c31, #0c0c0e 80%, #131418 80%);background:-o-linear-gradient(top, #2d2c31, #0c0c0e 80%, #131418 80%);background:-ms-linear-gradient(top, #2d2c31, #0c0c0e 80%, #131418 80%);background:linear-gradient(top, #2d2c31, #0c0c0e 80%, #131418 80%);zoom:1}

.body.sub .lnb ul{list-style:none;margin:0;padding:0}

.body.sub .lnb ul a{display:block;text-decoration:none;color:#333;font-size:13px}

.body.sub .lnb>ul{position:relative;z-index:1;border:1px solid #dcdcdc;padding:1px;margin:-1px 0 0 0;border-radius:3px}

.body.sub .lnb>ul>li>a{line-height:36px;padding:0 10px 0 18px;border-top:1px solid #eee}

.body.sub .lnb>ul>li.active>a,

.body.sub .lnb>ul>li>a:hover,

.body.sub .lnb>ul>li>a:focus{background:#f5f5f5;color:#3192d7}

.body.sub .lnb>ul>li:first-child>a{border-top:0}

.body.sub .lnb ul ul{padding:10px 0;border-top:1px solid #eee}

.body.sub .lnb li li>a{line-height:20px;padding:0 10px 0 25px}

.body.sub .lnb li li.active>a,

.body.sub .lnb li li>a:hover,

.body.sub .lnb li li>a:focus{background:#f5f5f5;color:#3192d7}

 

(2)파일첨부를 하면 원래 자동으로 올라갔는데

호스팅 이전후 따로 하나씩 삽입을 해야 본문에 올라가는데

이게 스킨문제인지 아니면 설정이나 서버문제인지 통 알수가 없는데 조언좀 주세요

태그 연관 글
  1. [2023/08/23] 묻고답하기 쇼핑몰 기능 by livemedia
  2. [2021/07/20] 묻고답하기 사이트맵에서 클릭시 새창열기로 가능한가요? by Alexander *2
  3. [2020/12/16] 묻고답하기 footer 하단에 고정하려면 어딜 수정해야 할까요? by 가입명
  4. [2019/10/10] 묻고답하기 cafe24 XE3 STEP 3 단계에서 에러가 발생합니다. by nothing *3
  5. [2019/05/14] 묻고답하기 배경색을 이미지로 바꾸고 싶어요 by 내일은희망 *2
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
깽판러 메탈갤러리에서 왔습니다 운영진의 군문제로 어려움을 겪고있습니다 [2] file 2017.09.22 by YJSoft
ㄲㅏㅊㅣ 플래쉬 카운트가 및 게시물 조회 카운트가 이상합니다. [2] file 2017.09.22 by ㄲㅏㅊㅣ
eavanJ 레벨 아이콘 그림파일 확장자 변경가능한가요? [2] 2017.09.22 by eavanJ
FREE 파일첨부 100%완료후 파일이 증발 [3] 2017.09.22 by 조현상518
zzoong2 스케치북의 게시판을 사용하는데....... file  
이지한 누리고모듈 쇼핑몰 구매하기버튼 [2] 2017.09.22 by 이지한
쿨럭이 레이아웃에 확장변수 조건문 문의합니다. [1] 2017.09.22 by sejin7940
일홍 컨텐츠 확장 위젯 2 질문입니다. [2] 2017.09.21 by 일홍
YeRieL XEDITION 모바일 모드 문의!!  
꽁꽁 xedition 레이아웃 index페이지 슬라이드 링크 [2] 2017.09.21 by 꽁꽁
꽁꽁 xedition 모듈스킨 게시판 리스트 글씨 크기(고수분의 답변을 기다립니다) [2] 2017.09.21 by 꽁꽁
메이퀸 카테고리 자동분류 하게하는 방법이있나요? [3] 2017.09.21 by DoorWeb
Chosun.us WYSIWYG Editor 문제 [1] file 2017.09.21 by DoorWeb
lun**** 회원정보 변수 문의 [3] 2017.09.20 by 시니시즘
불꽃남자cc4e1 글쓰기 완료 후 페이지이동(게시판별) [4] 2017.09.20 by 시니시즘
정현영 기본url (xe 최신) 변경 후 로그인 불가현상 [2] 2017.09.20 by 시니시즘
정현영 호스팅주소/xe -> 도메인 포워딩 후 모바일페이지 안되는 현상 [1] 2017.09.20 by 시니시즘
Mwin xe에 페이지 연동하는 방법을 알고 싶습니다. [1] 2017.09.20 by 시니시즘
녹색사랑 회원그룹 별 로그인 후 이동할 주소(URL) 다르게 설정하는 법 [5] 2017.09.20 by 시니시즘
네잎클로버 XE 게시판 생성 (오류??) [2] 2017.09.20 by 시니시즘
기서피 도메인 고정으로 사용 하고 싶은데 도움요청 합니다^^ [5] 2017.09.20 by 정현영
시지푼수 xedition 수정좀 도와주세요~~~2 .^^'; [1] file 2017.09.20 by 불꽃남자cc4e1
이도웅 특정소스를 html에 심으려하는데 방법을모르겠습니다.. [2] 2017.09.20 by 이도웅
네모세상 사용중인 사이트에 짧은 주소를 적용 시킨다면? [4] 2017.09.20 by 네모세상
Regenesis 관리자페이지 사이트 메뉴 편집이 안 됩니다. [1] file 2017.09.20 by Ansi™
이정호 xe를 이용하여 홈페이지를 제작하였는데 html관련 질문입니다 [3] 2017.09.19 by 제이와이엔소프트
꽃밭에서 index.php에 글작성하기를 하려면 어떻게 해야할까요? [1] 2017.09.19 by 제이와이엔소프트
지나 회원 설정에서 회원가입 탭 클릭시 빈화면... file  
L까꿍J XE 설치버전 추천 부탁드립니다. [1] 2017.09.19 by Luatic™
김소희013b9 jquery 동적 게시판 페이지네이션 질문 드립니다.