Difference between revisions of "MediaWiki:Common.css"

From Mario Fan Games Galaxy Wiki
(Image fix maybe)
(Added a few more things)
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;
Line 178: Line 191:
 
  table.nicetable ng {
 
  table.nicetable ng {
 
background-color: #171D92;
 
background-color: #171D92;
 +
}
 +
 +
table.transbar {
 +
background-image: url('/skins/mfggwikiskin/transbar.png');
 +
background-repeat: repeat-y;
 +
border: 2px solid #0A2372;
 +
}
 +
 +
fieldset table {
 +
/* but keep table layouts in forms clean... */
 +
background: none;
 
}
 
}

Revision as of 16:51, 30 April 2022

/* 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 {
	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;
 }

table.lighttable  {
	padding:0px;
	background-color:#000055;
 }
 
 
table.lighttable th {
	background-color: #3E4B96;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
 }
 
  table.lighttable td {
	background-color: #28378C;
	border: 0;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
 }
 
 table.nicetable {
	background-color: #0A2372;
	border:2px solid #0A2372;
	padding:0px;
}
table.nicetable tr {
	border: 0;
 }
 table.nicetable th {
	border: 0;
	background-color: #145DCC;
	background-image: url('/skins/mfggwikiskin/tile_back2.png');
	background-repeat: repeat-x;
	color:#FFEE00;
	padding-left: 4px;
	padding-right: 4px;
 }

 table.nicetable td {
	background-color: #160B3D;
	border: 0;
	padding:1px;
 }
 
 table.nicetable ng {
	background-color: #171D92;
}

 table.transbar {
	background-image: url('/skins/mfggwikiskin/transbar.png');
	background-repeat: repeat-y;
	border: 2px solid #0A2372;
	}

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