|
uCoz Community Archives Locked How do I get rid of the transparent background on pages? |
How do I get rid of the transparent background on pages? |
http://thehideout.ucoz.com/index/3, http://thekennel.ucoz.com/forum/0-0-1-35.
How do I get rid of the transparent background so it's easier to read? A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1 |
Dark__Gamer, for
Quote (Dark__Gamer) http://thekennel.ucoz.com/forum/0-0-1-35 add this: .forumContent {background: YOURCOLOR;} to CSS for Quote (Dark__Gamer) http://thehideout.ucoz.com/index/3, Find this in the templates Code table cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody><tr> <td align="right" width="191" valign="top" style="padding-right:9px;background:url('') right repeat-y;"> ........... </td> <td valign="top" style="padding:10px;"> ........... and change: Code <td valign="top" style="padding:10px;"> Code <td valign="top" style="padding:10px;background: YOURCOLOR;"> |
Do I find that all in the CSS?
A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1 |
Dark__Gamer, If you look at Natasko's post closer she indicates that after
Quote (Natashko) add this: .forumContent {background: YOURCOLOR;} to CSS for she says to find the rest in templates. Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
I have question to OP sites
Quote http://thehideout.ucoz.com/index/3 http://thekennel.ucoz.com/forum/0-0-1-35. How to do static background image while everything else moving? Already when I set as background any wallpaper it multiple copy itself and set one-under-one. Post edited by Yakuza - Wednesday, 2011-06-01, 4:10 PM
|
Wow my site is pure awesome now! Thank you award granted, rep will come in 6 days i promise
Thats great, but let me ask something again to make it perfect. http://imageshack.us/photo/my-images/94/beztytuufqo.jpg/ So I would like to make red marked area named "BG" transparent to see background wallpaper and Shoutbox marked background black (if its not possible it will cover itself with new messages), not like that (showing middle part of background wallpaper) Is it possible without making full transparent site? Added (2011-06-08, 9:42 Am) Post edited by Yakuza - Thursday, 2011-06-02, 3:06 PM
|
Yakuza,
Quote (Yakuza) Thats great, but let me ask something again to make it perfect. http://imageshack.us/photo/my-images/94/beztytuufqo.jpg/ So I would like to make red marked area named "BG" transparent to see background wallpaper and Shoutbox marked background black (if its not possible it will cover itself with new messages), not like that (showing middle part of background wallpaper) Is it possible without making full transparent site? Go to CP->Design->Design management (CSS)->find #contentBlock {width:1020px;margin:0 auto;background:url('/img/content-bg.png') center repeat-y;behavior: url('./js/iepngfix.htc');} substitute background:url('/img/content-bg.png') center repeat-y; with background: none; |
Okay I did it but it looks terrible with my current background. Can I just delete the members list in total?
A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1 |
Dark__Gamer, you can't technically "remove" the members list but you can prevent all (or some) of your user groups from viewing it. If you deselect the ability to Search users in user groups permissions it will restrict users from viewing this page.
Note: This will also prevent users from using the users search function located on the members page and the bottom of profiles. Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Dark__Gamer,
Quote (Dark__Gamer) Okay I did it but it looks terrible with my current background. Can I just delete the members list in total? I might also suggest to use redirect. Embed the redirect code into General appearance of forum pages just after : Code <?if($URI_ID$='forumsMembers')?> <script type="text/javascript"> window.location.replace("http://ucoz.com/"); </script> <?endif?> |
Quote (Natashko) I might also suggest to use redirect. Embed the redirect code into General appearance of forum pages just after : Code <?if($URI_ID$='forumsMembers')?> <script type="text/javascript"> window.location.replace("http://ucoz.com/"); </script> <?endif?> Thank You that worked great. A Naughty Dog Fansite! Check us out maybe even Sign up.
Violation of http://forum.ucoz.com/forum/30-3739-1 |
| |||
| |||