Noita Wiki
(Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
No edit summary
Line 144: Line 144:
 
div.toc,
 
div.toc,
 
.mw-warning,
 
.mw-warning,
  +
.warningbox,
 
ul#filetoc {
 
ul#filetoc {
 
background: #272B37;
 
background: #272B37;

Revision as of 16:00, 8 March 2021

/* CSS placed here will affect users of the Hydradark skin */

@font-face {
  font-family: '04b03';
  src: local('04b03'), url('/media/hydra/fonts/04b_03__-webfont.ttf') format('truetype');
}

/* Once the font upload issue is fixed (MAIN-21389), the two fonts below should be replaced with a local upload */
@font-face {
  font-family: 'noita';
  src: local('noita'), url('https://vignette.wikia.nocookie.net/pcj/images/a/a4/NoitaPixel.ttf') format('truetype');
}

@font-face {
  font-family: 'glyphs';
  src: local('glyphs'), url('https://vignette.wikia.nocookie.net/pcj/images/3/3b/Noita-Glyph.ttf') format('truetype');
}

/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Noita_Wiki h1.firstHeading {
    display: none;
}

/* Framework */
body {
    background: #000000 url("https://static.wikia.nocookie.net/noita_gamepedia_en/images/9/98/Bg.jpg/revision/latest") fixed no-repeat center center / cover; /* [[File:Bg.jpg]] */
}

body #pageWrapper {
    margin-right: 10px;
}

/* Head */
div#mw-page-base {
    background: transparent;
}

/* Logo */
#p-logo a {
    margin-top: 20px;
}

/* Tabs */
div.vectorTabs,
div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected,
div#mw-head div.vectorMenu h3 {
    background: transparent;
    border: none;
}

div.vectorTabs li span a,
div.vectorTabs span a:visited,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited,
div.vectorMenu h3 span {
    background: transparent;
    color: #FFFFFF !important;
    font-weight: bold;
}

div.vectorTabs .new a {
    color: #BA0000 !important;
}

div.vectorMenu div.menu {
    border: none;
}

div.vectorMenu ul {
    background: #272B37;
    border: 1px solid #000000;
}

div#mw-head div.vectorMenu a {
    color: #9acbf1;
}

/* Sidebar */
div#mw-panel {
    margin-top: -20px;
}

.skin-hydradark div#mw-panel div.portal,
.skin-hydradark #mw-panel.collapsible-nav div.portal {
    background-image: none;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #495c79;
    box-shadow: rgba(26,26,26,1) 0 0.1em 0.75em;
    margin: 5px;
}

.skin-hydradark div#mw-panel div.portal div.body ul li a,
.skin-hydradark div#mw-panel div.portal div.body ul li a:visited {
    color: #FFFFFF;
}

.skin-hydradark div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: #495c79;
    font-weight: bold;
}

/* Content */
div#content {
    background: rgba(0,0,0,0.9);
    color: #FFFFFF;
    border: 1px solid #495c79;
    box-shadow: rgba(26, 26, 26, 1) 0 0.1em 0.75em;
}

h1, h2 {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

h3, h4, h5, h6 {
    color: #FFFFFF;
}

.fakeh2 {
  font-size: 1.5em;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  line-height: 1.3;
  margin-bottom: 0.25em;
  margin-top: 1em;
  padding: 0;
}

#catlinks,
div#toc,
div.toc,
.mw-warning,
.warningbox,
ul#filetoc {
    background: #272B37;
    border: 1px solid #3C4258;
}

.CategoryTreeToggle {
    color: #495c79;
}

code {
    background: #202020;
    color: #BFC2BD;
}

pre,
.mw-code {
    background: #202020 !important;
    border: 1px dashed #3C4258 !important;
    color: #FFFFFF !important;
    overflow: auto;
}

fieldset {
    border: 1px solid #3C4258;
}

ol.references li:target,
sup.reference:target {
  background-color:#282828;
}

/* Anchors/links */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited,
.pseudo-link {
    color: #9acbf1;
}

/* Header */
.header {
    background-color: rgba(90, 66, 123, .7);
    border: none;
    box-shadow: 0px 3px 6px 1px rgba(202, 202, 202, .2);
    color: #e6e6e6;
    font-size: 150%;
    margin-bottom: 10px;
    text-align: center;
}

/* Footer */
div#footer {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #9acbf1;
    box-shadow: rgba(26,26,26,1) 0 0.1em 0.75em;
    margin-top: 10px;
    overflow-y: hidden;
}

div#footer ul li {
    color: #FFFFFF;
}

/* Thumbnails and galleries and image file history */
div.thumb {
    background: transparent !important;
    border: 1px solid #3C4258 !important;
    border-radius: 4px;
}

img.thumbborder {
    border: 1px solid #3C4258;
    padding: 5px;
}

div.thumbinner {
    background: transparent;
    border: none;
}

li.gallerybox div.thumb {
    background: transparent;
    border: 1px solid #3C4258;
    border-radius: 4px;
}

html .thumbimage {
    border: 1px solid #3C4258;
    border-radius: 4px;
}

div.tright div.tleft {
    border: 1px solid #3C4258 !important;
}

div.tright {
    clear: right;
    float: right;
}

/* Preferences */
.skin-hydradark #preferences {
    background: #272B37;
    border: 1px solid #000000;
}

.skin-hydradark #preftoc li:first-child {
    margin-left: 5px;
}

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,
.skin-hydradark #preftoc li a {
    background: transparent !important;
}

.skin-hydradark #preftoc li a {
    color: #9acbf1;
}

.skin-hydradark #preftoc li.selected {
    background: #9acbf1 !important;
    border: 1px solid #000000;
}

.skin-hydradark #preftoc li.selected a {
    color: #FFFFFF;
}

.skin-hydradark #preferences legend {
    color: #E6E6E6;
}

.skin-hydradark #preferences fieldset {
    border-color: #3C4258 !important;
}

/* Page history */
table.diff,
td.diff-otitle,
td.diff-ntitle {
    background: transparent !important;
}

/* Color fix for advanced search options box */
.skin-hydradark .mw-search-profile-tabs {
    background: #26183b;
    border: 1px solid #000000;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li a {
    color: #ffffff;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #ffffff;
}

.skin-hydradark fieldset#mw-searchoptions {
    background: #272B37;
    border-color: #000000 !important;
}

.skin-hydradark fieldset#mw-searchoptions div.divider {
    border-color: #3C4258;
}

/* Tables */
.skin-hydradark table.wikitable {
    background: #272B37;
    border: 1px solid #000000;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background-color: #495c79;
    border: 1px solid #000000;
    color: #E6E6E6;
}

.skin-hydradark table.wikitable > tr > th a,
.skin-hydradark table.wikitable > * > tr > th a {
	color: #9acbf1;
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
    border: 1px solid #000000;
}

.skin-hydradark .wikitable th {
    background-color: #495c79;
    border: 1px solid #000000;
    color: #E6E6E6;
    padding: 0.2em;
}

.skin-hydradark .wikitable th a {
    color: #3C4258;
}

.skin-hydradark .wikitable td {
    border: 1px solid #000000;
    padding: 0.2em;
}

.skin-hydradark table.mw_metadata th {
    background: #495c79;
    border: 1px solid #000000;
    color: #E6E6E6;
}

.skin-hydradark table.mw_metadata th a {
    color: #3C4258;
}

.skin-hydradark table.mw_metadata td {
    background: #272B37;
    border: 1px solid #000000;
}

.skin-hydradark .TablePager {
    background: #272B37;
    border: 1px solid #000000;
    padding: 0 0.15em;
}

.skin-hydradark .TablePager th {
    background: #495c79;
    border: 1px solid #000000;
    color: #E6E6E6;
    padding: 0 0.15em;
}

.skin-hydradark .TablePager th a {
    color: #3C4258;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: rgba(255, 255, 255, 0.15) !important;
}
 
.skin-hydradark .TablePager td {
    background: #272B37 !important;
    border: 1px solid #000000;
}

/* Wiki editor fixes */
div.wikiEditor-ui,
div.wikiEditor-ui-buttons,
div.wikiEditor-ui-controls,
div.wikiEditor-ui-tabs,
div.wikiEditor-ui-tabs div {
    background: transparent;
    border: none;
}

div.wikiEditor-ui-tabs div a,
div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .booklet .index div {
    color: #495c79;
}

div.wikiEditor-ui-tabs div:first-child {
    margin-left: 5px;
}

div.wikiEditor-ui-tabs div.current {
    background: #495c79;
    border: 1px solid #000000;
}

div.wikiEditor-ui-tabs div.current a {
    color: #FFFFFF;
}

div.wikiEditor-ui .wikiEditor-ui-view,
div.wikiEditor-ui-toolbar .group,
div.wikiEditor-ui-toolbar .sections .section,
div.wikiEditor-ui-toolbar .page-characters div span,
div.wikiEditor-ui-toolbar .page-table td {
    border-color: #000000;
}

div.wikiEditor-ui-toolbar,
div.wikiEditor-ui-toolbar .sections .section,
div.wikiEditor-ui-toolbar .booklet .pages {
    background: #272B37;
}

div.wikiEditor-ui-toolbar .booklet .index .current,
div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background: #495c79;
    border-color: #000000;
    color: #E6E6E6;
}

div.wikiEditor-ui-toolbar .page-table th {
    color: #E6E6E6;
}

div.wikiEditor-preview-contents {
    background: transparent;
}

div.editOptions {
    background: #272B37;
    border-color: #000000;
}

/* Navbox template style */
table.navbox {
    border: 1px solid #67676;
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: rgba(0, 0, 0, 0.1);
}

.navbox-list {
    border-color: rgba(0, 0, 0, 0.1); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

/* Even row striping */
.navbox-even {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}
/* End of new Navbox styling */

/* copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/5/58/Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: #808080;
     padding:0.25ex 1ex 0ex;
     font-size: 95%;
}

/* Ambox notices */
.ambox {
    background-color: #282828;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-collapse: collapse;
    align-items: center;
    font-size: 95%;
    margin: 1rem 6rem;
    display: grid;
    grid-template: auto 1fr / auto 1fr;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left:0.8em;
     margin-top:0.5em;
}

/*********************
/* Front page styles *
/*********************/
.fpmain {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.fpbanner {
  border: 1px solid #9C9C9C;
  box-shadow: rgba(255, 255, 255, .7) 0 0.1em 0.5em;
  background: rgba( 0, 0, 0, .2 );
  color: #ffffff;
  margin: 0 5px 5px 5px;
  padding: 5px;
  min-height: 80px;
}

.fpbannertable {
  display: table;
  border: none;
  background: transparent;
  width: 100%; 
  min-height: 75px;
  margin: 0;
  padding: 5px;
}

.fpbannercell {
  display: table-cell; 
  text-align: center; 
  vertical-align: middle;
}

.fpbannerblock {
  border: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
  font-size: 132%;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpheader {
  background-color: rgba(180, 159, 139, .3);
  border: none;
  text-align:center;
  color: #b94a51;
  font-size: 150%;
  font-weight:bold;
  box-shadow: 6px 6px 18px -10px #676767;
  margin-bottom: 10px;
}

.fpmidsections {
  float: left;
  width: 100%;
  overflow: hidden;
}

.fpbox {
  border: 1px solid #9C9C9C;
  box-shadow: rgba(255,255,255,.7) 0 0.1em 0.5em;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
}

.fpbox .mainheading {
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpbox .heading {
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 132%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpmain .columns .leftcol {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fpmain .columns .rightcol {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fpsection1, .fpsection2, .fpsection3, .fpsection4 {
  float: left;
  clear: both; 
  width: 100%;
}

div.fp2columnonly, div.fp3columnonly {
  display: none; 
}

@media (min-width: 790px) {
  .fpsection1 {
    float: left;
    clear: none;
    width: 50%;
  }

  .fpmidsections {
    clear: none;
    float: right;
    width: 50%;
  }

  .fpsection4 {
    float: left;
    clear: none;
    width: 50%;
  }

  div.fp2columnonly {
    display: block; 
  }
}

@media (min-width: 990px) {
  .fpmain .columns .leftcol {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .fpmain .columns .rightcol {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1390px) {
  .fpmidsections {
    clear: none;
    float: right;
    width: 66.667%;
  }

  .fpsection1 {
    clear: none;
    width: 33.333%;
  }

  .fpsection2 {
    clear: none;
    width: 50%;
  }

  .fpsection3 {
    clear: none;
    width: 50%;
  }
 
  .fpsection4 {
    clear: left;
    width: 33.333%;
  }

  div.fp2columnonly {
    display: none; 
  }

  div.fp3columnonly {
    display: block; 
  }
}

.fpbox.plain {
  border: none;
  box-shadow: none;
  background: transparent;
}

.fpimagelist ul {
  list-style-type: none;
  list-style-image: none;
}

.fpvideos {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.fpvideo {
  display: inline-block;
  margin: 0 5px;
}

/****************
* Tabber styles *
****************/
ul.tabbernav {
  border:none;
  padding-bottom:1em;
  margin:0 2px;
}

ul.tabbernav li a,
ul.tabbernav li a:link {
  border:2px solid #928167;
  color:#9acbf1;
}

ul.tabbernav li a,
ul.tabbernav li a:hover,
ul.tabbernav li.tabberactive a {
  background-color:#000;
}

ul.tabbernav li:not(.tabberactive) a:hover {
  box-shadow:inset 0 0 2px 2px #0d0c0b6f;
  color:#e6e6e6;
}

ul.tabbernav li:not(.tabberactive) {
  padding-top:1em;
}

ul.tabbernav li.tabberactive {
  border-bottom:0;
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
  border:2px solid #a67e4d;
  border-bottom:0;
  color:#E6E6E6;
  padding-bottom:1em;
}

.tabber .tabbertab {
  border:2px solid #928167;
  border-radius:5px;
}

/*************
* End Tabber *
**************/

/*****************
* Infobox styles *
******************/
.infobox {
  float: right;
  width: 21em;
  max-width:100%;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 4px;
  background-color:transparent;
  border:1px solid #505050;
}

.infobox-table {
  width: 100%;
  padding: 0;
  background-color:transparent;
  border: 0;
}

.infobox-header,
.infobox-section {
  font-size:1.1em;
  font-family: 'noita', '04b03',sans-serif;
  text-shadow:1px 1px 1px rgba(0,0,0,0.75);
  border:0;
  font-weight:normal;
  text-align:center;
}

.infobox-header {
  background-color:#181818;
  font-size: 1.5em;
  padding:0.4em;
}

.infobox-section {
  padding:0.05em 0.5em;
}

.infobox-centered {
  text-align: center;
}

.infobox-centered img {
  max-width:100%;
  height:auto;
}

.infobox-row {
  vertical-align: top;
}

.infobox-row-name {
  min-width:50%;
  text-align: right;
  vertical-align:middle;
  padding:0.1em 0.7em;
  font-size:0.95em;
  font-family: 'noita', '04b03',sans-serif;
  background-color:#181818;
  border-right: 1px solid #223546;
}

.infobox-row-value {
  padding-left:0.2em;
}

.infobox-spacer {
  height: 0.5em;
}

/* Styles for multiple infoboxes inside a tabber */

.infobox-tabber {
  width:calc(22.3em + 10px);
  float:right;
}

.infobox-tabber .tabber {
  margin-left:1em;
  margin-bottom:0.5em;
}

.infobox-tabber .tabbertab {
  padding:0;
  border:0;
}

.infobox-tabber .infobox {
  margin:0;
}

.infobox-tabber .tabbertab > p:first-child,
.infobox-tabber .tabbertab > p:last-child {
  display:none;
}

.infobox-tabber .tabbernav {
  border-bottom:0;
}

/*********************
* End infobox styles *
**********************/

/*************************************
* Used by [[Template:Spell infobox]] *
**************************************/
.spell {
  float:right;
  font-family: 'noita', '04b03', sans-serif;
  font-size:1.3em;
  border:2px solid #928167;
  border-radius:5px;
  background-color:rgba(5,5,5,0.8);
  padding:0.5em;
  margin:0.5em;
  width:100%;
  max-width:25em;
}

.spell .spell-description {
  width:100%;
}
/*****************************
* End Template:Spell infobox *
******************************/

/***********************
* Spoiler style tweaks *
************************/
.spoilers-body {
  background-color:#222;
  color:#eee;
  overflow:auto;
}
/*********************
* End spoiler tweaks *
**********************/

/*******************************
* Used by [[Template:Spoiler]] *
********************************/

.spoiler-toggle {
    background-color: #0d0c0b;
    color: #77c999;
    overflow: auto;
    border: 3px solid #948064;
    padding: 0.4em;
    border-radius: 0 3px;
    font-weight: normal;
}

.spoiler-hidden {
    font-family: glyphs, sans-serif;
}

.spoiler-hidden img,
.spoiler-hidden .hover-gif canvas {
  filter:blur(5px);
  clip-path:inset(0px 0px 0px 0px); /* Chrome */
  clip-path:border-box; /* Good browsers */
}

/* bigger blur for thumbs and hover gifs, which are probably bigger */
.spoiler-hidden .thumb img,
.spoiler-hidden .hover-gif canvas {
  filter:blur(15px);
}

/***********************
* End Template:Spoiler *
************************/

/********************
* VE and co. tweaks *
*********************/
.skin-hydradark .successbox {
	color: #008000;
}

.ve-ui-mwTemplatePage-description {
	color: #bbb;
}

/* override Hydradark inverting page preview images */
.oo-ui-iconElement-icon.ve-ui-mwInternalLinkContextItem-hasImage {
  filter:unset;
}
/************************
* End VE and co. tweaks *
*************************/

/********************************************
* Improved responsiveness for narrow widths *
*********************************************/
.level img { /* wikipoints level on profile */
  max-width:100%;
}

@media screen and (max-width:720px) {
  div#content,
  div#footer {
    border-left:none;
  }

  /* vector tabs */
  div#right-navigation {
    margin-right:10px;
  }
  
  div.vectorTabs li span,
  div#mw-head div.vectorMenu h3 {
    margin:0;
  }

  div#right-navigation div#p-search {
    margin-right:0;
    margin-top:0.5em;
  }
  
  div#right-navigation div#simpleSearch {
    border-bottom:1px solid #7FE7FF;
  }
  /* end vector tabs */

  /* sidebar (now underbar I guess)*/
  div#mw-navigation div#mw-panel {
    width:100%;
    margin: 0;
    margin-top:2em;
    padding:0;
    padding-top:0.5em;
    top:0;
  }
  
  div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
    padding-right:20px;
  }
  
  div#mw-navigation div#mw-panel .portal {
    width:auto;
    text-align:center;
    margin:0 0.5em;
  }
  
  #mw-panel.collapsible-nav .portal .body {
    margin:5px;
  }
  
  #mw-panel.collapsible-nav .portal div.body ul {
    margin:0;
  }
  
  #mw-panel.collapsible-nav .portal div.body ul li,
  #mw-panel .portal div.body ul li {
    padding:0.25em;
  }
  /* end sidebar */
  
  /* profile */
  .curseprofile .leftcolumn,
  .curseprofile .rightcolumn {
    width:unset;
  }
  
  div.mainavatar {
    float:none;
    text-align:center;
  }
  
  .userinfo .headline {
    clear:left;
    text-align:center;
  }
  
  .headline h1 {
    float:none;
  }

  .grouptags {
    clear:left
  }
  
  .stats dl {
    width:100%;
    max-width:16em;
  }
  /* end profile */
  
  .wikitable {
    overflow-x: auto;
    display: block;
  }
  
  #mw-searchoptions table {
    float:none;
  }
  
  #mw-searchoptions table td {
    display:block;
  }
  
  .infobox {
    float:none;
    margin:auto;
  }
}
/******************************
* end improved responsiveness *
*******************************/

.SpellQueryIcon {
	border: 3px solid #8D3F18;
	border-radius: 5px;
	background: rgba(34,41,51,0.8);
	height: 48px;
	width: 48px;
	display: inline-block;
	margin-bottom: 4px;
}

.SpellQueryGroup {
	text-align:center;
	float:right;
	font-family:'04b03',sans-serif;
	font-size:1.3em;
	border:2px solid #928167;
	border-radius:5px;
	background-color:rgba(5,5,5,0.8);
	margin:0em 2.5em 0em 2.5em;
	width:100%;
	max-width:21em;
	clear:right;
}