Various tweaks for Papunika to clean up the Adventurer's Tome map page.
papunika.com by kyleshrader
Details
Authorkyleshrader
LicenseNo License
Categorypapunika
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
https://papunika.com/adventure-book/
Adventurer's Tome pages:
- Removes ad containers
- Expands the main content to full width
- Reduces size of Tome icons
- Increases the size of the map
Source code
/* ==UserStyle==
@name papunika.com
@version 20220118.18.19
@namespace userstyles.world/user/kyleshrader
@description Various tweaks for Papunika to clean up the Adventurer's Tome map page
@author kyleshrader
@license No License
==/UserStyle== */
@-moz-document domain("papunika.com") {
.ai-sticky-content, .nk-gap-2 {
display: none !important;
}
#primary {
max-width: 100%;
}
.tome-wrapper>iframe {
height: 900px !important;
}
.card>h3 {
font-size: 19px;
margin: 0px;
}
.card>.wrapperBox {
grid-template-columns: repeat(auto-fit,minmax(30px,30px));
grid-template-rows: repeat(auto-fit,minmax(30px,30px));
}
.card>.wrapperBox>.box {
width: 34px;
height: 34px;
padding: 10px 12px;
}
.card>.wrapperBox>.box>.item {
width: 28px;
height: 28px;
margin-left: -10px;
margin-top: -8px;
}
.card>.wrapperBox>.box>.item>img {
width: 26px;
height: 26px;
vertical-align: top;
}
}