User:WindPower/Main Page/Page.css

From Team Fortress Wiki
< User:WindPower‎ | Main Page
Revision as of 07:20, 28 January 2012 by WindPower (talk | contribs) (Created page with "#mp-container { width: 90%; margin: 10px auto; } .mp-box { width: 40%; float: left; margin: 10px 5% 10px 5%; background: #eeeeee; border: 2px solid #dddddd; padding: 8px...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#mp-container {
	width: 90%;
	margin: 10px auto;
}

.mp-box {
	width: 40%;
	float: left;
	margin: 10px 5% 10px 5%;
	background: #eeeeee;
	border: 2px solid #dddddd;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width : 640px),
only screen and (max-device-width : 640px){
	.mp-box {
		width: 100%;
	}
}