Skip to content

Instantly share code, notes, and snippets.

@kurisubrooks
Created May 29, 2015 13:23
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 kurisubrooks/9f4cd4cc8eb60dadf7bc to your computer and use it in GitHub Desktop.
Save kurisubrooks/9f4cd4cc8eb60dadf7bc to your computer and use it in GitHub Desktop.
Tumblr Dark Theme
.post_avatar,
.follow_list_item_blog,
.identity .right_column:after,
.identity .controls_section.user_list .follow_list_item_blog:before,
.l-container.l-container--two-column .l-content
{
background-image: #232323 !important;
background-color: #232323 !important;
background: #232323 !important;
}
#dashboard_index, #right_column, #left_column, .post_avatar, .l-content, .l-header-container, .identity {
background: #232323 !important;
}
.selected .tab_notice {
color: #232323 !important;
background: white !important;
}
.follow_list_item_blog:before {
background-image: linear-gradient(to right, rgba(35, 35, 35, 1), #232323) !important;
border-right: 5px solid #232323 !important;
}
.radar_avatar:before {
background-image: linear-gradient(left, rgba(35, 35, 35, 1), #232323) !important;
background-image: linear-gradient(to right, rgba(35, 35, 35, 1), #232323) !important;
background-image: linear, to right, rgba(35, 35, 35, 1), #232323 !important;
}
.post_permalink {
border-top-color: #232323 !important;
border-right-color: #232323 !important;
}
.identity .controls_section li,
.identity .controls_section li:hover,
.identity .controls_section li:active {
border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.post_avatar .post_avatar_link {
background: #232323;
}
.post_permalink {
border-color: #232323;
}
.plus-follow-button {
color: white;
}
.identity .controls_section .item:hover .follow:hover,
.plus-follow-button:hover {
color: #232323;
background: white;
}
.compose-button {
fill: white;
}
#settings_form, .settings_heading {
color: white !important;
}
.identity .controls_section li:hover:not(.section_header):not(.selected_blog) {
background-color: rgba(54,70,93,0) !important;
}
.tab:hover {
color: white !important;
}
.yamplus-unit-container {
display: none !important;
}
.post-forms-glass, .ui_peepr_glass {
background-color: rgba(35, 35, 35, 0.9) !important;
}
.tumblr_settings .left_column .chrome.delete {
background-color: #c74c4c;
border-color: #c74c4c;
color: #FFF;
}
.icon_edit_pencil {
color: white;
}
.accordion_trigger_wrapper .accordion_label {
color: #999 !important;
}
.accordion_open .left_column:after {
background: #232323;
color: white !important;
}
.white_pane {
color: white !important;
}
.apps_heading {
border-bottom: 1px solid #e5e5e5;
background: transparent;
color: white;
}
a {
color: white;
}
.help_search {
background: transparent !important;
border: none !important;
}
#contact_button {
background: white;
}
.legal-content *,
.corp_page .left_column h1,
.corp_page .left_column h2,
.corp_page .left_column h3,
.corp_page .left_column h4,
.corp_page .left_column h5,
.corp_page .left_column h6 {
color: white;
}
.annotation,
.annotation * {
color: #232323;
}
.pages_actions_about #left_column *,
.corp_page_title {
color: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment