Skip to content

Czateria nocą by snakebird

Screenshot of Czateria nocą

Details

Authorsnakebird

LicenseNo License

Categoryczateria.interia.pl

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ciemna wersja czatu Interii

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Czateria Nocą
@namespace      czateria.interia.pl
@author         snakebirdG
@description    `Ciemna wersja czatu Interii`
@version        1.0
@preprocessor   stylus
==/UserStyle== */
@-moz-document domain("czateria.interia.pl") {
:root {
    --txt: #cecece;
    --bg: #222222;
    --bg2: #444444;
}
body {
    background-color: var(--bg);
}

#m-tab-main-container-1 {
    height: calc(100% - 1px);
}
.no-mobile div#m-tab-main-container-1 {
    height: calc(100% - 1px);
}

#mainHeader {
    height: 1px;
}
.floatbox-box-background {
    display: none;
}
* {
    font-size: 14px;
}
.m-messagesTextArea {
    background-image: none;
    filter: invert(85%);
    border-color: var(--txt);
    /* background-color: #ebebeb; */
}

.m-msg-item {
    background-color: inherit;
}

.m-roomsList,
.m-usersList,
.m-search-box {
    background-color: var(--bg);
}
.m-room-list li.m-room {
    background-color: var(--bg);
    border-bottom: none;
}

.m-room-list li .m-user-counter {
    border-radius: 3px;
    background: var(--bg2);
    color: var(--txt);
    font-size: 1em;
}

.m-list-user-item {
    border: none;
    border-bottom: 1px dashed var(--bg2);
}
.m-list-user-item[data-perm='0'] {
    color: var(--txt);
}
.m-list-user-item[data-perm='1'] {
    color: #59b9ff;
}
.m-list-user-item[data-perm='2'] {
    color: #f4b517;
}
input[class^=m-search-] {
    box-shadow: none;
    border: 1px var(--txt);
    background:  var(--bg2);
    color: var(--txt);
}
input[class^=m-search-]:focus {
    box-shadow: none;
}
.text-input {
    background-color: #cecece;
}
.m-usersList-header {
    background: none;
}
}

Reviews

No reviews yet.