Difference between revisions of "MediaWiki:Common.css"

From Mario Fan Games Galaxy Wiki
(Deleted some stuff that I maybe don't want)
(Removed some more mfggwikiskin-specific stuff)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
table {
 
font-size: 100%;
 
color: #B6CAFF;
 
/* we don't want the bottom borders of <h2>s to be visible through
 
  floated tables */
 
background-color: #160B3D;
 
border:2px solid #0A2372;
 
padding: 0px;
 
}
 
 
table th {
 
background-color: #171D92;
 
}
 
 
table.redtable {
 
table.redtable {
 
background-color: #C70000;
 
background-color: #C70000;

Revision as of 17:23, 30 April 2022

/* CSS placed here will be applied to all skins */
table.redtable {
	background-color: #C70000;
	border:2px solid #990000;
	padding:0px;
	color:#FFFFFF;
}
table.redtable th {
	background-color: #E43D3D;
	border: 0;
	color:#FFFFFF;
 }
table.redtable tr {
	border: 0;
 }

table.redtable td {
	background-color: #660000;
	border: 0;
	padding:2px;
	background-image: url('/skins/mfggwikiskin/redbg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
 }
 
table.redtable a:link {
	color:#FFBBBB;
 }
 
table.yellowtable {
	background-color: #FFEE00;
	border:2px solid #EECD00;
	padding:0px;
	color:#000000;
	
}
table.yellowtable th {
	background-color: #FFF000;
	border: 0;
	color:#000000;
 }
table.yellowtable tr {
	border: 0;
 }

table.yellowtable td {
	background-color: #D0B900;
	border: 0;
	padding:2px;
	background-image: url('/skins/mfggwikiskin/yellowbg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
 }
 
table.yellowtable a:link {
	color:#886600;
 }
 
table.yellowtable a:visited {
	color:#664400;
 }
 
table.greentable {
	background-color: #00AA00;
	border:2px solid #009900;
	padding:0px;
	color:#FFFFFF;
	
}
table.greentable th {
	background-color: #00CC00;
	border: 0;
	color:#FFFFFF;
 }
table.greentable tr {
	border: 0;
 }

table.greentable td {
	background-color: #008800;
	border: 0;
	padding:2px;
	background-image: url('/skins/mfggwikiskin/greenbg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
 
 }
table.greentable a:link {
	color:#BBFFBB;
 }
 
table.greentable a:visited {
	color:#99DD99;
 }
 
table.bluetable {
	background-color: #2222DD;
	border:2px solid #2222DD;
	padding:0px;
	color:#FFFFFF;

	
}
table.bluetable th {
	background-color: #3333EE;
	border: 0;
	color:#FFFFFF;
 }

table.bluetable tr {
	border: 0;
 }

table.bluetable td {
	background-color: #1111AA;
	border: 0;
	padding:2px;
	background-image: url('/skins/mfggwikiskin/bluebg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
 }
 
table.bluetable a:link {
	color:#BBBBFF;
 }
 
 table.bluentable a:visited {
	color:#9999DD;
 }

fieldset table {
	/* but keep table layouts in forms clean... */
	background: none;
}