Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# IPC2Tools
Idle Pocket Crafter 2 Tool, a website allowing users to calculate or make use of tools to improve their IPC2 player experience

Check it out here!
[Idle Pocket Crafter 2 Tools](https://idlepocketcrafter2tools.netlify.app)
35 changes: 22 additions & 13 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ dd {

select,
option {
font-family: 'Pixelify Sans', sans-serif;
font-family: 'Pixelify Sans', sans-serif !important
}

.display-options {
font-family: 'consolas', sans-serif !important
}

ul,
Expand Down Expand Up @@ -464,7 +468,7 @@ button:hover {
gap: 8px;
}

.checkbox-group > div > p {
.checkbox-group>div>p {
margin: 12px 0 12px 0;
font-weight: 700;
font-size: 18px;
Expand Down Expand Up @@ -712,15 +716,17 @@ button:hover {
}

.option-box {
background-color: #1e1e1e; /* dark theme */
/* dark theme */
background-color: #1e1e1e;
border-radius: 12px;
padding: 1rem;
text-align: center;
flex: 1 1 200px; /* responsive growth */
/* responsive growth */
flex: 1 1 200px;
min-width: 160px;
max-width: 500px;
color: white;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.option-box p {
Expand All @@ -744,22 +750,22 @@ button:hover {
align-items: center;
}

#nonEnchantedSection > div,
#enchantedSection > div {
#nonEnchantedSection>div,
#enchantedSection>div {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
align-items: center;
}

#nonEnchantedSection > p,
#enchantedSection > p {
#nonEnchantedSection>p,
#enchantedSection>p {
padding: 12px 0 12px 0;
}

#nonEnchantedSection > select,
#enchantedSection > select {
#nonEnchantedSection>select,
#enchantedSection>select {
margin: 8px 0 8px 0;
}

Expand Down Expand Up @@ -885,7 +891,10 @@ button:hover {
.section #result {
margin-bottom: 32px;
}
#prestigeOutput, #prestigeShortOutput,
#prestigeOutputHardMode, #prestigeShortOutputHardMode {

#prestigeOutput,
#prestigeShortOutput,
#prestigeOutputHardMode,
#prestigeShortOutputHardMode {
font-family: Arial, sans-serif;
}
Loading