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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/** Front page's portal (Elements from Destiny wiki) **/
.NavButton:hover .NavInfo, .NavButton:hover .AppInfo {
top: 0;
}
.NavButton {
width: 150px;
border: 1px solid #262626;
min-height: 150px;
background: #3E3E3E center;
margin-bottom: 1em;
margin:0 auto;
position: relative;
overflow: hidden;
color: #FFF;
cursor: pointer;
-moz-box-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;
box-shadow: 2px 2px 2px #000000;
}
.NavInfo {
width: 100%;
height: 150px;
position: absolute;
top: 127px;
left: 0;
z-index: 1;
background-color: #000;
background-color: rgba(0, 0, 0, 0.6);
-webkit-transition: top 0.3s linear;
-moz-transition: top 0.3s linear;
-o-transition: top 0.3s linear;
transition: top 0.3s linear;
}
.NavTitle {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background: #000;
background: rgba(0,0,0,0.6);
height: 20px;
padding-left: 5px;
}
/** Side Rail **/
.insights-module,
.ChatModule,
.HotSpotsModule,
.CommunityCornerModule,
.ForumActivityModule,
.WikiaActivityModule,
.AchievementsModule,
.UserProfileAchievementsModule,
.top-wiki-articles,
.videos-module-rail,
.FollowedPagesModule,
.templatedraft-module,
.content-review-module,
.WikiaBlogListingBox,
.recirculation-rail,
.embeddable-discussions-module,
.community-page-entry-point-module {
border: 1px solid #000 !important;
background: rgba(255,255,255,0.6) !important;
-moz-box-shadow: 2px 2px 2px #000000 !important;
-webkit-box-shadow: 2px 2px 2px #000000 !important;
box-shadow: 2px 2px 2px #000000 !important;
}
.embeddable-discussions-post-detail {
border: 1px solid #000 !important;
}