Main Panel
1 | #mainPanel { padding: 10px 0px 0px 0px; margin: 4px 4px 0 4px; background-color: #FFFFFF; } |
1 | div.welcomeImage { width: 495px; height:187px; background:#FFFFFF url(images/image.jpg) no-repeat; } |
Also check or modify this(below) class for multiple images as background
1 | td.welcomeImage { width: 495px ;/* background:#FFFFFF url(images/background.gif) repeat-x; */} |
1 | .welcomeText{/*background:#f7f7ef url(images/WelcomeTextBg.gif) repeat-x top;*/ color: #52514f font-size:11px; font-weight: 500;font: Verdana, Arial, Helvetica, sans-serif; margin: 0; } |
1 | #mainPanel .section .header {background: url(images/Feature_product_bg.gif) repeat-x; height:29px; line-height:24px; padding: 0 5px 0 4px;margin:0; } |
1 | div.pageHeader H1{background: url(images/header_icon_mid.gif) no-repeat 0 0; font-size: 12px; color: #000000; padding: 0; margin: 0;font-weight:bold; line-height:35px; text-indent:20px; border:0; } |
1 | td.thumbnail{/*background: #FFFFFF url(images/thumbnailTdBg.gif) no-repeat left top;*/ border-right:0; text-align:center; height:151px;/*padding-left:6px; padding-right:6px; */ width: 35%; vertical-align: middle; border:1px solid #e4e4e4;} |
1 | td.details{ padding-left:10px; padding-right:5px; padding-top:10px; padding-bottom:5px; text-align: left; vertical-align:text-top;/* border:solid 1px #FFFFFF;*/} |
There, the Main panel is done.