31 lines
1.4 KiB
CSS
31 lines
1.4 KiB
CSS
/* common */
|
|
h3 {display:none;} /*타이틀표시*/
|
|
h1,h2,h3,h4,h5,h6,form,p {margin:0;padding:0;}
|
|
fieldset, img { border: none; vertica-align:middle;}
|
|
table { border-collapse: collapse; }
|
|
input,select {vertical-align:middle;}
|
|
input.solid {border:1px solid #c4c4c4;padding:3px; background:#fdfdfc}
|
|
textarea {border:1px solid #c4c4c4;scrollbar-face-color:#DDDDDD;scrollbar-highlight-color:#CCCCCC;scrollbar-shadow-color:#CCCCCC;scrollbar-3dlight-color:#F5F5F5;scrollbar-darkshadow-color:#F5F5F5;scrollbar-track-color:#F0F0F0;scrollbar-arrow-color:#FFFFFF; background:#fdfdfc;}
|
|
textarea.solid {border:1px solid #c4c4c4;scrollbar-face-color:#DDDDDD;scrollbar-highlight-color:#CCCCCC;scrollbar-shadow-color:#CCCCCC;scrollbar-3dlight-color:#F5F5F5;scrollbar-darkshadow-color:#F5F5F5;scrollbar-track-color:#F0F0F0;scrollbar-arrow-color:#FFFFFF; background:#fdfdfc;}
|
|
hr {clear:both;}
|
|
#spacer{width:10px;height:3px;margin:0;padding:0;}
|
|
#spacer_5{width:10px;height:5px;}
|
|
#spacer_10{width:10px;height:10px;}
|
|
#spacer_20{width:10px;height:20px;}
|
|
a img {vertical-align:top;}
|
|
|
|
#innerFrame{height:300px;background-color:#fff;color:#000000;width:640px;
|
|
/* 300px + 16px(scrollbar width)1 */
|
|
overflow:auto;
|
|
/*
|
|
CSS3 module: The box model (opera8.02버전에선 미구현)
|
|
overflow-x:scroll;
|
|
overflow-y:scroll;
|
|
*/
|
|
}
|
|
#innerWindow{width:auto;height:1000px;background-color:#fff; padding:5px; line-height:19px;}
|
|
|
|
/**/
|
|
h5#hidden { display:none}
|
|
input#noborder {border:0;}
|