/*********************************************************************
* These are just a few of the HTML elements on the widget homepage.
* Simply view the HTML source to find other elements that
* can be styled using CSS.
*********************************************************************/
#header, #footer, #tabShare, #tabAbout{
display: none;
}
#content {
border: 2px solid #666;
margin-top: 25px;
}
#container, body {
background: #000;
}
#rightbg, #leftbg {
display: none;
}
/*** Widget Summary Outer Div ***/
#cs_whp-about {
}
/*** Widget Outer Div ***/
#cs_whp-widget {
text-align: center;
}
/*** Widget Share Services Outer Div ***/
#cs_whp-share {
display: none;/* turns off share services display box */
}
/*** Widget Comments Outer Div ***/
#cs_whp-commentsbox {
display: none;/* turns off comments display */
}
/*** Widget Title ***/
.widget-title {
color: #102345;/* change title color */
font-size: 40px;/* change title font size */
font-weight: bolder;
}