Skip to content

Instantly share code, notes, and snippets.

@yamanoku
Last active October 14, 2017 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamanoku/09e1186032324beb45604bfa5983a305 to your computer and use it in GitHub Desktop.
Save yamanoku/09e1186032324beb45604bfa5983a305 to your computer and use it in GitHub Desktop.
scrapbox tumblr theme color
body {
background-color: #36465d;
}
a {
color: #8f8f8f;
text-decoration: none;
}
a:hover {
color: #8f8f8f;
text-decoration: underline;
}
.navbar-default {
box-shadow: 0 0 0 1px hsla(0,0%,100%,.13);
background-color: #36465d;
}
.search-form .form-group input {
background-color: rgba(0,0,0,.13);
}
.grid li.page-list-item a {
border-radius: 3px;
}
.grid li.page-list-item a .pin {
background-color: #36465d;
}
.grid li.page-list-item a {
box-shadow: 0 2px 0 rgba(0,0,0,.13);
}
.grid li.page-list-item a .header {
background-color: #f2f2f2;
}
.quick-launch .new-btn,
.quick-launch .new-btn:hover {
background-color: #529ecc;
}
.quick-launch .new-btn .horizontal-line,
.quick-launch .new-btn .vertilcal-line {
fill: #36465d;
}
.page {
border-radius: 3px;
}
.dropdown-menu>li>a.selected {
color: #529ecc;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
background-color: #e6eff7;
box-shadow: -4px 0 0 #e6eff7, 10px 0 0 #e6eff7:
}
.grid li.relation-label a {
background-color: #4AA8D8;
}
.grid li.relation-label .arrow {
border-color: transparent transparent transparent #4AA8D8;
}
.grid li.relation-label.links a {
background-color: #56bc8a;
}
.grid li.relation-label.links .arrow {
border-color: transparent transparent transparent #56bc8a;
}
.grid li.relation-label.empty-links a {
background-color: #F2992E;
}
.grid li.relation-label.empty-links .arrow {
border-color: transparent transparent transparent #F2992E;
}
.page-menu .tool-btn:hover {
background-color: hsla(0,0%,100%,.6);
}
.line a.page-link {
font-weight: 700;
}
.line a.empty-page-link {
color: #F2992E;
}
.line a.link {
text-decoration: none;
}
.line a.link:hover {
text-decoration: underline;
}
.line .meta {
border-color: #9AA2AE;
}
.line .meta.unread {
border-color: #529ecc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment