게시판 리스트에 나오는 제목글씨 색상과 들어갔을때 내용에 나오는 글씨색을 바꾸고싶습니다 정보
게시판 리스트에 나오는 제목글씨 색상과 들어갔을때 내용에 나오는 글씨색을 바꾸고싶습니다- BackToHeaven 자기소개 아이디로 검색 회원게시물
- 1,440
본문
http://kyoung0501.linux.gabiauser.com/bbs/board.php?bo_table=5_1
http://kyoung0501.linux.gabiauser.com/bbs/board.php?bo_table=5_4
안녕하세요
위에들어가보시면
그누보드가 설치되있는데요
리스트에 나오는
테스트1입니다
테스트2입니다
이 게시글의 글자색을 바꾸고싶어서요
그리고 글을 눌러서 들어갔을때도
글자색을 바꾸고싶습니다
지금 배경이 어두운데 검은색이라서요
스킨폴더에서 바꾸려해봤는데 아무리 찾아도 없어서요
두번째 사진게시판에 있는 글자색도 마찬가지입니다
어디서 바꿔야하는건가요??
http://kyoung0501.linux.gabiauser.com/bbs/board.php?bo_table=5_4
안녕하세요
위에들어가보시면
그누보드가 설치되있는데요
리스트에 나오는
테스트1입니다
테스트2입니다
이 게시글의 글자색을 바꾸고싶어서요
그리고 글을 눌러서 들어갔을때도
글자색을 바꾸고싶습니다
지금 배경이 어두운데 검은색이라서요
스킨폴더에서 바꾸려해봤는데 아무리 찾아도 없어서요
두번째 사진게시판에 있는 글자색도 마찬가지입니다
어디서 바꿔야하는건가요??
댓글 전체
style.css
또는 css //
소스 보기 하면 ..
<style>
.board_top { clear:both; }
.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list th { font-weight:bold; font-size:12px; }
.board_list th { background:url(../skin/board/basic/img/title_bg.gif) repeat-x; }
.board_list th { white-space:nowrap; height:34px; overflow:hidden; text-align:center; }
.board_list th { border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.board_list tr.bg0 { background-color:#fafafa; }
.board_list tr.bg1 { background-color:#ffffff; }
.board_list td { padding:.5em; }
.board_list td { border-bottom:1px solid #ddd; }
.board_list td.num { color:#999999; text-align:center; }
.board_list td.checkbox { text-align:center; }
.board_list td.subject { overflow:hidden; }
.board_list td.name { padding:0 0 0 10px; }
.board_list td.datetime { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.hit { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.good { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.nogood { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list .notice { font-weight:normal; }
.board_list .current { font:bold 11px tahoma; color:#E15916; }
.board_list .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }
.board_button { clear:both; margin:10px 0 0 0; }
.board_page { clear:both; text-align:center; margin:3px 0 0 0; }
.board_page a:link { color:#777; }
.board_search { text-align:center; margin:10px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
</style>
여기에 답이 있네요 .. 백그라운드라던지 다 잡혀 있네요 ..
또는 css //
소스 보기 하면 ..
<style>
.board_top { clear:both; }
.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list th { font-weight:bold; font-size:12px; }
.board_list th { background:url(../skin/board/basic/img/title_bg.gif) repeat-x; }
.board_list th { white-space:nowrap; height:34px; overflow:hidden; text-align:center; }
.board_list th { border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.board_list tr.bg0 { background-color:#fafafa; }
.board_list tr.bg1 { background-color:#ffffff; }
.board_list td { padding:.5em; }
.board_list td { border-bottom:1px solid #ddd; }
.board_list td.num { color:#999999; text-align:center; }
.board_list td.checkbox { text-align:center; }
.board_list td.subject { overflow:hidden; }
.board_list td.name { padding:0 0 0 10px; }
.board_list td.datetime { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.hit { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.good { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.nogood { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list .notice { font-weight:normal; }
.board_list .current { font:bold 11px tahoma; color:#E15916; }
.board_list .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }
.board_button { clear:both; margin:10px 0 0 0; }
.board_page { clear:both; text-align:center; margin:3px 0 0 0; }
.board_page a:link { color:#777; }
.board_search { text-align:center; margin:10px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
</style>
여기에 답이 있네요 .. 백그라운드라던지 다 잡혀 있네요 ..
안녕하세요
여기에 보면 board_list 가 있는데 여기서 글씨색을 어디다 넣어줘야하는건가요???
지금 그냥 파란색으로 되어있는데요.. 제목과 글내용의 글씨색을 어디서 바꿔야하는지요.. 통 모르겠네요..
여기에 보면 board_list 가 있는데 여기서 글씨색을 어디다 넣어줘야하는건가요???
지금 그냥 파란색으로 되어있는데요.. 제목과 글내용의 글씨색을 어디서 바꿔야하는지요.. 통 모르겠네요..
저기 나온 부분은 아무리 건드려도 색 변하지 않습니다...
이렇게 추가해주세요...
.board_list th a { color:#bababa; text-decoration:none; }/* 날짜순 조회순으로 써치해주는 부분 색 */
.board_list td a { color:#bababa; text-decoration:none;}/* 리스트 글제목들의 색 */
.board_list td a:visited { color:#666666; }/* 리스트 클릭후 글을 보고난후 변하는 글제목 색 */
이렇게 추가해주세요...
.board_list th a { color:#bababa; text-decoration:none; }/* 날짜순 조회순으로 써치해주는 부분 색 */
.board_list td a { color:#bababa; text-decoration:none;}/* 리스트 글제목들의 색 */
.board_list td a:visited { color:#666666; }/* 리스트 클릭후 글을 보고난후 변하는 글제목 색 */