Difference between revisions of "MediaWiki:Common.css"

From BBReloaded
Jump to: navigation, search
Line 1: Line 1:
 +
#column-content {
 +
width: 100%;
 +
float: right;
 +
margin: 0 0 .6em -12.2em;
 +
padding: 0;
 +
}
 +
#content {
 +
margin: 2.8em 0 0 12.2em;
 +
padding: 0 1em 1em 1em;
 +
position: relative;
 +
z-index: 2;
 +
}
 +
#column-one {
 +
padding-top: 160px;
 +
}
 +
#content {
 +
background: #4e3f35;
 +
color: black;
 +
border: 1px solid #635348;
 +
border-right: none;
 +
line-height: 1.5em;
 +
}
 +
 
a {
 
a {
 
color: #ff9540;
 
color: #ff9540;
 
}
 
}

Revision as of 11:06, 12 October 2015

#column-content {
	width: 100%;
	float: right;
	margin: 0 0 .6em -12.2em;
	padding: 0;
}
#content {
	margin: 2.8em 0 0 12.2em;
	padding: 0 1em 1em 1em;
	position: relative;
	z-index: 2;
}
#column-one {
	padding-top: 160px;
}
#content {
	background: #4e3f35;
	color: black;
	border: 1px solid #635348;
	border-right: none;
	line-height: 1.5em;
}

a {
	color: #ff9540;
}