사용자:2여/liberty.css: 두 판 사이의 차이

(새 문서: .Liberty .nav-wrapper { min-height: 2.8rem; background-color: #009688; z-index: 1001; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); })
 
편집 요약 없음
4번째 줄: 4번째 줄:
     z-index: 1001;
     z-index: 1001;
     box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
     box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.Liberty .nav-wrapper .navbar .navbar-brand {
    height: 2.8rem;
    width: 6.6rem;
    background: transparent url(https://namu.wiki/file/%ED%8C%8C%EC%9D%BC:%EB%82%98%EB%AC%B4%EC%9C%84%ED%82%A4:%EB%A1%9C%EA%B3%A02.png?rev=3) no-repeat scroll left center/auto 1.9rem;
    padding: 0;
    margin: 0;
}
}

2015년 12월 23일 (수) 08:42 판

.Liberty .nav-wrapper {
    min-height: 2.8rem;
    background-color: #009688;
    z-index: 1001;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.Liberty .nav-wrapper .navbar .navbar-brand {
    height: 2.8rem;
    width: 6.6rem;
    background: transparent url(https://namu.wiki/file/%ED%8C%8C%EC%9D%BC:%EB%82%98%EB%AC%B4%EC%9C%84%ED%82%A4:%EB%A1%9C%EA%B3%A02.png?rev=3) no-repeat scroll left center/auto 1.9rem;
    padding: 0;
    margin: 0;
}