MyBB Community Forums

Full Version: Background not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
body {
	background: #171b1d	url(images/revolution/bg.png) repeat;
	color: #969696;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	overflow-y: scroll;
    text-shadow: 1px 1px 0px #0d0d0d;
}

.stpc {
	background: #181818;
   -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px 1px #262626;
    -moz-box-shadow: inset 0 0 1px 1px #262626;
     box-shadow: inset 0 0 1px 1px #262626;
     border: #101010 1px solid;
}


whats wrong here ?

visit : forum.rectergaming.com
Background is working for me. Clear the cache of your browser (CTRL + F5)