Last active
May 16, 2018 11:33
-
-
Save hibiyasleep/2d323f285e179638ff8c7dfad08f3e99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fr-toolbar, | |
#article-list-category, | |
#article-content-wrapper > .header, | |
#right-search-form > input[type=text], | |
#article-content-wrapper #article-content, | |
#article-content-wrapper .vote-area, | |
.pagination > .active > a, .pagination > .active > span, | |
#writeCommentBtn { | |
border-color: #2e4e23 !important; | |
} | |
.notice-badge, #notification-badge { | |
background: #fff !important; | |
} | |
#header-bar > .row, | |
.menu-wrapper > .header, | |
#article-content-wrapper > .header, | |
#article-content-wrapper > .footer, | |
.pagination > .active > a, .pagination > .active > span, | |
.btn-primary.write, | |
#writeCommentBtn { | |
background: #2e4e23 !important; | |
} | |
.pagination > .active > a, .pagination > .active > span, | |
#header-bar > .row > *, | |
#header-bar a.dropdown-toggle, | |
#header-top-notice a, | |
#article-content-wrapper > .header { | |
color: #fff !important; | |
} | |
.list-writer.logged > span, | |
small.comment-count, | |
.pagination > li > a, .pagination > li > span, | |
#right-search-btn, | |
.notice-badge, | |
#notification-badge, | |
.reply-writer.logged, | |
#board-info-bottom a, | |
.list-header > span, | |
#article-reply-area > .header h5 { | |
color: #2e4e23 !important; | |
} | |
a, a:hover, a:active { | |
color: #2e4e23; | |
} | |
#article-list-category, | |
#article-list>.article-list-row.notice { | |
background-color: rgba(46, 78, 35, 0.1) !important; | |
} | |
#article-list-category > a, | |
.list-header > span { | |
background: none !important | |
} | |
.menu-wrapper > a > em { | |
color: rgba(46, 78, 35, 0.5) !important; | |
} | |
/* 기타 */ | |
body { | |
font-family: -apple-system, BlinkMacSystemFont, 'Lato', 'Segoe UI', sans-serif; | |
} | |
#notification-badge { | |
border-radius: 0 !important; | |
margin-right: 0.5rem; | |
} | |
.vote-btn { | |
transition: color 200ms ease, background 200ms ease; | |
} | |
#article-content-wrapper > .footer > .btn { | |
border: none; | |
background: none !important; | |
color: #fff; | |
transition: background 200ms ease; | |
} | |
#article-content-wrapper > .footer > .btn:hover { | |
background: rgba(255, 255, 255, 0.2) !important; | |
} | |
#header-bar > .row, #header-bar > .row > div, #article-content-wrapper > .header { | |
border: none !important; | |
} | |
.btn { | |
border-radius: 0 !important; | |
} | |
.list-header > span { | |
font-size: 12px !important; | |
} | |
img[src="/assets/images/logo_new.png"] { | |
filter: hue-rotate(200deg); | |
} | |
#header-bar > .row, | |
#main .menu-wrapper, | |
#main-content > div.frame { | |
border-right: none !important; | |
border-bottom: none !important; | |
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment