mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
XE 기본 서식 파일에서 특정 css class에 대해서만 서식 적용되도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6140 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
caf26ad740
commit
8d8b680897
2 changed files with 9 additions and 38 deletions
|
|
@ -1,11 +1,7 @@
|
|||
@charset "utf-8";
|
||||
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */
|
||||
/* xe_content */
|
||||
.xe_content{ line-height:1.6; font-size:12px; font-family:AppleGothic, Sans-serif; color:#000;}
|
||||
.xe_content img{ border:0;}
|
||||
.xe_content sup,
|
||||
.xe_content sub{ font-size:10px; font-weight:normal; font-style:normal; color:#8b8b8b;}
|
||||
.xe_content p{ margin-top:7px; margin-bottom:7px; font-weight:normal; }
|
||||
.xe_content{ color:#000;}
|
||||
|
||||
.xe_content blockquote.q1,
|
||||
.xe_content blockquote.q2,
|
||||
|
|
@ -56,16 +52,5 @@
|
|||
.xe_content a.external{ padding-right:13px; margin-right:2px; background-image:url(./img/iconExternal.gif); background-repeat:no-repeat; background-position:right center;}
|
||||
.xe_content a.blank{ padding-right:13px; margin-right:2px; background-image:url(./img/iconBlank.gif); background-repeat:no-repeat; background-position:right center;}
|
||||
|
||||
/* Table */
|
||||
.xe_content table{ border:1px solid #ccc; border-right:0; border-bottom:0; margin-bottom:15px; border-spacing:0;}
|
||||
.xe_content caption{ font-weight:bold;}
|
||||
.xe_content table th,
|
||||
.xe_content table td{ border:1px solid #ccc; border-left:0; border-top:0; padding:2px 5px;}
|
||||
.xe_content table th{ background:#f4f4f4;}
|
||||
|
||||
/* Division */
|
||||
.xe_content .mpDivision{ border:1px dotted #ccc; padding-left:15px; padding-right:15px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#f4f4f4;}
|
||||
|
||||
/* Definition */
|
||||
.xe_content dt{ font-weight:bold; clear:both;}
|
||||
.xe_content dd{ margin-left:0; clear:both;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue