-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
67 lines (53 loc) · 1008 Bytes
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.itemPurchaseView-container {
background: white;
}
.inventoryPage-tagContent-tagGroup {
background: white;
}
.pageSidebarView {
display: none;
}
.pageFrameView-column {
display: none;
}
.campPage-banner {
display: none;
}
.pageFrameView-footer {
display: none;
}
.mousehuntHeaderView {
background: none;
}
.mousehuntHeaderView-gameBanner {
display: none;
}
.mousehuntHeaderView-newsTicker {
display: none;
}
.PageCamp {
background-color: #604530;
background: url(https://i.imgur.com/4INJWKY.jpeg) !important;
background-size: cover;
}
.mousehuntContainer {
background: none !important;
}
.pageFrameView-contentContainer {
background: none !important;
}
.pageFrameView-content {
background: none !important;
}
.travelPage-mapContainer {
position: fixed !important;
top: 16dvh !important;
left: 0 !important;
width: 100dvw !important;
height: 100dvh !important;
}
.pageFrameView {
grid-template-columns: 1fr !important;
width: 760px;
margin: auto;
}