Omegle New interface
Omegle New interface by nquangit
Details
Authornquangit
LicenseNo License
CategoryOmegle New interface
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Omegle New interface
Source code
/* ==UserStyle==
@name Omegle New interface
@version 20220918.04.53
@namespace userstyles.world/user/nquangit
@description Omegle New interface
@author nquangit
@license No License
==/UserStyle== */
@-moz-document url("https://www.omegle.com/") {
body {
font-size: 110%;
box-sizing: border-box;
}
.logbox > div > .logitem:nth-child(3) {
margin-top: 30px;
}
.logitem .statuslog {
color:#555;
font-size:.9em;
font-weight:bold;
margin:0;
padding:0;
padding-left: 10px;
-webkit-animation:msgfade .25s ease-out forwards;
animation:msgfade .25s ease-out forwards
}
.logitem .strangermsg, .logitem .youmsg {
position: relative;
margin: 8px 0 8px 0;
border-radius: 30px;
}
.logitem .strangermsg {
margin-left: 1em;
}
.logitem .youmsg {
margin-right: 1em;
}
span.notranslate {
font-size: 90%;
position: relative;
padding: 0.8em;
border-radius: 15px;
border-bottom: 3px solid #0000009c;
border-right: 2px solid #0000009c;
color: #fff;
}
.logitem .youmsg span.notranslate {
background-color: #0077E5;
}
.logitem .strangermsg span.notranslate {
background-color: #313131;
}
.msgsource {
display: none;
}
.youmsg {
text-align: right;
}
/* Control box */
.logwrapper {
bottom: 5em;
}
.controlwrapper {
height: 3em;
bottom: 1.5em;
}
.disconnectbtn {
height: 3em;
}
.chatmsgwrapper {
height: 3em;
}
.chatmsgwrapper textarea {
height: 2.8em !important;
}
button.sendbtn {
height: 3em;
}
}