Merge branch 'g5'
This commit is contained in:
@ -78,6 +78,8 @@ h2 {font-size:1.2em}
|
||||
/* 텍스트 크기 조절 */
|
||||
#text_size {position:absolute;top:0;right:0}
|
||||
#text_size button {padding:0 10px;height:30px;border:0;background:#000;color:#fff;cursor:pointer}
|
||||
.ts_up {font-size:1.167em !important}
|
||||
.ts_up2 {font-size:1.3em !important}
|
||||
|
||||
/* 하단 레이아웃 */
|
||||
#ft {margin:20px 0;padding:5px 0;border-top:1px solid #d0d6d8}
|
||||
@ -491,7 +493,7 @@ td {padding:8px 5px 6px;border:1px solid #e9e9e9;line-height:1.5em;word-break:br
|
||||
|
||||
/* 폼 테이블 */
|
||||
.frm_tbl th {padding:0 5px;border-bottom:1px solid #e9e9e9;text-align:left}
|
||||
.frm_tbl td {border-top:0}
|
||||
.frm_tbl td {border-top:0;border-right:0;border-left:0}
|
||||
.frm_tbl textarea {height:150px}
|
||||
.frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||
.frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||
|
||||
@ -71,16 +71,15 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
||||
|
||||
#aside {float:right;width:210px;border:1px solid #cfded8;background:#fff}
|
||||
|
||||
#container {z-index:4;position:relative;float:left;padding:25px 14px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #cfded8;background:#fff;zoom:1}
|
||||
#container {z-index:4;position:relative;float:left;padding:25px 14px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #cfded8;background:#fff;font-size:1em;zoom:1}
|
||||
#container:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}
|
||||
|
||||
/* 텍스트 크기 조절 */
|
||||
#text_size {position:absolute;top:-33px;left:-1px;letter-spacing:-3px}
|
||||
#text_size button {margin:0;padding:0 10px;height:28px;border:0;background:#555;color:#fff;vertical-align:middle;letter-spacing:0;cursor:pointer}
|
||||
#text_size_down {font-size:0.9em}
|
||||
#text_size_def {font-size:1em}
|
||||
#text_size_up {font-size:1.3em}
|
||||
.ts_up {font-size:1.167em !important}
|
||||
.ts_up2 {font-size:1.3em !important}
|
||||
|
||||
/* 하단 레이아웃 */
|
||||
#ft {background:#484848}
|
||||
|
||||
Reference in New Issue
Block a user