Community Central
Community Central
No edit summary
No edit summary
Line 10: Line 10:
 
importScriptPage('WikiaNavBarHider/code.js', 'dev');
 
importScriptPage('WikiaNavBarHider/code.js', 'dev');
 
'u:dev:PageMakerPro/code.js'
 
'u:dev:PageMakerPro/code.js'
 
/* Global Navigation */
 
.global-navigation {
 
background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
 
border-bottom: 1px solid #C8D2D7;
 
color: #092140;
 
}
 
 
.global-navigation .page-width {
 
border-right: 0px;
 
}
 
 
.global-navigation-item {
 
border-left: 0px;
 
height: 50px;
 
}
 
 
.global-navigation-link {
 
color: #092140;
 
font-size: 15px;
 
font-weight: bold;
 
height: 50px;
 
vertical-align: middle;
 
}
 
 
.hubs-entry-point:after {
 
border: 5px solid transparent;
 
border-top-color: #cfcfcf;
 
}
 
 
.search-form-wrapper {
 
font-size: 15px;
 
margin-top: 6px;
 
}
 
 
.search-form-wrapper .search-label-inline {
 
color: #092140;
 
}
 
 
.search-form-wrapper .search-label-bold {
 
color: #092140;
 
font-weight: bold; }
 
 
.search-select-wrapper .chevron {
 
border-color: transparent;
 
border-top-color: #c8d2d7;
 
}
 
 
.global-nav-search-input-wrapper .search-input {
 
background: #fcfcfc;
 
font-size: 12px;
 
border: 1px solid #092140;
 
border-radius: 4px;
 
color: #092140;
 
font-weight: normal;
 
}
 
 
.start-wikia:hover {
 
background-color: #FFD700;
 
color: #092140;
 
}
 
 
.hubs-menu {
 
top: 50px;
 
}
 
/** Restore Square Avatar & Shrink **/
 
.avatar-container { border-radius: 0 !important; }
 
.AccountNavigation .avatar { width: 30px; height: 30px; margin-top: 4px; }
 

Revision as of 00:13, 31 January 2015

importScriptPage("Tools/ChatPlugins/global.js", "gamedezyner");

importArticles({
    type: 'script',
    articles: [
        'u:wikimarks:Client.js'
    ]
});

importScriptPage('WikiaNavBarHider/code.js', 'dev');
'u:dev:PageMakerPro/code.js'