Skip to content

kiwifarm dark by minnieo

Details

Authorminnieo

Licensemit

Categorykiwifarms.st

Created

Updated

Code size2.7 kB

Code checksumc48a5390

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           kiwifarm
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("kiwifarms.st") {
    
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
    
    *:not(.message-attachments):not(.fancybox-container *) {
        background-color: #131313 !important;
        color: white !important;
/*         font-family: 'open sans' !important; */
    }
    

    
    a,
    a b {
        color: #9fd7ff !important;
    }
    
    a:hover,
    a b:hover {
        color: #5862ba !important;
    }
    
    a.reactionsBar-link,
    time.u-dt {
        opacity: 60%;
    }
    
    .message-siteNag,
    .reactionsBar-link {
        color: #ffffff47 !important;
    }
    

    .username {
        opacity: 1;
        color: white !important;
    }
    
    div.message-inner {
        border: solid #ffffff2e 1px !important;
        border-radius: 3px;
    }
    
    div.message-avatar img {
        border-radius: 5% !important;    
/*         border-left: 2px solid #a65ea6;
border-top: 2px solid #a65ea6;
 */
        border: 1px solid #a4a4a42e;
        
    }

    .bbCodeBlock-expandLink {
        background: linear-gradient(to bottom, rgba(66, 70, 77, 0) 0%, #22262bc2 80%) !important;
    }
    
    .notice.notice--primary {
        border: #6ae06a40 solid 1px !important;
        border-radius: 3px;
    }
    
    div.k-galleryModal {
        background-color: transparent !important;
    }
    
    a.file-preview,
    ul.attachmentList,
    .attachmentList *,
    .message-attachments {
        background-color: transparent !important;
    }
    
    ::selection {
    background-color: #fff !important;
    color: #000 !important;
    mix-blend-mode: difference !important; 
}

    .bbCodeBlock {
        border: 1px solid #66a65e6b;
        border-left: 6px solid #66a65e;
        border-radius: 2px;
    }
    
    .bbCodeBlock-sourceJump {
        color: #66a65e !important;
    }
    
/*     .bbCodeBlock-expandContent {
        color: #f3d1ff !important;
    }
     */
    a[href*="attachment"] {
        color: #9090ff !important;
    }
    
    .message-cell.message-cell--user, .message-cell.message-cell--action, .message-user *, message-userDetails *, .pageNav-page--earlier {
        background-color: #1c1c1ca8 !important;
    }
    
    .hb-react-threadHighlight {
        border-top: none !important;
    }
    
    
    
}

Reviews

No reviews yet.