Farming QoL
Lorwolf Farming Condenser :) by lorwolfanon
Details
Authorlorwolfanon
LicenseNo License
CategoryLorwolf
Created
Updated
Code size2.6 kB
Code checksum857d405b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Condenses Farming features..
Source code
/* ==UserStyle==
@name www.lorwolf.com/Farming - Dec 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.lorwolf.com/Farming") {
/*========================================================*/
/*Farming is too damn TALL*/
/*========================================================*/
#farmingPage .farmingPlotImage {
width: 100%;
height: 45%;
}
.farmingPlotSection {
height: 190px;
overflow-y: hidden;
overflow-x: hidden;
}
.selectedSeedItemContainer {
position: relative;
right: 280px;
bottom: 120px;
}
.selectedSeedRequiredItemsContainer {
height: 60px;
}
div.selectedSeedRequiredItemsContainer > .farmintPlotActionButton {
position: relative;
bottom: 58px;
left: 105px;
width: 200px;
color: #ccc !important;
font-size: 1em !important;
text-shadow: 0px 0px 5px #000,
0px 0px 5px #000,
0px 0px 5px #000,
-1px 0 #000,
0 1px #000,
1px 0 #000,
0 -1px #000;
background: #c44616 !important;
border-style: solid;
border-width: 2px;
border-color: #ff6f00;
}
.darkMode .selectedSeedRequiredItemsContainer {
background: #0000 !important;
}
.compostWaterContainer {
scale: 60%;
position: relative;
bottom: 41px;
right: 400px;
}
#farmingPage .addCompostWaterButton {
border: 0px solid red;
width: 50px;
background: #202020;
}
.compostWaterButtonContainer
{
width: 50px !important;
}
/*========================================================*/
/*Sidebar for Compost and Water are also too damn tall*/
/*========================================================*/
#farmingLevelSection > div.miscSectionContent.lightText.italicText.smallText {
display: none;
}
#farmingLevelSection {
height: 12em;
background-size: 150px;
}
#farmingSubmitHelperButton {
position: relative;
width: 50%;
left: 60px;
}
.farmingHelperRequirements {
min-height: 140px;
}
#farmingCompostSection > .miscSectionContent.compostImageContainer {
display: none;
}
#farmingWaterSection > .miscSectionContent.compostImageContainer {
display: none;
}
}