Community Central
Community Central
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 20: Line 20:
 
}*/
 
}*/
 
.WikiaBarWrapper .toolbar .tools > li {
 
.WikiaBarWrapper .toolbar .tools > li {
border-right: 1px solid rgba(255, 255, 255, 0.5)!important;
+
border-right: 1px solid rgba(255, 255, 255, 0.65)!important;
 
}
 
}
 
.arrow{
 
.arrow{

Revision as of 09:38, 25 April 2015

/* Removes All Ads */
.WikiaTopAds, .home-top-right-ads, .wikia-ad, .SelfServeUrl,
#WikiaArticleBottomAd,
.WikiaAdInContentPlaceHolder,
.WikiaAdInContent { display:none !important; }

/* Toolbar styling */
.WikiaBarWrapper, .WikiaBarCollapseWrapper {
    background: rgba(0, 0, 0, 0.75) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3264af', endColorstr='#00194b',GradientType=0 ) !important;
}
.WikiaBarWrapper{
    display:block !important;
}
.WikiaBarCollapseWrapper {
    display:none !important;
}
/*.WikiaBarWrapper .wikia-bar {
  width: 100% !important;
}*/
.WikiaBarWrapper .toolbar .tools > li {
  border-right: 1px solid rgba(255, 255, 255, 0.65)!important;
}
.arrow{
    display:none !important;
}
.WikiaBarWrapper .toolbar .tools > li > a {
	color: white;
	font-weight: 400;
}

/* Full Width Oasis */
.WikiaPage {
	margin: 0 auto;
	max-width: none;
	width: 100%;
}
.WikiaHeader .page-width-container {
	margin: 0 !important;
	max-width: none !important;
}

/* Replace red link with blue green link */
    #mw-content-text a.new {
	color: #00b2b2;
}

/* Global Navigation tweaks */
/*.global-navigation .global-navigation-container {
    width:100% !important;
    padding:0 5px;
}

.global-navigation .wikia-logo-container {
  padding-right: 10px !important;
  padding-left: 10px;
}

.search-container {
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 100%;
}*/

.global-navigation, .global-navigation.inverse {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.hubs-container, .start-wikia-container {
    display: none !important;
}

.global-nav-search-input-wrapper .search-input {
  border-radius: 4px !important;
  box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset !important; 
}

.global-nav-search-input-wrapper .search-button {
  border-radius: 0 3px 3px 0 !important;
}

.search-form-wrapper .autocomplete, .AccountNavigation .user-menu, #GlobalNavigationWallNotifications {
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Prevent Visual Editor drop-down button from appearing */
#ca-ve-edit {
    display: none !important;
}

/* mark Yt video links */
.WikiaArticle a[href*="youtube.com/watch"]:after {
    background-image: url("https://s.ytimg.com/yts/img/favicon_32-vflWoMFGx.png");
    background-size:12px 12px;
    width:12px;
    background-position:0;
}

/* Portable CSS Pad customization */
#PortableCSSPad-container {
	border-radius: 6px !important;
	background-color: rgba(240, 240, 240, 0.875) !important;
	box-shadow:2px 2px 12px black !important;
	border:1px solid rgba(0, 0, 0, 0.5) !important;
}

#PortableCSSPad-title {
	font: 18px/20px Segoe UI, Myriad Pro, Arial, Helvetica !important;
	text-decoration: none !important;
	-webkit-transition: color 0.5s !important;
	-moz-transition: color 0.5s !important;
	transition: color 0.5s !important;
}

#PortableCSSPad-textarea {
	box-shadow:0 0 2px black !important;
}

/* Customizing Tabber */
.tabbertab {
    border: 0px !important;
    padding: 0px !important;
}
 
/* add spaces to tabview tabs */
.tabberlive > ul.tabbernav > li {
    margin-right: 2px;
}
    /* not applying on the last tabview tabs */
    .tabberlive > ul.tabbernav > li:last-child {
        margin-right: 0;
    }
 
.tabbernav {
    background: transparent;
    border-bottom: 0 !important;
    padding: 3px 0 !important;
}
 
ul.tabbernav li a {
    -moz-border-radius: 2px !important;
    background: #eeeeee !important;
    border-radius: 2px !important;
    border: 1px solid #666666 !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    padding: 3px 0.5em !important;
    position: relative;
}
 
ul.tabbernav li.tabberactive a {
    background-color: #cccccc !important;
    border: 1px solid black !important;
    color: black !important;
    cursor: default;
    font-size: 12px !important;
    font-weight: bold !important;
}
 
ul.tabbernav li.tabberactive {
    line-height: 0 !important;
}
 
    ul.tabbernav li.tabberactive:first-child a {
        margin-left: 0 !important;
    }
 
.tabbertab .ajax-poll {
    border: none !important;
}
 
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
    display: block !important;
}
/* End of Customizing Tabber */