Style for Mgeko.com there will be more updates.
Mgeko redesign Smol by ArmaLatv
Details
AuthorArmaLatv
LicenseNo License
Categoryhttps://www.mgeko.com/
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Mgeko redesign
@version 20240518.13.01
@namespace https://userstyles.world/user/ArmaLatv
@description Style for Mgeko.com there will be more updates.
@author ArmaLatv
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.mgeko.com/reader/") {
#cars {
padding: 4px 16px;
background: #2d73e7;
color: #f1f3f5;
border-radius: 4px;
border: solid;
border-color: #2d73e7;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 2rem;
font-size: 16px;
white-space: nowrap;
height: 44px;
margin-right: 16px !important;
width:125px !important;
text-align: center !important;
}
#radio_content {
display: none;
}
.control-action {
display: none;
}
.navbar-menu li #nightmode i, .user-menu li #nightmode i {
border: 1px solid #98989800 !important;
padding: 6px;
border-radius: 4px;
}
#layout .nightmode[data-content="Turn off Night Mode"] p {
color: white;
}
}