Noragami Wiki
Advertisement

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.
/* CSS placed here will be applied to all skins */

@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:MP.css");
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:InterlanguageFlags.css&only=styles";

/*******************/
/* Page glow */
/*******************/
.WikiaPage {
   border: 1px solid #000000; 
  -moz-box-shadow:0 0 10px #000000;
  -webkit-box-shadow:0 0 10px #000000;
  box-shadow:0 0 10px #000000;
  padding-top: 0 !important;
  position: relative;
    top: 10px;
}

/**Wiki Image Styling**/
.WikiaArticle .image-thumbnail img,
.WikiaArticle .show-info-icon,
.WikiaArticle .article-thumb {
    border: 2px solid #453a5c;
}
 
.WikiaArticle .portable-infobox .image-thumbnail img,
.WikiaArticle .article-thumb .image-thumbnail img,
.WikiaArticle table .image-thumbnail img {
    border: none;
}

/* STAFF NAME LABELS */
/* ADMINISTRATORS/BUREAUCRATS */
 
a[href$="/wiki/User:PerseusHunt"] {
    color: #A3E3ED !important;
    font-weight: bold !important;
}
 
.Wall .edited-by a[href$="PerseusHunt"] ~ .subtle::after {
  content: " (Administrator)";
}
 
    a[href$="/wiki/User:Wraiyf"] {
    color: #ff7256 !important;
    font-weight: bold !important;
}
 
.Wall .edited-by a[href$="Wraiyf"] ~ .subtle::after {
  content: " (Administrator)";
}
 
    a[href$="/wiki/User:Legendarykuroo"] {
    color: #6b8e23 !important;
    font-weight: bold !important;
}
 
.Wall .edited-by a[href$="Legendarykuroo"] ~ .subtle::after {
  content: " (Administrator)";
}

/**Portable Infobox**/
.portable-infobox {
    width: 300px;
}

.portable-infobox.pi-theme-noragami .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-noragami .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
}
.portable-infobox.pi-theme-noragami .pi-item-spacing {
    padding: 0;
    background-color: transparent;
}
.portable-infobox.pi-theme-noragami .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-noragami .pi-secondary-background {
    background:#453a5c;
	background-position:left;
    color: #453a5c;
}
.portable-infobox.pi-theme-noragami .pi-title {
    font-size: 18px;
    line-height: 23px;
    background-color: #453a5c;
}

.portable-infobox.pi-theme-noragami .pi-title, 
.portable-infobox.pi-theme-noragami .pi-header {
    
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1px;
    padding: 3px 0;
}
.portable-infobox.pi-theme-noragami .pi-navigation {
    color:#000000;
    font-weight:bold;
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-noragami .pi-navigation a {
    color: #ffffff;
}
.portable-infobox.pi-theme-noragami .pi-data {
    border: 0;
    margin-bottom: 0.5px;
}
.portable-infobox.pi-theme-noragami .pi-data-label {
    color: #ffffff;
    padding: 5px 10px;
    background-color: #000000;
    background-repeat:no-repeat;
	background-position:right;
}
.portable-infobox.pi-theme-noragami .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-noragami .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-noragami .pi-group {
    border: none;
}

.portable-infobox.pi-theme-noragami .center {
    text-align:center;
}
.pi-theme-noragami {
  border:1px solid #453a5c;
  background:transparent;
}

.portable-infobox.pi-theme-noragami ul.pi-image-collection-tabs {
    font-size: 12px;
}

.portable-infobox.pi-theme-noragami ul.pi-image-collection-tabs li {
    border: 0;
}

.portable-infobox.pi-theme-kemono .pi-image-collection-tabs {
 margin-left: auto;
 margin-right: auto;
}

.portable-infobox.pi-theme-noragami .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #3d3d3d;
    font-weight: bold;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-noragami .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-noragami .pi-image-collection-tabs li.current {
    background: transparent;
}

/* References styling */
ol.references {
    font-size: 100%;
}

.references-small {
    position: relative;
    top: 5px;
    font-size: 80%;
}

/* BG */
body.mediawiki {
    background: url(https://static.wikia.nocookie.net/noragami/images/0/08/Site-background-dark/revision/latest?cb=20220107045342) no-repeat center center fixed, #b7a6a5 radial-gradient(circle farthest-corner, #c18000, #fff);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 
/* BG Fixation */
 
body.mediawiki {
    background-attachment: fixed !important;
}

/*Tabber*/
.tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-bottom: 3px solid #453a5c !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #453a5c !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background:#b0b6b8 !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}
.pi-europa .pi-image-collection-tabs { text-align: center; }
Advertisement