Skip to content

Microsoft Teams like Skype by pasharm

Screenshot of Microsoft Teams like Skype

Details

Authorpasharm

LicenseNo License

Categoryteams

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Microsoft Teams like Skype

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Microsoft Teams like Skype 
@namespace      Microsoft Teams like Skype 
@version        1.4
@description    Microsoft Teams like Skype 
@author         pasharm
==/UserStyle== */

@-moz-document domain("teams.microsoft.com") {

/* Последние прочитанные */
.eq > .ui-divider {
    background: #f99797 !important;
    color: #111 !important;
    font-size: 14px;
    font-weight: bold;
}

/* Фон чата */
.cp,
.bg > div > .slot-transition > div {
    background-color: #ffffff !important;
}

/* Фон входящего сообщения */
.hu, .pl, .hm {
border-radius: 0px 10px 10px;
    background-color: rgb(203, 230, 251);
}

/* Цвет и шрифт сообщения */
.je {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2px;
    font-family: "SF Regular", "Segoe System UI Regular", "Segoe UI Regular", sans-serif;
    color: rgb(37, 36, 35);
}

/* Упоминание ФИО */ 
.lpc-hoverTarget {
    font-weight: bold;
    color: rgb(37, 36, 35);
    /*margin-left: 5px;*/
}

/* Фон исходящего сообщения, моего */
.pw {
    border-radius: 10px 10px 0px 10px;
    background-color: rgb(201, 214, 255);
}

/* Заливка описания ссылки 
.abn {
    background-color: rgb(249, 249, 249);
}

*/



/* Стиль ссылки */ 
.jr a {
    line-height: 22px;
    color: rgb(37, 36, 35);
    font-family: "SF Regular", "Segoe System UI Regular", "Segoe UI Regular", sans-serif;
    text-decoration: underline;
}

/* Стиль ввода текста сообщения */ 
.acf {
        border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 3px;
    background-color: rgb(241, 241, 244);
    border-radius: 24px;
}

/* Стиль кнопок возле ввода сообщения */
.acn {
    background-color: rgb(241, 241, 244);
    border-color: transparent;
    border-width: 0px;
    border-radius: 20px;
    border-style: solid;
    margin: 2px;
}
}

Reviews

No reviews yet.