|
uCoz Community Archives Locked Body Background change (designs 882, 915, 981) |
Body Background change |
how do i change the body at my page, back of where news is?
Active thread about design 882: http://forum.ucoz.com/forum/5-6933-1
www.drunkenjesus.net
|
CP -> Customize Design -> CSS -> F3 -> Body -> F3 -> Find the one which you need.
Keep in mind, changing: body {margin:0;padding:0;background:url('http://src.ucoz.ru/t/882/2.gif') #000000;} #contentBlock {width:944px;background:url('http://src.ucoz.ru/t/882/4.gif') repeat-y;} |
Armaros is there a chance to add body (BackGround) for news in 915 design?
If you have time take a look on my site. I dont want to change anything, I just want to add a body on news without remove the logo above. Thanks in Advance. Post edited by L2Shadows - Thursday, 2008-10-09, 7:11 AM
|
Quote (Armaros) L2Shadows, I don't understand your site. Background of entry's? Changing background of all entries is possible in CSS. For single entry, you can use indivisible table to change background. I will explain myself. I want to add a background on the New Entries on Web page. Example with screenshots. In the second image i marked you with blue where i want the background body image to go. |
CP -> Customize Design -> CSS
Quote (How it looks without Change) /* Entries Style */ .eBlock {} .eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#ABD0DA; padding: 0 0 0 18px; background: url('http://src.ucoz.ru/t/915/11.gif') no-repeat;} .eTitle a:link {text-decoration:none; color:#30EBFF;} .eTitle a:visited {text-decoration:none; color:#30EBFF;} .eTitle a:hover {text-decoration:none; color:#FFFFFF;} .eTitle a:active {text-decoration:none; color:#30EBFF;}
Quote (How it must look if you wish to add background at entries) /* Entries Style */ .eBlock {background:url('Your_Background_Image_URL') repeat-y;} .eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#ABD0DA; padding: 0 0 0 18px; background: url('http://src.ucoz.ru/t/915/11.gif') no-repeat;} .eTitle a:link {text-decoration:none; color:#30EBFF;} .eTitle a:visited {text-decoration:none; color:#30EBFF;} .eTitle a:hover {text-decoration:none; color:#FFFFFF;} .eTitle a:active {text-decoration:none; color:#30EBFF;} |
Quote (Armaros) Between entries is default background. To change default background, to how you want, you will have to take same entry image & place it as background but make it be in the center. Than it also will display in areas, at top & bottom, where aren't entries. In other words! i will not do it! :P |
Dartz, Please correct me if i'm wrong.
Hinsmart, If you want to change the body background color. CP-Customize Design - Site pages. Quote <table border="0" cellpadding="5" cellspacing="0" width="100%" style="border:1px solid #E1E1E1;"><tr><td style="background:#FFFFFF;"><!-- <body> -->$CONTENT$<!-- </body> --></td></tr></table> Blue - Body background color. You can set your own values Red - Body border color. You can set your own values. "I don't like to commit myself about heaven and hell - you see, I have friends in both places"
Post edited by Vinothdazzlin - Wednesday, 2009-09-16, 9:12 AM
|
| |||
| |||