MediaWiki:Common.css

From The Binding of Isaac Lost and Forgotten Wiki
Jump to navigation Jump to search

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.
/* Removes the discussion header at the top of a page */
#ca-talk {
    display: none !important;
}

/********************
/* Portable infobox *
/********************/
.portable-infobox {
	border      : 30px solid;
	border-image: url( https://tboilostandforgotten.wiki.gg/images/4/4e/Infobox_Paper.png ) 30 fill round;
	text-align  : center;
	background  : none;
	border-bottom-color: #6F5B6E;
    border-color: #BB97BF;
    color: #FFFFFF;
}

/*should center the monster infobox stats*/
table {
    display: table;
    white-space: normal;
}

/* automatic line breaks for tables */
.table, .wikitable, .article-table
{
  display: inline-table;
  overflow-x: auto;
  white-space: normal;
}

/* Force all images to have crisp edges when scaled up */
img { 
  image-rendering:optimizeSpeed;             /* Legal fallback */
  image-rendering:-moz-crisp-edges;          /* Firefox        */
  image-rendering:-o-crisp-edges;            /* Opera          */
  image-rendering:-webkit-optimize-contrast; /* Safari         */
  image-rendering:optimize-contrast;         /* CSS3 Proposed  */
  -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
  image-rendering:pixelated;                 /* Chrome         */
}

body {
	background: url(/images/d/de/Site_background.jpg) no-repeat center center fixed;
	background-size: cover;
}

#mw-page-base {
	background: none;
}

/* Sidebar link colors */
.vector-menu-portal .vector-menu-content li a,
.vector-menu-portal .vector-menu-content li a:visited { 
    color: #FFFFFF; 
}
/* adds the words naviagtion to the top of the sidebar */
#mw-panel #p-logo+.portal .vector-menu-heading{
	display:block;
}