mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
XE의 문서 서식 기능 추가 (./modules/editor/styles 에 서식 추가 가능)
문서 서식 기능을 글 작성과 볼때 동일한 형태 제공하도록 개선. 각 모듈별 추가 설정에서 문서 서식 설정할 수 있는 기능 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6134 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2e43bfef03
commit
7496aeebb8
54 changed files with 379 additions and 144 deletions
|
|
@ -1,30 +0,0 @@
|
|||
@charset "utf-8";
|
||||
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) 200812 */
|
||||
|
||||
html,
|
||||
body{ height:100%; background-color:transparent; color:#fff;}
|
||||
|
||||
#xpressInput{ margin:0 10px 0 0;}
|
||||
.xpressOutput{ font-size:12px; line-height:1.6; font-family:Dotum, AppleGothic, Sans-serif;}
|
||||
|
||||
.xpressOutput p{ margin-top:7px; margin-bottom:7px;}
|
||||
|
||||
.xpressOutput blockquote.q1,
|
||||
.xpressOutput blockquote.q2,
|
||||
.xpressOutput blockquote.q3,
|
||||
.xpressOutput blockquote.q4,
|
||||
.xpressOutput blockquote.q5,
|
||||
.xpressOutput blockquote.q6,
|
||||
.xpressOutput blockquote.q7{ padding:10px; margin-left:15px; margin-right:15px;}
|
||||
|
||||
.xpressOutput blockquote.q1{ padding:0 10px; border-left:2px solid #ccc;}
|
||||
.xpressOutput blockquote.q2{ padding:0 10px; background:url(../img/bg_qmark.gif) no-repeat;}
|
||||
.xpressOutput blockquote.q3{ border:1px solid #d9d9d9;}
|
||||
.xpressOutput blockquote.q4{ border:1px solid #d9d9d9; background:#fbfbfb;}
|
||||
.xpressOutput blockquote.q5{ border:2px solid #707070;}
|
||||
.xpressOutput blockquote.q6{ border:1px dashed #707070;}
|
||||
.xpressOutput blockquote.q7{ border:1px dashed #707070; background:#fbfbfb;}
|
||||
|
||||
.xpressOutput sup{ font:10px Tahoma;}
|
||||
.xpressOutput sub{ font:10px Tahoma;}
|
||||
.xpressOutput table td{ padding:4px;}
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
@charset "utf-8";
|
||||
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) 200812 */
|
||||
|
||||
html,
|
||||
body{ height:100%; background-color:transparent;}
|
||||
|
||||
#xpressInput{ margin:0 10px 0 0;}
|
||||
.xpressOutput{ font-size:12px; line-height:1.6; font-family:Dotum, AppleGothic, Sans-serif;}
|
||||
|
||||
.xpressOutput p{ margin-top:7px; margin-bottom:7px;}
|
||||
|
||||
.xpressOutput blockquote.q1,
|
||||
.xpressOutput blockquote.q2,
|
||||
.xpressOutput blockquote.q3,
|
||||
.xpressOutput blockquote.q4,
|
||||
.xpressOutput blockquote.q5,
|
||||
.xpressOutput blockquote.q6,
|
||||
.xpressOutput blockquote.q7{ padding:10px; margin-left:15px; margin-right:15px;}
|
||||
|
||||
.xpressOutput blockquote.q1{ padding:0 10px; border-left:2px solid #ccc;}
|
||||
.xpressOutput blockquote.q2{ padding:0 10px; background:url(../img/bg_qmark.gif) no-repeat;}
|
||||
.xpressOutput blockquote.q3{ border:1px solid #d9d9d9;}
|
||||
.xpressOutput blockquote.q4{ border:1px solid #d9d9d9; background:#fbfbfb;}
|
||||
.xpressOutput blockquote.q5{ border:2px solid #707070;}
|
||||
.xpressOutput blockquote.q6{ border:1px dashed #707070;}
|
||||
.xpressOutput blockquote.q7{ border:1px dashed #707070; background:#fbfbfb;}
|
||||
|
||||
.xpressOutput sup{ font:10px Tahoma;}
|
||||
.xpressOutput sub{ font:10px Tahoma;}
|
||||
.xpressOutput table td{ padding:4px;}
|
||||
|
||||
.xpressOutput table .xe_selected_cell{ background-color: #d6e9ff}
|
||||
Loading…
Add table
Add a link
Reference in a new issue