Community Central
Community Central
No edit summary
No edit summary
Line 27: Line 27:
 
border: none !important;
 
border: none !important;
 
}
 
}
/*
+
 
.wds-community-header__top-container {
 
.wds-community-header__top-container {
 
height: 53px;
 
height: 53px;
Line 35: Line 35:
 
margin-top: 19px;
 
margin-top: 19px;
 
}
 
}
  +
*/
 
 
#WikiaPage {
 
-webkit-backdrop-filter: blur(10px);
 
backdrop-filter: blur(10px);
 
}
  +
 
.article-categories, .WikiaArticleInterlang, #ca-ve-edit {
 
.article-categories, .WikiaArticleInterlang, #ca-ve-edit {
 
display:none;
 
display:none;
Line 67: Line 72:
 
table.wikitable > * > tr > td {
 
table.wikitable > * > tr > td {
 
padding: 0.2em 0.4em;
 
padding: 0.2em 0.4em;
}
 
 
#WikiaPage {
 
-webkit-backdrop-filter: blur(10px);
 
backdrop-filter: blur(10px);
 
 
}
 
}

Revision as of 13:34, 11 July 2018

@import url('/load.php?debug=false&lang=en&mode=articles&articles=u:dev:MediaWiki:Nord.css&only=styles');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,400i,700,700i');

#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;
}

#WikiaPage {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.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, .wds-global-navigation__search-input {
    font-family: 'Rubik', '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;
}