게시판, 에디터 스킨의 폰트를 sans serif로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4821 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-10 01:05:36 +00:00
parent 5b4588e42f
commit ce50669486
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
/* Zeroboard XE */ /* Zeroboard XE */
/* Board Reset */ /* Board Reset */
.board{ font-family:Dotum, Tahoma, Sans-serif; line-height:normal; font-size:1.1em;} .board{ font-family:Sans-serif; line-height:normal; font-size:1.1em;}
.board *{ font-size:1em;} .board *{ font-size:1em;}
.board .inputText, .board .inputText,
.board textarea{ border:1px solid;} .board textarea{ border:1px solid;}

View file

@ -125,7 +125,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height, f
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'+ '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'+
'<html xmlns="http://www.w3.org/1999/xhtml><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/>'+ '<html xmlns="http://www.w3.org/1999/xhtml><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/>'+
'<style type="text/css">'+ '<style type="text/css">'+
'body {font-size:.8em; line-height:1.6em; font-family:NanumGothic, "Malgun Gothic", AppleGothic, Sans-serif; height:'+editor_height+'px; padding:0; margin:0; background-color:transparent; color:'+font_color+';}'+ 'body {font-size:.8em; line-height:1.6em; font-family:Sans-serif; height:'+editor_height+'px; padding:0; margin:0; background-color:transparent; color:'+font_color+';}'+
'</style>'+ '</style>'+
'</head><body editor_sequence="'+editor_sequence+'">'+ '</head><body editor_sequence="'+editor_sequence+'">'+
content+ content+