primary banner css
/*
*************************************************
* Provides css for primary banner
* prefix: pb-
* uses a widget for the middle textual add
* updated with social div
*
* Related files
* **************
* this css file: /item/4602
* widget tempate for text: 4600
*
*************************************************
*/
.title-header-div
{
height:73px;
min-width:1200px;
background:rgb(230,161,16);
}
.title-div-shell
{
//border:2px green solid;
margin:4px;
height:65px;
}
/*
*************************************************
* Image
*************************************************
*/
.title-image-div-shell
{
background:white;
float:left;
width:280;
}
#mainImageId
{
margin-left:10px;
margin-top:5px;
//border:1px solid green;
}
.title-social-div-shell
{
float:left;
height:65px;
display:none;
}
/*
*************************************************
* My ad div styles
*************************************************
*/
.title-ad-div-shell
{
float:right;
height:65px;
display:none;
}
/*
*************************************************
* google add div styles
*************************************************
*/
.title-google-ad-div-shell
{
width:470;
float:right;
}
|