Community Central
Community Central
No edit summary
No edit summary
Line 86: Line 86:
 
#wds-company-logo-fandom {
 
#wds-company-logo-fandom {
 
padding: 0;
 
padding: 0;
  +
}
  +
  +
/* ********** Wikia bar ********** */
  +
.WikiaBarWrapper,
  +
.WikiaBarCollapseWrapper,
  +
.WikiaBarWrapper .tools-menu {
  +
box-shadow: none;
  +
}
  +
.WikiaBarWrapper,
  +
.WikiaBarWrapper .wikia-bar {
  +
background-image: none;
 
}
 
}
 
 

Revision as of 05:59, 29 June 2018

@import url('/load.php?debug=false&lang=en&mode=articles&articles=u:dev:MediaWiki:Nord.css&only=styles');

#article-comments-counter-header,
#wkRelPagHead,
#mw-content-text h2,
#mw-content-text h3,
#mw-content-text h4,
#mw-content-text h5,
#mw-content-text h6 {
    font-weight: bold;
}
 
.article-comm-text p:first-of-type {
    margin-top: 0;
}

.wikia-button.createpage, #mixed-content-footer, #recirculation-rail, #ShareEntryPoint {
    display: none !important;
}

#WikiaFooter {
    margin: 0;
}
 
#wpTextbox1, #wpTextbox0 {
    border: none !important;
}
 
.wds-community-header__top-container {
    height: 53px;
}
 
.wds-community-header__sitename {
    margin-top: 19px;
}

.article-categories, .WikiaArticleInterlang, #ca-ve-edit {
    display:none;
}

.WikiaPage .page-header__contribution-buttons > *:not(:last-child) {
    margin-left: 3px;
    margin-right: 0;
}

.avatar {
    border-radius: 50% !important;
    border-width: 2px !important;
}

body, .community-page-header, .CommunityPageContainer {
    font-family: 'Helvetica Neue', FreeSans, 'Noto Sans', Helvetica, Arial, sans-serif;
}
 
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    font-family: inherit !important;
}
 
.navbox .mw-collapsible-toggle a {
    color: inherit;
}

table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    padding: 0.2em 0.4em;
}

/* ********** Navigation bar ********** */
.wds-global-navigation__search {
	flex-grow: 20;
}
.wds-global-navigation {
	border: none;
}
.wds-global-navigation-wrapper {
	height: 49px;
}
.wds-global-navigation__start-a-wiki {
	display: none;
}
#wds-company-logo-powered-by-wikia {
	display: none;
}
#wds-company-logo-fandom {
	padding: 0;
}

/* ********** Wikia bar ********** */
.WikiaBarWrapper,
.WikiaBarCollapseWrapper,
.WikiaBarWrapper .tools-menu {
	box-shadow: none;
}
.WikiaBarWrapper,
.WikiaBarWrapper .wikia-bar {
	background-image: none;
}
 
/* ********** Blurred background ********** */
body:not(.editor) #WikiaPage {
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    backdrop-filter: blur(10px) saturate(150%);
}