MediaWiki:Theme-Checkerboard.css

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

/*@import url('/index.php?action=raw&ctype=text/css&title=MediaWiki:Themes.css');/*

/* Main page box style */
.mainpage-box {
	background-color: #151d6e;
	border: 3px solid #d53495;
	border-radius: 10px;
	color: #ffffff;
	margin-bottom: 13px;
	padding: 5px;
	width: 100%;
}

/* Main page box style over a header */
.mainpage-box .header {
	font-size: 190%;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: center;
}


.navbox {
    width: 100%;
    background: var(--navbox-bg-color, white);
    color: var(--navbox-text-color, black);
    margin: 1em auto;
    font-size: 84%;
    clear: both;
    padding: 2px;
    border-spacing: 0;
    border: 1px solid #aaa;
}