When Rivers Were Trails Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

body {
        background-image: url(https://static.wikia.nocookie.net/whenriversweretrails_gamepedia_en/images/e/e2/Bg_wiki.png/revision/latest);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.fandom-community-header__background::before {
	background-image: linear-gradient(to top,rgba(var(--theme-body-background-color--rgb),0) 25%,#000);
	content: "";
	display: block;
	height: 160px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
Advertisement