Difference between revisions of "User:MogDog66/MPR/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
(o_O?)
Line 15: Line 15:
 
box-sizing: border-box;
 
box-sizing: border-box;
 
} */
 
} */
 
+
.mp-box {
.mp-box{ box-sizing:border-box;
+
box-sizing : border-box;
-moz-box-sizing:border-box; /* Firefox */
+
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box; /* Safari */
+
-webkit-box-sizing:border-box;
width:50%;
+
width : 50%;
padding:8px;
+
padding : 8px;
border: 2px solid #4f4945;
+
border : #4f4945 solid 2px;
float:left; }
+
float : left;
 +
}
  
 
@media only screen and (max-width : 640px),
 
@media only screen and (max-width : 640px),

Revision as of 11:00, 29 June 2012

#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;
	-webkit-box-sizing:border-box;
	width : 50%;
	padding : 8px;
	border : #4f4945 solid 2px;
	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; }