User:MogDog66/MPR/Page.css

From Team Fortress Wiki
< User:MogDog66‎ | MPR
Revision as of 10:54, 29 June 2012 by MogDog66 (talk | contribs)
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;
}

/* .NOPE-mp-box {
	width: 40%;
	float: left;
	/* margin: 10px 2% 10px 2%; */
	background: #f4f3f3;
	border: 2px solid #4f4945;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} */

.mp-box{ box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:50%;
	padding:8px;
	border: 2px solid #4f4945;
	float:left; }

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

.content-container { background:url('http://dyne.biringa.com/Wiki_Images/container%20gradient.png') bottom repeat-x; }