묻고답하기
쪽지 보낼 때 입력폼에서 글씨색 변경하는 법 좀 알려주세요 ㅠㅠ
2015.10.08 14:10
현재 제로보드4 사용자이구요 쪽지를 보내려고 하는데
입력폼 배경이 흰색인데 글씨색도 흰색이라 글쓰는게 보이질 않습니다..ㅠㅠ
홈페이지 전체적인 배경이 어두운 색이라 글씨색을 흰색으로 설정했는데 일괄식으로 설정되어
텍스트 입력폼까지 흰색으로 설정이 된 것 같습니다..
찾아보니 style.css에서 textarea 함수를 넣어 수정하라고 하던데
수정해도 문제가 해결되지 않습니다..ㅠㅠ
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body, td, select, input, div, form, textarea, center, option, pre, p, blockquote, td, br {font-family:verdana;font-size:9pt;color:000000;line-height:150%;}
a:link {color:ffffff;text-decoration:none;}
a:visited {color:ffffff;text-decoration:none;}
a:active {color:ffffff;text-decoration:none;}
a:hover {color:c0c0c0;text-decoration:none;} .textarea {border:1px solid #000000;font-color:#000000;background-color:#ffffff}
.input {border:1px solid #000000;font-color:#000000;background-color:#5A2947}
.input2 {border:0px solid #000000;background-color:#5A2947}
.input3 {background-color:#5A2947; border-bottom:1 solid #000000; border-left-width:0; border-right-width:0; border-top-width:0;}
.button {border:0px solid #ffffff;background-color:transparent;height:18;font-family:verdana;font-size:7pt;}
.color {color:ffffff;}
.ver7 {font-family:verdana;font-size:7pt;}
.ver7 {font-family:verdana;font-size:8pt;}
.ver9 {font-family:verdana;font-size:9pt;}
.line {background-color:ffffff;}
.nco {font-family:verdana; font-size:7pt; color:#ffffff;letter-spacing:0;}
.co {font-family:tahoma; font-size:7pt; color:#ffffff;}
.notice {font-family:Nanum Gothic; font-size:10pt; color:#ffffff; text-decoration:none; Font-weight:bold;}
.notice a {font-family:Nanum Gothic; font-size:10pt; color:#ffffff; text-decoration:none; Font-weight:bold;}
.notice a:visited {font-family:Nanum Gothic; font-size:10pt; color:#ffffff; text-decoration:none; Font-weight:bold;}
.notice a:active {font-family:Nanum Gothic; font-size:10pt; color:#ffffff; text-decoration:none; Font-weight:bold;}
.notice a:hover {font-family:Nanum Gothic; font-size:10pt; color:#ffffff; text-decoration:none; Font-weight:bold;}
현재 style 파일 소스가 이렇게 되어있구요. 도움 주세요 ㅠㅠㅠㅠ
- [2023/08/23] 묻고답하기 쇼핑몰 기능
- [2020/12/16] 묻고답하기 footer 하단에 고정하려면 어딜 수정해야 할까요?
- [2019/10/10] 묻고답하기 cafe24 XE3 STEP 3 단계에서 에러가 발생합니다. *3
- [2018/11/26] 묻고답하기 XE코어 첫 다운로드 이후에 'HTTP ERROR 500' 에러가 납니다. *2
- [2018/07/01] 묻고답하기 레이아웃 및 문서페이지 스킨 설치안됨
일단 다른건 모르겠구요, color: 000000, color: ffffff 이런것들에 우선 #을 추가해 주세요.
color:#000000, color: #ffffff 이런식으로요.. 자세한 답변을 받으시려면 html소스도 같이 올리셔야 합니다. 주소를 알려주시면 더욱 좋구요..