User:Megadardery/vector.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with "body { background: #BEE1EE; } #content { background: #d4e6ea url(/images/e/e7/Wingcap.png) repeat; color: black; }")
 
mNo edit summary
Line 3: Line 3:
}
}
#content {
#content {
background: #d4e6ea url(/images/e/e7/Wingcap.png) repeat;
background: #BEE1EE url(/images/e/e7/Wingcap.png) repeat;
color: black;
color: black;
  }
  }
div.thumb div { color:#000;background:#BEE1EE; }

Revision as of 06:56, September 17, 2013

body {
background: #BEE1EE;
}
#content {
	background: #BEE1EE url(/images/e/e7/Wingcap.png) repeat;
	color: black;
 }
div.thumb div { color:#000;background:#BEE1EE; }