(- added baseplate) |
(- test) |
||
Line 3: | Line 3: | ||
.top-ads-container { |
.top-ads-container { |
||
display: none !important; |
display: none !important; |
||
} |
|||
/* 2) Rail Module Customization - DOORS Themed (Credits to LSPLASH for image) */ |
|||
.WikiaRail .rail-module { |
|||
background: url(https://doors-game.fandom.com/wiki/DOORS?so=search&file=DOORS_Thumbnail_3.png) center; |
|||
border-radius: 4.5px; |
|||
box-shadow: 20px rgba(0, 0, 0, 0.5); |
|||
padding: 15px !important; |
|||
transition: .35s ease; |
|||
} |
} |
Revision as of 21:07, 20 September 2022
/* 1) Disables advertisements on-screen - Quality of Life */
.ad-slot-placeholder,
.top-ads-container {
display: none !important;
}
/* 2) Rail Module Customization - DOORS Themed (Credits to LSPLASH for image) */
.WikiaRail .rail-module {
background: url(https://doors-game.fandom.com/wiki/DOORS?so=search&file=DOORS_Thumbnail_3.png) center;
border-radius: 4.5px;
box-shadow: 20px rgba(0, 0, 0, 0.5);
padding: 15px !important;
transition: .35s ease;
}