Серый чат с новым шрифтом
Серый чат с новым шрифтом. by Novachoks
Details
AuthorNovachoks
LicenseNo License
CategoryChat
Created
Updated
Size984 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name cwitw.ru/game/lock
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
.chat-header {
display: flex;
flex-direction: column;
padding-bottom: 10px;
width: 100%;
background-color: #ECDBBD;
opacity: 0.7;
border-radius: 10px;
color: #320E0E;
margin-bottom: 10px;
margin-top: 10px;
}
.chat {
display: flex;
flex-direction: column;
padding-bottom: 10px;
width: 100%;
background-color: #ECDBBD;
opacity: 0.7;
border-radius: 10px;
color: #320E0E;
margin-bottom: 10px;
margin-top: 10px;
}
#cats {
padding: 5px 7px;
overflow: scroll;
overflow-x: scroll;
overflow-x: hidden;
width: 100%;
height: 340;
font-family: 'Pacifico', cursive;
font-size: 19px;
}
@-moz-document url-prefix("https://cwitw.ru/game/lock") {
/* Insert code here... */
}