Skip to content

Commit

Permalink
new page!!
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM committed Jul 11, 2024
1 parent 947b5e2 commit 5b0f09f
Showing 1 changed file with 43 additions and 3 deletions.
46 changes: 43 additions & 3 deletions game/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
#sSunNum {
font-family: "continuumbold" !important;
margin-top: 2px !important;
margin-top: -2px !important;
}
#dTitle,
#dTitle * {
Expand All @@ -64,9 +64,17 @@
.OptionsMenuButtonSpan,
#dHandBookPlantName,
#dHandBookZ > div.title,
#dHandBookZombieName {
#dHandBookZombieName,
#dNewPlantTitle {
font-family: "dwarvesc" !important;
}
#dNewPlantTitle {
font-size: 30px !important;
margin-top: 6px;
/* case uppercase */
text-transform: uppercase;
color: #d0932b !important;
}
#dHandBookZombieName {
color: #06bd00 !important;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1),
Expand All @@ -76,6 +84,36 @@
margin-left: -10px !important;
margin-top: 4px;
}
#btnNextLevel {
text-shadow: 0px 0px 4px #000;
font-family: dwarvesc !important;
color: #d0932b !important;
font-size: 18px !important;
width: 150px !important;
margin-left: -25px !important;
}
#dNewPlantName {
color: #d0932b !important;
font-family: dwarvesc !important;
text-transform: uppercase;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1),
-1px -1.5px 0px rgba(0, 0, 0, 0.7) !important;
-webkit-text-stroke: 0.2px rgb(0 0 0 / 27%) !important;
margin-top: -23px;
}
#iNewPlantCard {
height: calc(120px / 2) !important;
object-fit: cover;
object-position: center top;
margin-top: 60px;
}
#dNewPlantTooltip {
font-size: 19px !important;
margin-top: -14px;
color: #000080 !important;
/* unbold */
font-weight: normal !important;
}
#dHandBookPlantName {
color: #d0932b !important;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1),
Expand Down Expand Up @@ -124,8 +162,10 @@
}
#dAdvSmallTitle {
margin-left: -50px;
margin-top: 4px;
}
#dHandBookZ > div.title {
#dHandBookZ > div.title,
#dNewPlantTitle {
text-shadow: 0px 0px 4px #000;
color: #00d100;
font-size: 35px;
Expand Down

0 comments on commit 5b0f09f

Please sign in to comment.