Sunday, 14 February 2016 10:22

Modules / Positions

Written by

Modules / Positions

/* make bottom module backgrounds white */
#jsn-content-bottom .jsn-modulescontainer {
    background: #fff;
}

 

/* make menu and footer background purple */
#jsn-header, #jsn-footer {
	background: #162156;
}

 

/* make header background orange */
.jsn-color-orange #jsn-promo {
  background-color: #DC2B02;
}

 

/* make footer background orange */
#jsn-footer {
  background-color: #DC2B02; 
}

 

/* change footer menus to white */
#jsn-footer a {
	color: white;
 }

 

/* Make Module background this color */
div.solid-1 div.jsn-modulecontainer_inner {
	background: #162156;
}

 

/* make header black */
#jsn-headerright-inner {background: black;}

 

/* Reduce border to inner only */
#jsn-header_inner {border: none;}
#jsn-header_inner2 {border-bottom: 1px solid #DDD;}

 

/* remove gap between content and footer */
#jsn-footer {padding: 0px 0px 10px;}

 

/* add padding to the content as it is on the edge */
#jsn-mainbody { padding-left: 10px; padding-right: 10px;}

 

/* corrects login box background - same as jsn uni-form - grey */
.well {background-color: #444444;}

 

/* main content area*/
#jsn-page {
	color:#e4e4e4;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/lancastrian/content-background-strip.png) repeat;
	padding: 0 20px;
}

 

/* main page styling - Black background and gold border */
#jsn-mainbody {
	padding: 10px 10px;
	background-color: black;
	border: 1px solid #DBB054;
}

 

#jsn-content-bottom {
	background: none;
	/*border-top: 1px solid #e4e4e4;*/
	border-top: none;
	padding: 10px 0;
}

 

/* Main Page Content Area */
#jsn-page {
	color:#e4e4e4;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/lancastrian/content-background-strip.png) repeat;
	padding: 0 20px;
}

 

/* main page styling - Black background and gold border - this is the main content DIV */
#jsn-mainbody {
	padding: 10px 10px;
	background-color: black;
	border: 1px solid #DBB054;
}

 

/* Make Header White */
#jsn-header {
    background: #fff none repeat scroll 0 0;
}

 

/* style footer */
#jsn-footer {
	color: #5f5f5f;
	font-size: 12px;
	background: #EFEFEF;
}
#jsn-footer-inner {
	border-top: none;
}

 

Read 1059 times Last modified on Sunday, 14 February 2016 19:59