Skip to content

mxrp dark mode by amazingakita

Screenshot of mxrp dark mode

Details

Authoramazingakita

LicenseNo License

Categorydreambubble.xyz

Created

Updated

Code size2.3 kB

Code checksumc9b5298a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for dreambubble based on mxrp's dark mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         mxrp dark mode
@version      2024.08.04
@namespace    ?
==/UserStyle== */

@-moz-document domain("dreambubble.xyz") {
#conversation,#color-preview, #preview, #archiveConversation {
    background-color:black !important;
    border-color: #1d1f2e !important;
}
#userList, #settings, input[type="color_input"] {
    background-color: #161824 !important;
    border-color: #1d1f2e !important;
}
.system.message, a, h1, select, .userID, .states, #actionList{
    color: #919cb3 !important;  
}
button, a.linkButton, #logLink, #reportLink, .pager {
    background-color:#393d5a !important;
    color:#919cb3 !important;  
    border-color: #1d1f2e !important;
}   

body, input[type="checkbox"] {
    background-color: #1d1f2c !important;

}

#indicatorContainer, #textInput, input[type="text"], select{
    background-color:#2a2d40 !important;
    color:#919cb3 !important; 
    border-color: #1d1f2e !important;
}

#container, #container > div.jumbotron.mainjumbo, #saveOptions > li:nth-child(2){
    background-color: #161823 !important;
}

span:not(#acronym, #quote, .pester-line, #archiveConversation > p > span, #conversation > p > span, [style*="color"]), #replacementList , p:not([class^="user"]) {
    color: #555c6e !important;
}

/*main page menu bar*/
#charbar, #navbar, #nav > li:nth-child(2) > a, #nav > li:nth-child(3) > a, #nav > li:nth-child(4) > a, #nav > li:nth-child(2), #nav > li:nth-child(3), #nav > li:nth-child(4){
    background-color: #393d5a !important;
}

 #nav, #nav > li.menubutton > span, #nav > li.menubutton, #groupbut{
    background-color: #393d5a !important;
    border-color: #393d5a !important;
}
label, p:not([class^="user"]), #l_acronym, #l_name, #l_color, #blacklistValues, ol, h3 {
    color:#919cb3 !important;  
}

#typing {
    background-color: #2a2d40 !important;
}
    
#save,#saveOptions > li:nth-child(2) > input[type=submit]:nth-child(3) ,#saveOptions > li:nth-child(1) > input{
    background-color:#393d5a !important;
    color:#919cb3 !important;     
}

p[class^="user"][style*="color: rgb(0, 0, 0)"], p[class^="user"][style*="color: #000000"], #preview[style*="color: rgb(0, 0, 0)"], #color-preview[style*="color: rgb(0, 0, 0)"], li[style*="color: rgb(0, 0, 0)"], li[style*="color: #000000"]{
     color: #555c6e !important;
}
}

Reviews

No reviews yet.