Difference between revisions of "MediaWiki:Vector.css"

From Neal's Wiki
Jump to: navigation, search
Line 28: Line 28:
 
height: 5em;
 
height: 5em;
 
background-color: none;
 
background-color: none;
/* @embed */
 
 
background-image: none;
 
background-image: none;
background-repeat: repeat-x;
 
 
}
 
}
 +
 
#mw-head-base {
 
#mw-head-base {
 
margin-top: -5em;
 
margin-top: -5em;
 
margin-left: 10em;
 
margin-left: 10em;
 
height: 5em;
 
height: 5em;
/* @embed */
 
 
background-image: url(images/border.png);
 
background-image: url(images/border.png);
 
background-position: bottom left;
 
background-position: bottom left;
Line 45: Line 43:
 
top: 0;
 
top: 0;
 
right: 0;
 
right: 0;
width: 100%;
+
width: 80%;
 
}
 
}
 
div#mw-head h5 {
 
div#mw-head h5 {

Revision as of 19:56, 4 February 2014

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1em;
}

body {
	background-color: #afa17a;
	background-image: url(images/7/79/Bgbottom.jpg);
	background-repeat: repeat-x;
}

/* Content */
div#content {
	margin-left: 10em;
	padding: 1em;
	background-image: url(images/c/ca/Bgtop.jpg);
	background-repeat: repeat-x;
	background-color: #c4c8d8;
	color: black;
	direction: ltr;
}

/* Head */
#mw-page-base {
	height: 5em;
	background-color: none;
	background-image: none;
}

#mw-head-base {
	margin-top: -5em;
	margin-left: 10em;
	height: 5em;
	background-image: url(images/border.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
div#mw-head {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
}
div#mw-head h5 {
	margin: 0;
	padding: 0;
}