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

From Team Fortress Wiki
Jump to: navigation, search
(o_O?)
(Last attempt to see if it's the cache or not)
Line 4: Line 4:
 
}
 
}
  
/* .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 {
 
.mp-box {
 
box-sizing : border-box;
 
box-sizing : border-box;
Line 23: Line 12:
 
border : #4f4945 solid 2px;
 
border : #4f4945 solid 2px;
 
float : left;
 
float : left;
 +
color: red;
 
}
 
}
  

Revision as of 11:04, 29 June 2012

#mp-container {
	width: 90%;
	margin: 10px auto;
}

.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;
	color: red;
}

@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; }