24,382 ARTICLES
ON THIS WIKI

MediaWiki:Mmwiki.css

Revision as of 11:04, 15 April 2016 by RZR0 (talk | contribs) (RZR0 moved page MediaWiki:MMWiki.css to MediaWiki:Mmwiki.css without leaving a redirect)

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Infobox classes */

.infobox th {
	padding: 0 !important;
}

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

.infobox .infobox-caption {
	size: small;
	font-style: italic;
}

.infobox .infobox-infoname {
	text-align: left;
	font-weight: bold;
}

.infobox .infobox-infovalue {
	text-align: right;
}

/* fix textured TOC header background */
#toctitle h2 {
	background-color: transparent !important;
	box-shadow: none;
}

/* Clear headers so they do not float around things before them */
#content_body h2 {
	clear: left;
}

/* apply correct colors to SMW factboxes */
table.smwb-factbox tr, table.smwb-factbox td, 
table.smwb-ifactbox tr, table.smwb-ifactbox td {
	background-color: #111;
	border-color: #111;
}

table.smwb-factbox th, table.smwb-factbox tr.smwb-title td, table.smwb-ifactbox th {
	border-color: #111;
}

table.smwb-factbox th, table.smwb-factbox tr.smwb-title td, 
table.smwb-factbox tr.smwb-center td, table.smwb-ifactbox th {
	background-color: #333;
}

table.smwb-factbox {
	border-left-color: #333;
}

table.smwb-ifactbox {
	border-right-color: #333;
}

/* Semantic MediaWiki */
#smw-form-editpage-help {
	display: none;
}

.smw-editpage-help {
	background: #292929;
	border: 1px solid #383838;
}

/* Editor */
.wikiEditor-ui .wikiEditor-ui-view {
	border: none;
}

.wikiEditor-ui-toolbar .sections .section {
	background-color: #191919;
}

.wikiEditor-ui-toolbar .group {
	border-right: 1px solid #393939;
}

.wikiEditor-ui-toolbar .group .tool-select .menu .options,
.wikiEditor-ui-toolbar .group .tool-select .label {
	background-color: #292929;
	color: rgb(188, 188, 188) !important;
}

.wikiEditor-ui-toolbar .group .tool-select .menu .options .option {
	color: rgb(188, 188, 188) !important;
}

.wikiEditor-ui-toolbar .group .tool-select .menu .options {
	border-color: #686868;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}

.wikiEditor-ui-toolbar .group .tool-select {
	background-color: #292929;
	border: 1px solid #686868;
}

/* Recent changes */
.mw-changeslist-legend {
	border: 1px solid #393939;
}