묻고답하기

대댓글 작성시 이렇게 나와요;


1.png



이런식으로 화살표가 나오게 하고싶습니다.

2.png


왜 안나오는걸까요? xe 게시판 심플 회색 스킨 쓰고잇습니다;


@charset "utf-8";

/* Mobile XE */

/*csslint unqualified-attributes:false, display-property-grouping:false, universal-selector:false, font-sizes:false*/

body {

margin: 0;

background: #fff;

color: #000;

word-wrap: break-word;

}

body,

input,

textarea,

select,

button,

table {

font-family: Tahoma, Geneva, sans-serif;

}

img {

border: 0;

}

em {

font-style: normal;

}

form {

margin: 0;

padding: 0;

}

form ul {

margin: 0;

padding: 0;

list-style: none;

}

form li {

margin: 0 0 10px 0;

padding: 0 0 10px 0;

border-bottom: 1px dashed #999;

}

form li:last-child {

border: 0;

}

form p {

margin: 0;

}

form p.help {

color: #666;

}

fieldset {

border: 0;

margin: 0;

padding: 0;

}

input,

textarea,

select {

font-size: 16px;

}

button {

font-size: 12px;

cursor: pointer;

background: #eee;

border: 1px solid #666;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

overflow: visible;

padding: 3px;

text-shadow: 1px 1px 0 #fff;

-moz-box-shadow: 0 0 2px #666;

-webkit-box-shadow: 0 0 2px #666;

box-shadow: 0 0 2px #666;

text-decoration: none;

font-weight: normal;

}

select {

width: 90%;

}

/* Common Class */

.fl {

float: left;

}

.fr {

float: right;

}

.cb {

clear: both;

}

.al {

text-align: left;

}

.ar {

text-align: right;

}

.ac {

text-align: center;

}

.itx {

border: 1px solid #ccc;

width: 90%;

font-size: 20px;

height: 30px;

padding: 5px 10px;

}

.itxx {

border: 1px solid #ccc;

width: 90%;

font-size: 20px;

padding: 5px 10px;

resize: vertical;

}

.db {

display: block;

}

.di {

display: inline;

}

.fb {

font-weight: bold;

}

.fn {

font-weight: normal;

}

.sn {

margin: 10px;

zoom: 1;

}

.sn:after {

content: "";

display: block;

clear: both;

}

.wn {

background: #f00;

color: #fff;

padding: 10px;

margin: 0;

}

.mm {

text-align: left;

width: 100%;

background: #f4f4f4;

border: 1px solid #6c0;

border-top-color: #660;

border-left-color: #660;

-moz-box-shadow: none;

-webkit-box-shadow: none;

box-shadow: none;

-moz-border-radius: 0;

-webkit-border-radius: 0;

border-radius: 0;

}

.mm strong {

font-size: 20px;

}

/* Read */

.rd .hx {

padding: 10px;

background: #ddd;

border: 1px solid #ccc;

border-left: 0;

border-right: 0;

text-shadow: 1px 1px #fff;

}

.rd .hx h2 {

display: inline;

font-size: 20px;

}

.rd .hx em,.rd .hx span {

font-size: 12px;

color: #666;

}

.rd .hx span {

padding: 0 0 0 10px;

border-left: 1px solid #ccc;

}

.rd .hx a {

color: #000;

}

.rd .co {

margin: 10px;

word-break: break-word;

overflow: hidden;

}

.rd .tg {

position: absolute;

width: 100%;

height: 100%;

background: transparent;

border: 0;

text-align: right;

top: 0;

left: 0;

font-size: 12px;

margin: 0;

-moz-box-shadow: none;

-webkit-box-shadow: none;

box-shadow: none;

-moz-border-radius: 0;

-webkit-border-radius: 0;

border-radius: 0;

}

.rd .tgo {

display: none;

}

.rd .tgo.open {

display: block;

}

.rd .tgo a {

color: #333;

}

/* Reply */

.rp {

margin: 0;

padding: 0;

list-style: none;

}

.rp ul {

margin: 0;

padding: 10px 0 0 0;

}

.rp li {

border-bottom: 1px solid #ccc;

padding: 10px;

overflow: hidden;

}

.rp li li {

border-bottom: 0;

border-left: 1px solid #ccc;

}

.rp li:last-child {

border-bottom: 0;

}

.rp p {

display: inline;

}

.rp em,.rp span {

color: #666;

font-size: 12px;

}

.rp span,.rp .md {

padding: 0 0 0 5px;

border-left: 1px solid #ccc;

}

.rp em a {

text-decoration: none;

}

.rp .md {

font-size: 12px;

}

/* List */

.lt,.lt ul {

margin: 0;

padding: 0;

list-style: none;

}

.lt li {

border-bottom: 1px solid #999;

}

.lt li:last-child {

border: 0;

}

.lt .notice {

background: #000;

color: #fff;

padding: 0 3px;

}

.lt a {

display: block;

text-decoration: none;

padding: 10px;

color: #000;

zoom: 1;

}

.lt a:after {

content: "";

display: block;

clear: both;

}

.lt a:visited {

color: #666;

}

.lt .title span {

color: #f60;

}

.lt .titlex {

display: block;

padding: 10px;

color: #000;

}

.lt .auth {

font-size: 12px;

color: #666;

}

.lt .auth em {

margin: 0 5px 0 0;

border-left: 1px solid #ccc;

padding: 0 0 0 5px;

}

.lt .auth span {

border-left: 1px solid #ccc;

padding: 0 0 0 5px;

}

.lt .th {

float: left;

margin: 0 10px 5px 0;

border: 1px solid #ccc;

background: #afafaf;

color: #efefef;

text-align: center;

line-height: 80px;

width: 80px;

height: 80px;

font-size: 14px;

}

.lt p {

margin: 0 0 10px 0;

padding: 0 10px;

color: #666;

}

.lt p a {

display: inline;

padding: 0;

text-decoration: underline;

}

.lt p a:after {

display: none;

}

.lt em {

color: #f60;

}

/* Pagenation */

.pn {

padding: 10px 0;

text-align: center;

border-top: 1px solid #999;

font-size: 12px;

}

.pn a,.pn strong {

padding: 5px 10px;

display: inline-block;

border: 1px solid #ccc;

text-decoration: none;

background: #f8f8f8;

color: #333;

}

.pn a:visited {

color: #666;

}

.pn strong {

border: 0;

background: none;

}

/* Body */

.bd {

position: relative;

overflow: hidden;

clear: both;

}

.bd .h2 {

font-size: 20px;

background: #ccc;

border: 1px solid #aaa;

}

.bd .h3 {

font-size: 16px;

background: #eee;

border: 1px solid #ccc;

}

.bd .h2,.bd .h3 {

position: relative;

margin: -1px 0;

padding: 10px;

border: 1px solid #aaa;

border-left: 0;

border-right: 0;

text-shadow: 1px 1px #fff;

}

.bd .h2 em,.bd .h3 em {

font-weight: normal;

color: #f60;

font-size: 12px;

}

.bd .h2 a,.bd .h3 a {

color: #000;

}

.bd .h2 .bn {

position: absolute;

top: 8px;

right: 10px;

font-size: 12px;

margin: 0;

}

/* Context */

.cm {

margin: 0;

padding: 10px;

background: #777;

color: #fff;

text-align: center;

list-style: none;

border-top: 1px solid #555;

zoom: 1;

}

.cm:after {

content: "";

display: block;

clear: both;

}

.cm .fl {

margin: 0 5px 0 0;

}

.cm .fr {

margin: 0 0 0 5px;

}

/* Button */

.bn {

display: inline-block;

padding: 5px 10px;

font-weight: normal;

font-size: 14px;

border: 1px solid #333;

background: #eee;

color: #000;

text-shadow: 1px 1px 0 #fff;

-moz-box-shadow: 0 0 3px #333;

-webkit-box-shadow: 0 0 3px #333;

box-shadow: 0 0 3px #333;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

text-decoration: none;

}

/* GNB */

.gn,.gn ul {

margin: 0;

padding: 0;

list-style: none;

}

.gn li {

margin: -1px 0;

border: 1px solid #999;

border-left: 0;

border-right: 0;

vertical-align: top;

}

.gn li a {

display: block;

text-decoration: none;

height: 45px;

line-height: 45px;

padding: 0 10px;

color: #000;

white-space: nowrap;

overflow: hidden;

text-overflow: ellipsis;

}

.gn li a em {

font-weight: normal;

color: #f60;

font-size: 12px;

}

.gn li a:visited {

color: #666;

}

.gn li li a {

padding: 0 10px 0 20px;

}

.gn li li li a {

padding: 0 10px 0 30px;

}

.gn li li li li a {

padding: 0 10px 0 50px;

}

/* Extension Vars */

.xv {

background: #eee;

border: 1px solid #999;

padding: 10px;

}

.xv dt {

margin: 0;

padding: 0;

font-weight: bold;

}

.xv dd {

margin: 0 0 10px 0;

padding: 0;

color: #666;

}

.exvar input[type=text],

.exvar input[type=email],

.exvar input[type=url],

.exvar input[type=search] {

border: 1px solid #ccc;

font-size: 20px;

height: 30px;

padding: 5px 10px;

}

.exvar input[type=text].text {

width: 90%;

}

.exvar input[type=email].email_address {

width: 90%;

}

.exvar input[type=url].address {

width: 70%;

}

.exvar textarea {

border: 1px solid #ccc;

width: 90%;

font-size: 20px;

padding: 5px 10px;

height: 200px;

resize: vertical;

}

.exvar li {

border: 0;

display: inline;

margin-right:  10px;

}


.btn {

display: inline-block;

padding: 5px 10px;

font-weight: normal;

font-size: 14px;

border: 1px solid #333;

background: #eee;

color: #000;

text-shadow: 1px 1px 0 #fff;

-moz-box-shadow: 0 0 3px #333;

-webkit-box-shadow: 0 0 3px #333;

box-shadow: 0 0 3px #333;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

text-decoration: none;

}

.rd .origin {

padding: 10px;

margin: 10px 10px 20px 10px;

background: #ddd;

}









글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
쩡님아야 ♥부탁해요! 중복 글등록 안되도록 처리하는 방법이 있을까요 [5] file 2015.08.05 by 한꼬마
XE모듈 스팸필터 차단문구 적용했을때 질문합니다 [2] 2015.08.05 by XE모듈
사랑해요XE <IMC SRC= 태그.. [2] 2015.08.05 by 사랑해요XE
사랑해요XE 관리자 페이지에서 어디에서 사이트의 모든 html 파일을 볼수있죠? [2] 2015.08.05 by 사랑해요XE
내똥굴따 관리자 접속 문제  
떨어진비누 로그인폼이 보이지 않습니다. [1] 2015.08.05 by 퍼니엑스이
내별명4d4d4 외부링크허용 어떻게 하나요????????  
satica312 XE 기반 홈피 게시판 글이 안써져요 ㅠ [2] 2015.08.05 by satica312
쮸야282 위젯페이지 코드생성을 하게되면 생성이 안되는건 뭐때문일까요? [2] 2015.08.05 by mcgomting
신비의불 업데이트 이후 모듈 업데이트 관련 [1] file 2015.08.05 by 파파민
사랑해요XE 현재 xe 설치 잘되시나요?? [3] 2015.08.05 by 사랑해요XE
88번타자 게시판 분류 중복체크가 가능할까요? [1] 2015.08.05 by 꾸링
불꽃남자백호 초보라 질문 해도 되나요? [1] file 2015.08.05 by 파파민
purecity php 에서 meta tag 수정하는 방법  
Ssami 스케치북 모바일에서 파일첨부 [6] 2015.08.05 by Ssami
좋은아빠되기 1년 이상 로그인 안한 사용자 삭제 및 휴면계정 만들기 모듈 같은거 있나뇨? [6] 2015.08.05 by 좋은아빠되기
샤넬4da3b 외부게시판 페이징 레이아웃 적용문제 [1] 2015.08.05 by 한꼬마
샤넬4da3b 외부페이지에 적용된 게시판 페이징시 레이아웃이 빠집니다. [1] 2015.08.05 by 한꼬마
키스미베이베 모바일 첨부시 갤러리가 뜨게 [1] 2015.08.05 by 한꼬마
사랑해요XE 무료 웹호스팅 추천좀해주세요.. [2] 2015.08.05 by 사랑해요XE