MediaWiki:Common.css

From Chronicles of Eternia
Revision as of 04:25, 13 November 2021 by Theori (talk | contribs) (Undo revision 8983 by Chance (talk))
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
body #mw-head {
	background-image: url( https://i.imgur.com/taCA1QK.jpg);
	background-repeat: no-repeat;
background-color: #2A3137;
	}
body {
	background-image: url( https://i.imgur.com/taCA1QK.jpg);
	background-repeat: no-repeat;
  background-color: #2A3137;
}

div.vectorTabs {
border-right: 10px solid transparent;
border-top: 3px solid transparent;
border-left: 10px solid transparent;
}

.mw-body {
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
border-image: url(https://chronicles-of-esshar.com/lore/images/f/fd/Borderbox.jpg) 30 round;
}

div#mw-panel div.portal h3 {
color: #e2e2e2;
}

div#mw-panel div.portal div.body ul li a, #p-personal a, #p-persona a:visited, div.vectorMenu h3 span {
color: #7c9fbf;
}

div#mw-panel div.portal div.body ul li a:visited {
color: #bfd3db;
}

#footer a {
color: #7c9fbf;
}





/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}

/* not strictly certain these styles are necessary
 * just replicating the module faithfully
 */
.infobox-subbox {
	padding: 0;
	border: none;
	margin: -3px;
	width: auto;
	min-width: 100%;
	font-size: 100%;
	clear: none;
	float: none;
	background-color: transparent;
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* remove .infobox when th, td above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* remove .infobox when th, td above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* remove .infobox when th, td above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}

.infobox.bordered {
	border-collapse: collapse;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

/* styles for bordered infobox with merged rows */
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #a2a9b1;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
	font-weight: normal;
	/* @noflip */
	text-align: left;
}

/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
	/* @noflip */
	text-align: left;
}

/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
	text-align: inherit;
}

/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
table.mw-hiero-table td {
	vertical-align: middle;
}

/* Change the external link icon to an Adobe icon for all PDF files */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
	/* @noflip */
	padding-right: 18px;
}


/* Pivot Restyling */
.subheader {
line-height: 1.35em;
color: #c84e25 !important;
font-weight: normal;
margin-top: 0.75rem;
margin-bottom: 0.5rem;
background-color: #fffcf2;
padding: 12px 15px 8px 0px;
}

div.tabs-content div.content > p {
    color: #fffcf2 !important;
}

.tabs-content {
margin-bottom: 1.5rem;
width: 100%;
background: #474440;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

.CategoryTreeToggle {
color: #c84e25;
}

.CategoryTreeEmptyBullet {
color: #666;
}

/* INFOBOX STYLING, CARGO */
.infobox {
	float: right;
	/*border: 2px solid #242422;*/
	background-color: #fffcf2;
	color: #000;
	margin: 2px 0 2rem 2rem;
	clear: left;
	text-align: left;
	font-size: 88%;
	line-height: 1.5em;
	width: 23em;
	border-spacing:0;
}
		
.infobox-title, .infobox-footer {
	text-align: center;
	color: #fffcf2;
	font-family: 'Metamorphous',serif;
	background-color: #deb975;
	font-size:1.25rem;
	padding:10px 15px;
	display:block;
	max-width:100%;
	font-weight:normal;
}

.infobox-title a, .infobox-title a:visited, .infobox-footer a, .infobox-footer a:visited {
    color: #242422 !important;
    }
		
.infobox-image {
    text-align: center;
    padding: 0;
    margin-top: 8px;
}

.infobox-caption {
	font-size:.85em; background:#fffcf2; color:#474440; width:100%;padding:10px; text-align:center;
}

.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: middle;
}

.infobox td.row_summary {
	font-weight: normal;
    padding: 15px 15px;
    line-height: 1.5em;
}

.infobox table tr th, table tr td {
font-size: 0.9rem;
padding: .25rem .5rem;
text-align: left;
}
		
table tr th.row_header {
color: #fffcf2;
font-family: 'Metamorphous',serif;
background-color: #deb975;
font-size:1.15em;
padding:10px 0px;
text-align: center !important;
}

table tr th.infobox-label{
text-align: left;
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
line-height: 1.25em;
color: #deb975;
background-color:#474440;
vertical-align: middle;
width:47%;
}