답변 2개 / 댓글 2개
채택된 답변
+20 포인트
eyekiss
2022-11-15 (화) 11:02:09
basic 스킨의 경우 아래 파일에 있습니다.
/theme/basic/css/default.css
Copy
.new_win .win_desc {
position: relative;
margin: 10px;
border-radius: 5px;
font-size: 1em;
background: #f2838f;
color: #fff;
line-height: 50px;
text-align: left;
padding: 0 20px;
}
답변에 대한 댓글 1개
scrap_popin.skin.php 에
<style>
body {background:#000}
</style>
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.
