Skip to content

Red Anime iDNSPortal Theme by violent

Screenshot of Red Anime iDNSPortal Theme

Details

Authorviolent

LicenseNo License

Categoryuserstyle

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just another iDNSPortal Theme

Notes

credit to josh for making the original

also it doesnt auto scroll to view new messages idk why

Source code

/* ==UserStyle==
@name           Anime iDNSPortal Theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    If you're making a new theme give creds to Josh
@author         Josh
==/UserStyle== */

@-moz-document domain("chat.idnsportal.com") {
.message-sent .message-text {
    background-color: #000000ba;
    color: #ff140c;
}
    .message-received .message-text {
    padding-left: 22px;
    background-color: #000000d1;
    color: #1847b5;
}
    .theme-lightblue .item-link.list-button, .theme-lightblue .list-button, .theme-lightblue a {
    color: #fd85ff;
}
    .layout-dark .navbar, .layout-dark .subnavbar, .navbar.layout-dark, .subnavbar.layout-dark {
    background-color: #000;
    color: #f00;
}
   .messages {
        width: 100% !important;
        height: 86% !important;
        position: fixed !important;
        background-image: url('https://i.imgur.com/01yTHRj.jpeg');
        background-size: cover !important;
        background-attachment: fixed !important;
        overflow: auto;
        display: flex;
}
    .center span {
  display: none;
}
.center:after {
  content: '  | Modded ';
}
    .theme-lightblue {
    color: #000;
    }
}
    .messagebar textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #0000009c;
    border-radius: 17px;
    box-shadow: none;
    display: block;
    padding: 6px 15px;
    margin: 0;
    width: 100%;
    height: 34px;
    color: #15ff00;
    font-size: 17px;
    line-height: 20px;
    font-family: inherit;
    resize: none;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
}

Reviews

No reviews yet.