mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
기본 css에서 margin/padding등 html elements에 대해서 영향을 끼칠 수 있는 모든 속성 제거. 기본 패키지의 css 및 css 관련 오류 일괄 조절
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3794 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
14e047557f
commit
ccf770e892
126 changed files with 250 additions and 227 deletions
|
|
@ -11,6 +11,12 @@ IE7 & IE6 & Below
|
|||
* html #selector {}
|
||||
*/
|
||||
|
||||
/* default.css - Type Selector Definition */
|
||||
body { margin:0;padding:0; font-size:9pt; }
|
||||
img { border:none; }
|
||||
label { cursor:pointer; }
|
||||
form { margin:0; padding:0; }
|
||||
|
||||
/* Special Class Selector */
|
||||
.fr { float:right; }
|
||||
.fl { float:left; }
|
||||
|
|
@ -22,15 +28,6 @@ IE7 & IE6 & Below
|
|||
.gap1 { margin-top:.8em; }
|
||||
.nowrap { white-space:nowrap; }
|
||||
|
||||
/* default.css - Type Selector Definition */
|
||||
body,p,div,ul,ol,li,dd,dt,span,fieldset,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; }
|
||||
html { width:100%; }
|
||||
body { margin:0; font-size:.75em; _font-size:9pt; font-family:sans-serif;}
|
||||
*:first-child+html body { font-size:9pt; }
|
||||
img { border:none; }
|
||||
label { cursor:pointer; }
|
||||
form { margin:0; padding:0; }
|
||||
|
||||
.iePngFix { behavior:url(./common/js/iePngFix.htc); }
|
||||
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }
|
||||
|
||||
|
|
@ -88,12 +85,6 @@ a.bold { font-weight:bold; }
|
|||
|
||||
.zbxe_widget_output { background:url(../tpl/images/widget_text.gif) no-repeat center bottom; display:block;}
|
||||
|
||||
/* xe content */
|
||||
div.xe_content { line-height:140%; !important}
|
||||
div.xe_content ol { margin-left:40px; !important}
|
||||
div.xe_content ul { margin-left:40px; !important}
|
||||
div.xe_content blockquote { margin-left:40px; !important}
|
||||
|
||||
/* xe layer */
|
||||
#waitingforserverresponse { display:inline; border:2px solid #444444; background-color:#FFFFFF; padding:15px 20px 13px 20px; font-weight:bold; color:#444444; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
|
||||
#fororiginalimageareabg { z-index:1001; background-color:#FFFFFF; width:100%; height:100%; top:0px; left:0px; position:relative; padding:20px 10px 10px 10px; border:8px solid #DDDDDD; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue