MediaWiki:Common.css

From Sherlock Holmes Encyclopaedia
Revision as of 17:55, 30 March 2024 by Darkrai18 (talk | contribs)

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.
#content { background-color: #ffe1cf; }

#mw-content-container {
    background: #fcc8a9;
    border-bottom: solid 4px #00af89;
    background-repeat: no-repeat;
    background-position: center 10em;
    background-size: 100% 100%
}

#mw-content {
    background: #f8f9fa;
    border: solid #eaecf0;
    border-width: 1px 1px 0.2em;
    padding: 1.25em 1.75em;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
    background: #ffe1cf;
    padding: 1em 2em 3em;
}

/********* Portable infobox theme *********/
.portable-infobox {
	--pi-border-color: #754836;
	border: 2px solid #754836;
	border-radius: 8px;
	padding: 6px;
	font-size: 12px;
	background-color: #cfa07c;
	line-height: 1.5;
	width: 20em;
}

.portable-infobox .pi-data,
.portable-infobox .pi-group {
	border: "333333;
}

.portable-infobox .pi-header {
	background-color: #754836;
    text-align: center;
    color: black;
	width: 50em;
}
.portable-infobox .pi-navigation {
	background-color: #bd875e;
    font-size: 12px;
	text-align: center;
    text-color: darkred;
}

.portable-infobox .pi-title {
	background: #754836;
	border: 1px solid;
	border-color: var(--theme-box-border-color-inner);
	border-radius: var(--theme-box-border-radius-inner);
	text-align: center;
}

.portable-infobox .pi-title {
	font-weight: bold;
	font-size: 15px;
	padding: 6px 3px;
	line-height: 1.2;
	text-align: center;
}