Slight UI tweaks
Cleaned up by egirlcatnip
Details
Authoregirlcatnip
LicenseNo License
Categoryfactorio.zone
Created
Updated
Size1.9 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 Cleaned up
@version 20241110.01.47
@namespace https://userstyles.world/user/egirlcatnip
@description Slight UI tweaks
@author egirlcatnip
@license No License
==/UserStyle== */
@-moz-document domain("factorio.zone") {
html {
font-family: serif;
color: #e8e6e3;
}
@media (prefers-color-scheme: dark) {
html {
background: #181a1b;
color-scheme: dark !important;
}
.control-container {
background-color: rgb(55, 60, 62);
}
.output-area {
background-color: rgb(37, 40, 42);
}
.start-button {
background-color: rgb(48, 154, 51);
}
a,
.output-info {
color: #3391ff;
}
}
.token-control {
background: none;
padding: 12px 12px 12px 0px;
}
.token-control > .pure-button {
background: rgb(37, 40, 42);
color: #e8e6e3;
display: none;
margin: 0px 8px 0px 0px;
}
body.swal2-height-auto {
height: 100% !important;
}
.token-control > .pure-button ~ .pure-button {
display: block;
}
#donate-button,
#fre-header {
display: none
}
.info > p {
display: none
}
.header {
display: flex;
}
#tokens_box {
display: block !important;
margin-top: 12px;
}
#buttons {
margin-left: auto;
}
select {
width: 120px;
}
input:disabled {
display: none;
}
.control-container {
border-radius: 4px 4px 0px 0px;
}
.output-container {
border-radius: 0px 0px 4px 4px;
}
.input-area {
background: rgb(37, 40, 42);
border: 0;
border-radius: 4px;
padding: 8px;
box-sizing: border-box;
}
}