티스토리 뷰


1. css/default.css 에서 
#hd {height:73px;border-top:3px solid #151515;border-bottom:1px solid #e7f1ed;background:#fff} 부분을 

#hd {height:70px; background:url('../adm/img/hd_bg.jpg') repeat-x} 
로 변경 


2. default.css 파일에서 
/* gnb js off */  /* gnb js on */ 부분을 

css/admin.css 파일의 메뉴스타일로 바꾸면 됩니다. 
(아이디,클래스 동일합니다.) 

/* gnb js off */ 
#gnb {z-index:10;background:#383a3f} 
#gnb h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} 
#gnb_ul {margin:0 auto;padding:0;width:1000px;zoom:1} 
#gnb_ul:after {display:block;visibility:hidden;clear:both;content:""} 
.gnb_1depth {z-index:10;clear:both;zoom:1} 
.gnb_1depth:after {display:block;visibility:hidden;clear:both;content:""} 
.gnb_1depth a {display:block;float:left;width:80px;height:35px;color:#e0e0e0;font-weight:bold;line-height:2.95em;text-decoration:none} 
.gnb_1depth a:focus, 
.gnb_1depth a:hover {text-decoration:none} 
.gnb_sub_ul {float:left;width:auto} 
.gnb_2depth {float:left} 
.gnb_2depth a {color:#e0e0e0;font-weight:normal} 
/* gnb js on */ 
.gnb_js {padding-left:1px} 
.gnb_js #gnb_ul {zoom:1} 
.gnb_js #gnb_ul:after {display:block;visibility:hidden;clear:both;content:""} 
.gnb_js .gnb_1depth {clear:none;position:relative;float:left;margin:0 0 0 -1px;border:1px solid #222;border-top:0;border-bottom:0} 
.gnb_js .gnb_1depth a {color:#fff;text-align:center} 
.gnb_js .gnb_1depth_air a {float:none;background:#f7f7f2;color:#000} 
.gnb_js .gnb_1depth_on a {float:none;background:#fff;color:#000} 
.gnb_js .gnb_sub_ul {position:absolute;top:35px;width:1px;height:1px;overflow:hidden} 
.gnb_js .gnb_2depth a {display:inline-block;float:none !important;padding:0 10px;width:161px;text-align:left} 
.gnb_1depth_over .gnb_sub_ul {left:-1px;width:181px;height:auto;border:1px solid #c3c7c5;border-top:0;background:#fff} 
.gnb_1depth_over2 .gnb_sub_ul {right:-1px;width:181px;height:auto;border:1px solid #c3c7c5;border-top:0;background:#fff} 


3. 오른쪽 상단메뉴부분 
#mb_nb a {display:block;padding:5px 10px;color:#333;letter-spacing:-0.1em} 
이부분의 color를 #fff 로 바꾸면 됩니다. 

그리고 head.php 파일에서 상단오른쪽 메뉴부분의 이미지를 주석처리합니다. 




참고: http://playi.kr/g4s/

댓글