Skip to content

dark wood ficbook by dprofe07

Details

Authordprofe07

LicenseNo License

Categoryficbook.net

Created

Updated

Size6.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark version of ficbook in brown colors

Notes

Works only in dark theme

Source code

/* ==UserStyle==
@name         фикбук
@version      20230618.12.03
@namespace    ?
==/UserStyle== */

@-moz-document domain("ficbook.net") {
.dark-theme #main,
.dark-theme #searchDiv .collections-block,
.dark-theme #searchDiv .fandoms-block,
.dark-theme #searchDiv .fanfics-and-originals-block,
.dark-theme #searchDiv .requests-block,
.dark-theme .achievement-group,
.dark-theme .achievement-item-detail .active-achievement-item,
.dark-theme .achievement-item-detail .other-achievement-item,
.dark-theme .cover-mock-body,
.dark-theme .cover-mock-title,
.dark-theme .editor-section .menubar,
.dark-theme .faq_a blockquote,
.dark-theme .header-holder,
.dark-theme .myfic .parts .part.part-draft,
.dark-theme .navbar-default,
.dark-theme .selectBox .selectMenuBox,
.dark-theme .selectBox .valueTag,
.dark-theme .tags-selector .header-container,
.dark-theme .tags-selector .options-list,
.dark-theme .well {
    color: #ededed;
}

.dark-theme #diff,
.dark-theme .admin-area,
.dark-theme .after-reg-presentation .after-reg-item,
.dark-theme .chapter-info .fanfic-hat-body,
.dark-theme .chapter-info .fanfic-reward-container,
.dark-theme .cover-preview-desktop,
.dark-theme .cover-preview-mobile,
.dark-theme .data-table .data-table-row:nth-child(2n+1),
.dark-theme .discount-modal .modal-content,
.dark-theme .fanfic-download-option .fanfic-download-container,
.dark-theme .fanfic-roles-list .fanfic-role,
.dark-theme .if-you-were-premium,
.dark-theme .label-adult,
.dark-theme .liked-block,
.dark-theme .login-dropdown,
.dark-theme .myfic,
.dark-theme .new-bg,
.dark-theme .news-area .well,
.dark-theme .news-area li,
.dark-theme .not-published-link,
.dark-theme .premium-account-proposal .proposal-item,
.dark-theme .premium-descriptions,
.dark-theme .present-thumb,
.dark-theme .profile-area,
.dark-theme .profile-header .profile-cover,
.dark-theme .request-content,
.dark-theme .selectBox .selectMenuBox .option.active,
.dark-theme .sortable-list .sortable-element .ic_move,
.dark-theme .support-thumb,
.dark-theme .table-striped > tbody > tr:nth-of-type(2n+1),
.dark-theme .tags-selector .tag,
.dark-theme .typos tr.skipped,
.dark-theme .useractivities .dropdown.open {
    background-color: #59380d !important/*#3e3e3f*/;
}

.dark-theme #main,
.dark-theme #searchDiv .collections-block,
.dark-theme #searchDiv .fandoms-block,
.dark-theme #searchDiv .fanfics-and-originals-block,
.dark-theme #searchDiv .requests-block,
.dark-theme .achievement-group,
.dark-theme .achievement-item-detail .active-achievement-item,
.dark-theme .achievement-item-detail .other-achievement-item,
.dark-theme .cover-mock-body,
.dark-theme .cover-mock-title,
.dark-theme .editor-section .menubar,
.dark-theme .faq_a blockquote,
.dark-theme .header-holder,
.dark-theme .myfic .parts .part.part-draft,
.dark-theme .navbar-default,
.dark-theme .selectBox .selectMenuBox,
.dark-theme .selectBox .valueTag,
.dark-theme .tags-selector .header-container,
.dark-theme .tags-selector .options-list,
.dark-theme .well {
    background: #442302 !important;
}

.dark-theme .btn-default.active,
.dark-theme .btn-default:focus,
.dark-theme .btn-default:hover,
.dark-theme .footer-actions-container .footer-actions-button-container .btn-default.active,
.dark-theme .footer-actions-container .footer-actions-button-container .btn-default:focus,
.dark-theme .footer-actions-container .footer-actions-button-container .btn-default:hover,
.dark-theme .hat-actions-container .footer-actions-button-container .btn-default.active,
.dark-theme .hat-actions-container .footer-actions-button-container .btn-default:focus,
.dark-theme .hat-actions-container .footer-actions-button-container .btn-default:hover,
.dark-theme .liked-block .liked-block-actions .btn-default.active,
.dark-theme .liked-block .liked-block-actions .btn-default:focus,
.dark-theme .liked-block .liked-block-actions .btn-default:hover,
.dark-theme a.btn-default.active,
.dark-theme a.btn-default:focus,
.dark-theme a.btn-default:hover {
    /* hover кнопок */
    background-color: #ededed;
    border-color: #442302;
    color: #442302;
}

.dark-theme .btn-default,
.dark-theme .footer-actions-container .footer-actions-button-container .btn-default,
.dark-theme .hat-actions-container .footer-actions-button-container .btn-default,
.dark-theme .liked-block .liked-block-actions .btn-default,
.dark-theme a.btn-default {
    /* кнопки */
    background-color: #442302;
    border-color: #ededed;
    color: #ededed;
}

.dark-theme .form-search input {
    /* поиск */
    background-color: #442302;
    color: #ededed;
}

.dark-theme .chapter-info .list-of-fanfic-parts .part .part-link, .dark-theme .chapter-info .start-reading, .dark-theme .kb-articles-list li a, .dark-theme .navigation-to-fanfic-parts-container .navigation-button  {
    /* кнопки вперёд/назад */
    background:#59380d;
    color: #ededed;
}

.dark-theme .chapter-info .list-of-fanfic-parts .part .part-link:hover, .dark-theme .chapter-info .start-reading:hover, .dark-theme .kb-articles-list li a:hover, .dark-theme .navigation-to-fanfic-parts-container .navigation-button:hover {
    /* кнопки вперёд/назад hover */
    background-color: #5d3d13;
}

.dark-theme .blog-area .comment-content  {
    /* комменты */
    background-color:#59380d;
    border-color: #ededed;
}

.dark-theme .btn-primary, .dark-theme a.btn-primary {
    /* кнопки крочитано и прочее */
    background-color: #442302;
    border: 1px solid #ededed;
    color: #ededed;
}

.dark-theme .btn-primary.active, .dark-theme .btn-primary:focus, .dark-theme .btn-primary:hover, .dark-theme a.btn-primary.active, .dark-theme a.btn-primary:focus, .dark-theme a.btn-primary:hover {
    /* кнопки прочитано и прочее hover */
    background-color: #59380d;
}

body {

    background: #442302 !important;
    background-color: #4f2d01 !important/*#3e3e3f*/;
    color: #ede0c9 !important;
    border: solid 2px #ededed !important;
    /*background: #442302 !important;*/
}

#content {
    color: #ede0c9 !important;
}
}

Reviews

No reviews yet.