xe_default 게시판 스킨의 고정된 영문을 다국어에 맞게 언어 변수 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4814 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-07 14:44:12 +00:00
parent 0f79814440
commit 22dbdcd65b
7 changed files with 31 additions and 27 deletions

View file

@ -4,7 +4,7 @@
/* Zeroboard XE */
/* Board Reset */
.board{ font-family:NanumGothic, "Malgun Gothic", AppleGothic, Gulim, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:1.1em;}
.board{ font-family:AppleGothic, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:1.1em;}
.board *{ font-size:1em;}
.board .inputText,
.board textarea{ border:1px solid;}
@ -70,7 +70,7 @@
.boardList td.title img{ vertical-align:middle; margin:0 1px;}
.boardList td.title .replyNum{ font:11px Tahoma;}
.boardList td.title .replyNum sup{ font:10px Tahoma;}
.boardList td.author{}
.boardList td.author{ text-align:left; }
.boardList td.replies{ font:11px Tahoma;}
.boardList td.reading{ font:11px Tahoma;}
.boardList td.recommend{ font:11px Tahoma;}
@ -141,7 +141,7 @@
.boardReadHeader em{ position:relative; top:5px; float:right; font-style:normal; font-weight:bold; font-size:1em;}
.boardReadHeader a{ font-weight:bold; font-size:1em;}
.boardReadBody{ padding-bottom:15px; border-bottom:1px solid; line-height:1.5em;}
.boardReadBody{ padding-bottom:15px; border-bottom:1px solid; line-height:1.5em; overflow:hidden;}
.boardReadBody .document_popup_menu{ margin-top:20px; text-align:right;}
.boardReadBody .document_popup_menu a{ text-decoration:underline;}
.boardReadBody .xe_content{ margin-bottom:15px; line-height:1.6em;}