Tweaks for small screens
Dark Mode
milovana.com by nightcore
Details
Authornightcore
LicenseNo License
CategoryMilovana
Created
Updated
Size1.6 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 milovana.com
@version 20211012.12.25
@namespace userstyles.world/user/nightcore
@description Tweaks for small screens
Dark Mode
@author nightcore
@license No License
==/UserStyle== */
@-moz-document domain("milovana.com") {
.mini {
background-color: #313131;
background-image: none;
}
#cm_wide {
display: flex;
flex-direction: column;
align-items: center;
}
#csl {
width: 95%;
}
#fs {
width: 100%;
}
#ci {
background-color: #313131;
}
#tease_title {
color: white;
margin: 1rem;
}
.tease_pic,
#h_logo,
#ci {
border-radius: 1rem;
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
#fs {
margin-top: 0;
}
.link {
appearance: none;
background-color: #FAFBFC;
border: 1px solid rgba(27, 31, 35, 0.15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
box-sizing: border-box;
color: #24292E;
cursor: pointer;
display: inline-block;
font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 14px;
font-weight: 500;
line-height: 20px;
list-style: none;
padding: 6px 16px;
position: relative;
transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
word-wrap: break-word;
}
.link:hover {
background-color: #F3F4F6;
text-decoration: none;
transition-duration: 0.1s;
}
}