일부색상대비 및 헤딩 크기
This commit is contained in:
12
css/adm.css
12
css/adm.css
@ -24,8 +24,8 @@ header {background:#2c2f34}
|
||||
#home_link {z-index:2;position:absolute;top:50px;right:20px;height:35px;zoom:1}
|
||||
#home_link:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#home_link li {float:left;margin-left:10px}
|
||||
#home_link a {color:#ccc;font-size:0.75em;text-decoration:none;line-height:2.95em}
|
||||
#current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:url('../img/top_bg.png') #2c2f34 repeat-x;color:#ccc;font-size:0.75em;line-height:2.95em}
|
||||
#home_link a {color:#eee;font-size:0.75em;text-decoration:none;line-height:2.95em}
|
||||
#current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:url('../img/top_bg.png') #2c2f34 repeat-x;color:#eee;font-size:0.75em;line-height:2.95em}
|
||||
#current_location ul {margin-left:20px}
|
||||
#current_location li {float:left}
|
||||
#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px}
|
||||
@ -34,7 +34,7 @@ footer {margin:20px 0;padding:5px 20px;border-top:1px solid #d0d6d8}
|
||||
footer p {color:#576a71}
|
||||
|
||||
/* 헤딩 */
|
||||
h1 {margin-bottom:20px;color:#515b5f;font-family:"verdana","dotum";letter-spacing:-0.1em}
|
||||
h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum";letter-spacing:-0.1em}
|
||||
|
||||
/* GNB */
|
||||
#gnb {position:absolute;top:110px;left:20px;width:180px}
|
||||
@ -42,9 +42,9 @@ h1 {margin-bottom:20px;color:#515b5f;font-family:"verdana","dotum";letter-spacin
|
||||
.gnb_1depth_on ul {visibility:visible;height:auto}
|
||||
.gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3}
|
||||
.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#899093;font-size:0.9em;font-weight:bold;text-decoration:none;line-height:2.8em}
|
||||
.gnb_1depth_on a {background:#515b5f;color:#fff}
|
||||
.gnb_1depth_on a {border-bottom:1px solid #eef1f2;background:#fff;color:#333}
|
||||
.gnb_2depth {border-bottom:1px solid #eef1f2}
|
||||
.gnb_2depth a {display:block;padding-left:15px;height:30px;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em}
|
||||
.gnb_2depth a {display:block;padding-left:15px;height:30px;border:0;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em}
|
||||
.gnb_2depth a:focus, .gnb_2depth a:hover {background:#f6f9fa}
|
||||
|
||||
/* 버튼 */
|
||||
@ -57,7 +57,7 @@ h1 {margin-bottom:20px;color:#515b5f;font-family:"verdana","dotum";letter-spacin
|
||||
.btn_list input, .btn_list button {padding:0 15px;height:30px;background:#74868b;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_list input:focus, .btn_list button:focus {padding:0 15px;height:30px;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_list a {display:inline-block;padding:0 15px;height:28px;background:#74868b;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.1em;vertical-align:middle}
|
||||
.btn_list a:focus {padding:0 15px;height:30px;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_list a:focus {background:#555}
|
||||
|
||||
/* 폼 */
|
||||
label {vertical-align:middle}
|
||||
|
||||
Reference in New Issue
Block a user