Difference between revisions of "MediaWiki:Common.css"

From Mario Fan Games Galaxy Wiki
(Made bluetable more readable)
m (Whoops)
Line 125: Line 125:
 
  }
 
  }
 
   
 
   
  table.bluentable a:visited {
+
  table.bluetable a:visited {
 
color:#9999DD;
 
color:#9999DD;
 
  }
 
  }

Revision as of 17:36, 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:#000000;
 }
 
 table.bluetable a:visited {
	color:#9999DD;
 }

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