MediaWiki:Common.css

From TestWiki
Revision as of 15:48, 19 July 2019 by Reception123 (talk | contribs) (testing)

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 */
body.rootpage-Miraheze.action-view h1.firstHeading, body.rootpage-Miraheze.action-submit h1.firstHeading { display: none; }

/* Used by Template:Notice */
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #FCF7E3;
    margin: 4px auto;
}
.messagebox.warn {
    border: 1px solid #FF0000;
    background-color: #FFD9D9;
    margin: 4px auto;
}
.messagebox.info {
    border: 1px solid #003D8C;
    background-color: #EBFEFF;
    margin: 4px auto;
}
.messagebox.valid {
    border: 1px solid #002E01;
    background-color: #D9FFD9;
    margin: 4px auto;
}
.messagebox.createwikiprotect {
    border: 1px solid #FF0066;
    background-color: #FFE0ED;
    margin: 4px auto;
}
.messagebox.archive {
    border: 1px solid #331A00;
    background-color: #F0EBE6;
    margin: 4px auto;
}
.mw-charinsert-buttons {
	margin-top: 10px;
	border: 1px solid #aaaaaa;
	padding: 1px;
	text-align: center;
	font-size: 110%;
}
.mw-charinsert-buttons a {
	color: black;
	background-color: #cde !important;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	border: thin #069 outset;
	padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}
.client-js .mw-edittools-section {
	display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
	font-size: 0.9em;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
}
/* User block messages */
div.user-block {
    padding: 5px;
    margin-bottom: 0.5em;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #a2a9b1;
    background: #f8f9fa;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f8f9fa;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* For template documentation */
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #a2a9b1;
	background-color: #ecfcf4;
	padding: 1em;
}