Community Central
Community Central

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.
<pre>@import "http://dev.wikia.com/index.php?title=Highlight/code.css&action=raw&ctype=text/css";</pre>

/* Fix Global Navigation Transparent Issue */
.global-navigation .hubs-entry-point:after {
   border: 5px solid transparent;
   border-top-color: #c8d2d7;
}
.global-navigation .search-select-wrapper .search-select-overlay .chevron {
   border-color: transparent;
   border-top-color: #c8d2d7;
}

.hubs-entry-point:after {
   border: 5px solid white;
   border-top-color: #c8d2d7;
   content: ' ';
   display: inline-block;
   margin-top: 12px;
}
/* Can be called with hover */
.global-navigation-item.active .hubs-entry-point:after {
   border-top-color: #092140;
}
.search-select-wrapper .search-select-overlay .chevron {
   border-color: white;
   border-top-color: #c8d2d7;
   border-width: 5px;
   margin-left: 2px;
   margin-top: 13px;
   position: relative;
   top: 2px;
}
/* Cannot be called with hover */
.search-select-wrapper .search-select-overlay .chevron.dark {
   border-top-color: #092140;
}
.AccountNavigation > li > a:after {
   border: 5px solid;
   border-top-color: #c8d2d7;
   color: transparent;
   content: ' ';
   float: left;
   margin-top: 16px;
}
/* Cannot be called with hover */
.AccountNavigation > li > a:after {
   border-top-color: #092140;
}

.global-navigation-item {
   height: 47px;
}
.global-nav-search-input-wrapper .search-input {
   height: 32px;
   font-size: 14px;
}
/* Because the available 47px the search bar is not perfectly centered and is located on 2px higher than the middle if you include the border */
.search-form-wrapper {
   margin-bottom: 6px;
   margin-top: 6px;
}
.global-navigation-link {
   height: 47px;
}
.hubs-menu {
   top: 47px;
}

.avatar-container { border-radius: 0 !important; }

var css = '.AccountNavigation.active > li { background-color: #000; }',
    head = document.head || document.getElementsByTagName('head')[0],
    style = document.createElement('style');
 
style.type = 'text/css';
if (style.styleSheet){
  style.styleSheet.cssText = css;
} else {
  style.appendChild(document.createTextNode(css));
}
 
head.appendChild(style);

.global-navigation {
    background: linear-gradient(top, #970000 0%, white 100%) repeat scroll 0 0 #fff !important;
    background: -o-linear-gradient(top, #970000 0%, white 100%) repeat scroll 0 0 #fff !important;
    background: -ms-linear-gradient(top, #970000 0%, white 100%) repeat scroll 0 0 #fff !important;
    background: -icab-linear-gradient(top, #970000 0%, white 100%) repeat scroll 0 0 #fff !important;
    background: -webkit-linear-gradient(top, #970000 0%, white 100%) repeat scroll 0 0 #fff !important;
    background: -khtml-linear-gradient(top, #970000 0%, white 100%) repeat scroll 0 0 #fff !important;
    background: -moz-linear-gradient(top, #970000 0%, white 100%) repeat scroll 0 0 #fff !important;
}