Skip to content

Custom CSS

Brad Parbs edited this page Apr 7, 2024 · 11 revisions

These are copy & paste-able CSS snippets you can add to the Custom Styles option to override specific style changes.

Always show Auras on trap

.trapImageView-trapAura, .trapImageView-trapAura.active {
    opacity: 1;
}

Vanilla Trap frame on Camp page

.campPage-trap .trapImageView {
    background: #fff;
    border: 1px solid #ceb7a6;
    border-radius: 5px 3px;
    margin: 0 auto;
    width: 340px;
    height: 340px;
    margin-top: 5px;
    margin-bottom: 63px;
}

Resetting order of Inbox items

#messengerUINotification .tabs a[data-tab="general"],
#messengerUINotification .tabs a[data-tab="daily_draw"],
#messengerUINotification .tabs a[data-tab="friend_requests"],
#messengerUINotification .tabs a[data-tab="marketplace"],
#messengerUINotification .tabs a[data-tab="news"] {
    order: unset;
}

No tabs or wrapper for Journal

.campPage-tabs-tabRow {
    display: none;
}

.campPage-tabs-tabContentContainer {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

Restore Community tab in top menu

.mousehuntHeaderView-gameTabs .community {
    display: block;
}

Revert "Next Hunt" text change

.huntersHornView__timer.huntersHornView__timer.countdown::after {
    content: "";
}

Installation

Clone this wiki locally