Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #997 goes here! (Design, Template 997) |
Everything about design #997 goes here! |
Recently I switched to a new design, now my new one is #997
I didnt like the fact that there is no background for entries (load, news, blog etc), how can I add one? The problem is that there is no image that I could replace, but adding hex color doesnt fits my needs... I though that this will work, but it doesnt: Code /* General Style */ body {background:url('http://forum.ucoz.com/12.gif');padding:0px;margin:0px;} #footer {background:url('http://forum.ucoz.com/12.gif');} To be shorter, how can I change my current no-background to the one like in this forum? Thanks a lot! Attachments:
0797660.png
(231.9 Kb)
|
Well, it doesnt works... I already tried it before & I tried it once again now... Still nothing changes, white background stays...
Now my code is:
Code /* Entries Style */ .eBlock background:url('http://forum.ucoz.com/12.gif'); .eTitle {font-family:Arial,Sans-Serif;font-size:12px;font-weight:bold;color:#518EAD; padding: 0 0 0 10px;border-left:5px solid #4491D7;} .eMessage {text-align:justify;padding-bottom:5px;} .eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #DDDDDD;} .textHr {color:#DDDDDD;height:1px;border:1px solid #DDDDDD;} ...and so on |
From:
.eBlock {background:url('/.s/t/997/8.gif') top repeat-x #FFFFFF; border:1px solid #DEDEDE;padding:10px 5px 5px 5px;} To: [... With uCoz since December 2 2007 ...]
|
Hey, I just had to add ''.eBlock {background:url('http://forum.ucoz.com/12.gif'); border:1px solid #DEDEDE;padding:10px 5px 5px 5px;}'' to ''/* General Style */''
Code /* General Style */ .eBlock {background:url('http://forum.ucoz.com/12.gif'); border:1px solid #DEDEDE;padding:10px 5px 5px 5px;} a:link {text-decoration:none; color:#518EAD;} a:active {text-decoration:none; color:#518EAD;} a:visited {text-decoration:none; color:#518EAD;} nice! Thanks so much! Added (2010-02-12, 7:45 Am) Thanks! |
Okay. At ''file catalog'' I have $categories$ in the middle of file catalog's main page. And it is showing my current categories, for examlpe this one:
And it is just too small, I mean font size of ''GAMES''. I'd lake to modify the size and add ''bold'' to it. Is it even possible?
oh, and another quick thing (a bit offtopic)... If I purchase extra HDD space on ucoz (for example +800mb) and I fill it up, so that I dont have any free space left. And what happens if I dont renew my payment next month? Will I lose all my files? Attachments:
0758716.png
(0.6 Kb)
Post edited by redpepper007 - Friday, 2010-02-12, 3:10 PM
|
For categories, read last post in here: http://forum.ucoz.com/forum/9-2441-20987-16-1234532405
Quote (redpepper007) oh, and another quick thing (a bit offtopic)... If I purchase extra HDD space on ucoz (for example +800mb) and I fill it up, so that I dont have any free space left. And what happens if I dont renew my payment next month? Will I lose all my files? [... With uCoz since December 2 2007 ...]
|
Thanks, exactly what I needed! You are the best!
|
Hi,
How do I change the graphics in the left hand nav? From the code, I know they use 3.gif, but I can't find where to replace them on the Site Pages templates. Thanks, Poch Attachments:
4416056.gif
(14.4 Kb)
Post edited by Poch - Thursday, 2010-11-25, 2:30 PM
|
Hey ^^ am using the template #997, i cant seem to change the width of my left side blocks
my site is http://anigopsp.ucoz.com/ see how the left side is small and has a gap how can i Change the width? to match my chatbox ? |
Currently when you click into the design of the first container it shows all your blocks set out as tables. If you change all the table widths to 230 as shown below it will make them the same size as your chat-box.
Before:
Code <table border="0" cellpadding="0" cellspacing="1" style="background:#BCBCBC;margin-bottom:1px;" width="175"> After:
Code <table border="0" cellpadding="0" cellspacing="1" style="background:#BCBCBC;margin-bottom:1px;" width="230"> Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||