Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #997 goes here! (Design, Template 997)
Everything about design #997 goes here!
Firebox1
Posts: 33
Reputation: 0

Message # 16 | 4:01 PM
girl!

thx alot

Award + for you angel

redpepper007
Posts: 25
Reputation: 0

Message # 17 | 5:05 AM
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)
Dartz
Posts: 1931

Message # 18 | 9:22 AM
redpepper007, to have it over whole entry you would have to lose title image.

CSS:
.eBlock

Modify:
background:url('/.s/t/997/8.gif') top repeat-x #FFFFFF;

To this:
background:url('http://forum.ucoz.com/12.gif');


[... With uCoz since December 2 2007 ...]
redpepper007
Posts: 25
Reputation: 0

Message # 19 | 2:33 PM
Well, it doesnt works... I already tried it before & I tried it once again now... Still nothing changes, white background stays... sad

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
Dartz
Posts: 1931

Message # 20 | 5:33 PM
From:
.eBlock {background:url('/.s/t/997/8.gif') top repeat-x #FFFFFF; border:1px solid #DEDEDE;padding:10px 5px 5px 5px;}

To:
.eBlock {background:url('http://forum.ucoz.com/12.gif'); border:1px solid #DEDEDE;padding:10px 5px 5px 5px;}


[... With uCoz since December 2 2007 ...]
redpepper007
Posts: 25
Reputation: 0

Message # 21 | 1:45 PM
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 */'' biggrin

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! smile

Added (2010-02-12, 7:45 Am)
---------------------------------------------
Okay, got another question - how can I modify the design of $CATEGORIES$ ? Cant find anything associated with categories in CSS. All I'd like to do is to change font size, maybe add bold...

Thanks!

Dartz
Posts: 1931

Message # 22 | 2:05 PM
Quote (redpepper007)
All I'd like to do is to change font size, maybe add bold...
To entries? To title? To rating? Be specific and don't say all.

[... With uCoz since December 2 2007 ...]
redpepper007
Posts: 25
Reputation: 0

Message # 23 | 2:43 PM
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
Dartz
Posts: 1931

Message # 24 | 10:30 AM
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?
No, you simply wont be able to add anything or do anything or change anything.

[... With uCoz since December 2 2007 ...]
redpepper007
Posts: 25
Reputation: 0

Message # 25 | 6:05 PM
Thanks, exactly what I needed! smile You are the best!
Poch
Posts: 3
Reputation: 0

Message # 26 | 2:29 PM
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
CodeResolution
Posts: 1570
Reputation: 58

Message # 27 | 4:10 PM
You can change it here:
Control Panel (CP) -> Design Customization -> The first container

Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
Poch
Posts: 3
Reputation: 0

Message # 28 | 4:23 PM
Yey! Thanks bro! smile it works!
Ookami
Posts: 31
Reputation: 0

Message # 29 | 11:01 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 ?
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 30 | 2:51 AM
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.
uCoz Community » For Webmasters » Design Customization » Everything about design #997 goes here! (Design, Template 997)
Search: