Skip to content

Instantly share code, notes, and snippets.

@hjri
Created April 9, 2015 01:42

Revisions

  1. hjri created this gist Apr 9, 2015.
    78 changes: 78 additions & 0 deletions Tumblr System Colors
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,78 @@
    @-moz-document domain("www.tumblr.com") {

    .l-container,
    .l-content,
    .post_avatar,
    .identity,
    .l-container--two-column-dashboard,
    .left_column, .right_column,
    .l-header-container,
    .post_avatar, .post_avatar_link, .post_avatar .blog-avatar-link, .blog-avatar .post_avatar_link, .blog-avatar .blog-avatar-link,
    .post-forms-glass,
    #toaster .toast .toast_border{
    background-color: Menu !important;
    }
    .post-forms-glass{
    opacity: 0.95 !important;
    }
    .post_full .post_permalink{
    border-color: Menu Menu transparent transparent !important;
    }

    .flat-button.blue{
    border-color: Highlight !important;
    background-color: Highlight !important;
    }

    .compose-button,.tab_notice {
    border-color: Highlight !important;
    background-color: Highlight !important;
    color: HighlightText !important;
    }

    .tab_notice .tab_notice_value{
    color: HighlightText !important;
    }

    .tab_bar .tab_anchor,
    .ui_search.active .search_query,
    #toaster .toast .toast_border,
    .search_form_row .search_form_field::before,
    .ui_search .search_query::-moz-placeholder,
    .identity .controls_section li.section_header,
    .identity .controls_section li .follow_list_item_blog .tumblelog_title,
    .identity .controls_section li .follow_list_item_blog .tumblelog_name,
    .identity .controls_section li .plus-follow-button,
    .radar .radar_tumblelog_label .name,
    .radar .radar_tumblelog_label .subheading,
    .sidebar_link{
    color: MenuText !important;
    }

    .identity .controls_section li:hover:not(.section_header):not(.selected_blog) .follow_list_item_blog .tumblelog_title,
    .identity .controls_section li:hover:not(.section_header):not(.selected_blog) .follow_list_item_blog .tumblelog_name,
    .identity .controls_section li.item:hover .follow:hover
    {
    color: HighlightText !important;
    }

    .user_list li .follow_list_item_blog::before{
    background: none !important;
    border-color: transparent !important;
    }


    .tab_bar .selected{
    color: HighlightText !important;
    }
    .logo.logo-redesign .outer{
    fill: MenuText !important;
    }
    .right_column::after{
    background: none !important;
    }

    .identity .controls_section li:hover:not(.section_header):not(.selected_blog){
    background-color: Highlight;
    }
    }