Difference between revisions of "User:Sagittaeri/monobook.css"

From Mushpedia
Jump to: navigation, search
Line 27: Line 27:
 
}
 
}
  
/*
 
 
div#footer {
 
div#footer {
 
background-color: white; /* change this to whatever color eventually */
 
background-color: white; /* change this to whatever color eventually */
Line 37: Line 36:
 
font-size: 90%;
 
font-size: 90%;
 
}
 
}
*/
 

Revision as of 05:58, 5 January 2014

body { background: url(http://mushpedia.com/images/5/5a/Spacebg2.jpg) no-repeat;
background-attachment:fixed; } 


/* darker purple for menu headers */
#p-cactions ul li a  #p-nav,#p-search,#p-tb,#footer,#p-navigation { background: #b3a7f2; }

/* lighter purple */
.pBody { background: #d9d3f8; } /* main nav menu area */
#bodyContent { background: #d9d3f8; }  /* main content area */

/* even lighter purple */
#globalWrapper #content, #content table { background: #efedfc; }

/* opacity  
#content, #content table
#p-cactions ul li a  #p-nav,#p-search,#p-tb,#footer,#p-navigation { opacity:0.9; } */



/* makes the main content area smaller */
div#globalWrapper {
	font-size: 127%;
	width: 90%;
	margin: 0;
	padding: 0;
}

div#footer {
	background-color: white; /* change this to whatever color eventually */
	border-top: 1px solid #fabd23; /* change these to better colors eventually */
	border-bottom: 1px solid #fabd23;
	margin: .6em 0 1em 13.5em;
	padding: .4em 0 1.2em 0;
	text-align: center;
	font-size: 90%;
}