rhymix/modules/editor/skins/xpresseditor/css/style.css
taggon 47fc1bff85 테이블 편집기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6116 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-04-15 08:11:20 +00:00

32 lines
No EOL
1.3 KiB
CSS

@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}