AtoM 메뉴 바 색상 변경 방법 (작성중)

edited December 2015 in AtoM
1. atom > plugins > arDominionPlugin > css > main.css 파일 열기

2. 상단 검정색상 변경
- top-bar 의 색상코드를 #161514에서 원하는 색상코드로 변경  

3. 상단 회색색상 변경
- site-name, site-slogan, top-item, top-dropdown 등 색상코드 변경 (테스트 필요)



#top-bar{height:50px;background-color:#161514}
header #logo{display:block;float:left;margin:0 20px 0 8px}

#site-name{margin:0;float:left;margin:6px 0 0 4px;padding-right:35px}

#site-name a{color:#fff}#site-slogan{background-color:#161514;background-color:rgba(22,21,20,0.75);height:24px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

#site-slogan span{line-height:24px}.
top-item{display:block;float:right;margin:12px 11px 0 0;background-color:#333;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:13px;line-height:14px;text-decoration:none}.

top-dropdown{cursor:pointer}.

top-dropdown,a.top-dropdown:link,a.top-dropdown:visited,a.top-dropdown:active{padding:5px 29px 6px 17px;background-image:url(../images/gray-arrow.png);background-position:right center;background-repeat:no-repeat;color:#bbb}.open>a.top-dropdown,a.top-dropdown:hover{background-color:#f6ac00 !impor
Sign In or Register to comment.