Bungie Wiki
Advertisement

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* main page */
.wikia-slideshow-toolbar {
	display: none !important;
}

.MainPageHeading {
    background: #0075bb;
    font-size: 25px;
    letter-spacing: 1px;
    padding: 10px 0 7px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}
 
.MainPageBox {
    background: #171b21;
    border: 1px solid #1492dc;
    padding: 15px 39px 15px 15px;
}

.portal {
    overflow:hidden;
    margin-bottom: 5px;
    border:none;
}

.portal__content {
    font-size: 14px;
}

.portal.welcome {
    background-size: 100%;
    background-position: 50% 60%;
    font-weight: normal;
    text-align:center;
    color:#FFFFFF;
    background-size: cover;
}

.portal.welcome a {
    font-weight:bold;
}

.portal.welcome .portal__content {
    text-align: center;
    margin: auto;
    background-image:none;
    filter: drop-shadow(0px 0px 4px #000000);
    text-shadow:0px 0px 4px #000000;
}


.theme-fandomdesktop-light .MainPageBox  {
    background: transparent;
}

.pi-image {
	text-align: center;
	background-color: #ffffff !important;
}

.portal.welcome.bg--1 {
    background-image: url('https://static.wikia.nocookie.net/bungie/images/0/05/Septagon_Rewards_smoke_logo.jpg/revision/latest?cb=20231030041606');
}

.portal__header__main {
    font-size: 32pt;
    line-height: 1;
    font-family: rubik,helvetica,arial,sans-serif;
    text-transform: uppercase;
    filter: drop-shadow(0px 0px 4px #000000);
    margin-top: 15px;
    text-align: center;
    color: #FFFFFF;
}

.welcome {
    text-align: center;
    margin: auto;
    text-shadow:0px 0px 4px #000000;
    font-weight: normal;
    text-align:center;
    color:#FFFFFF;
    background-size: cover !important;
    background-position: 50% 60% !important;
	background-image: url('https://static.wikia.nocookie.net/bungie/images/0/05/Septagon_Rewards_smoke_logo.jpg/revision/latest?cb=20231030041606') !important;
}

.welcome-line {
    margin: 12px 0 24px;
}

.mw-parser-output>a:not(:hover):not(:focus):not(:active), .mw-parser-output>b>a:not(:hover):not(:focus):not(:active), .mw-parser-output>i>a:not(:hover):not(:focus):not(:active), .mw-parser-output>p a:not(:hover):not(:focus):not(:active) {
	text-decoration: none !important;
}
Advertisement