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

From Mushpedia
Jump to: navigation, search
Line 5: Line 5:
 
/* darker purple for menu headers */
 
/* darker purple for menu headers */
 
#p-cactions ul li a  #p-nav,#p-search,#p-tb,#footer,#p-navigation { background: #b3a7f2; }
 
#p-cactions ul li a  #p-nav,#p-search,#p-tb,#footer,#p-navigation { background: #b3a7f2; }
 +
#p-cactions ul li a #p-nav, #p-search, #p-tb, #footer, #p-navigation { background: rgba(179, 167, 242, .7); }
  
/* lighter purple */
+
/* light purple for main content and side menus */
.pBody { background: #d9d3f8; } /* main nav menu area */
+
#globalWrapper #content, #content table, .pBody { background: #d9d3f8; }
#bodyContent { background: #d9d3f8; } /* main content area */
+
#globalWrapper #content, #content table, .pBody { background: rgba(217, 211, 248, 0.7); }
  
 
/* even lighter purple */
 
/* even lighter purple */
#globalWrapper #content, #content table { background: #efedfc; }
+
#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; } */
+
 
+
  
 +
/* slight transparency to highlight main content */
 +
#p-cactions ul li a #p-nav, #p-search, #p-tb, #footer, #p-navigation { opacity: 0.9; }
  
 
/* makes the main content area smaller */
 
/* makes the main content area smaller */
Line 31: Line 29:
 
border-top: 1px solid #fabd23; /* change these to better colors eventually */
 
border-top: 1px solid #fabd23; /* change these to better colors eventually */
 
border-bottom: 1px solid #fabd23;
 
border-bottom: 1px solid #fabd23;
margin: .6em 0 1em 13.5em;
+
margin: .6em 0 .6em 0; /* placement fix */
 
padding: .4em 0 1.2em 0;
 
padding: .4em 0 1.2em 0;
 
text-align: center;
 
text-align: center;
 
font-size: 90%;
 
font-size: 90%;
 +
float: right; width: 87.3%;  /* placement fix */
 
}
 
}
 +
 +
/* things to fix footer placement on short pages */
 +
.visualClear { clear: none; }
 +
div#column-one { float: left; }
 +
 +
/* curved edges */
 +
#footer { border-radius: 10px 10px 10px 10px; }
 +
.portlet { border-radius: 10px 10px 10px 10px; }
 +
#content { border-radius: 0 30px 30px 30px; }

Revision as of 13:27, 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; }
#p-cactions ul li a #p-nav, #p-search, #p-tb, #footer, #p-navigation { background: rgba(179, 167, 242, .7); }

/* light purple for main content and side menus */
#globalWrapper #content, #content table, .pBody { background: #d9d3f8; }
#globalWrapper #content, #content table, .pBody { background: rgba(217, 211, 248, 0.7); }

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

/* slight transparency to highlight main content */
#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 .6em 0;  /* placement fix */
	padding: .4em 0 1.2em 0;
	text-align: center;
	font-size: 90%;
 float: right; width: 87.3%;  /* placement fix */
}

/* things to fix footer placement on short pages */
.visualClear { clear: none; }
div#column-one { float: left; }

/* curved edges */
#footer { border-radius: 10px 10px 10px 10px; }
.portlet { border-radius: 10px 10px 10px 10px; }
#content { border-radius: 0 30px 30px 30px; }