우하하 실시간 채팅방

한국어

우하하 채팅창

css를 쉽게 적용할 수 있나요?

2015.07.21 01:28

이온디 조회 수:10940

<script type="text/javascript">
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = "#uha_chat {border:none;} #uha_chat_msgs > li > span{font-size:12px !important;color:#FF6640 !important;font-weight:normal !important;font-family:wizz;} #uha_chat_msgs{line-height:125%;color:#888;font-size:8pt;} #uha_chat_msgs > li {line-height:160% !important;}";
document.body.appendChild(css);
</script>

 

현재 이렇게 밖에 작성이 안되는 건가요??