• Page 1 of 3
  • 1
  • 2
  • 3
  • »
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #835 goes here
Everything about design #835 goes here
ZX0
Posts: 8
Reputation: 1

Message # 1 | 1:53 PM
-First off, i would like to know how to change the banner..

-how to change footer

-i also want to get rid of that ucoz symbol in the tab space, and replace it with something i would like..
-would also like to say 'Connect-Life' all the time, rather than fixing according to the page in the site.
Link: http://i41.tinypic.com/5nkozp.jpg

-changing the color of the font in the user groups.

-changing type of font in threads, and posts.

-removing/changing stat icon, and online icon.
Link: http://i39.tinypic.com/2poo6tl.jpg

-changing the color of site menu items.

-moving the forum menu down to the first block, and adding more sections to it.
Link: http://i41.tinypic.com/xqe0as.jpg

there are also 2 thread icon guides at the bottom..
i want to get rid of the one at the right side.
Link: http://i43.tinypic.com/2nq4qdz.jpg

-changing the bar/line that separates the forum post from signature
Post edited by ZX0 - Saturday, 2010-03-20, 3:23 PM
Dartz
Posts: 1931

Message # 2 | 5:24 PM
Quote (ZX0)
-First off, i would like to know how to change the banner..

CP -> Customize Design -> CSS

Remove:
background:url('/.s/t/835/2.gif') repeat-x #E2E2E2;

Replace:
#header {height:250px;background:url('/.s/t/835/3.jpg') no-repeat;text-align:left;}


Quote (ZX0)
-how to change footer

CP -> Customize Design -> CSS.

Modify:
#footer {background:url('/.s/t/835/1.jpg') top right no-repeat #919191;text-align:right;padding:20px;font-size:90%;}
#footer a:link {text-decoration:underline; color:#EEEEEE;}
#footer a:active {text-decoration:underline; color:#EEEEEE;}
#footer a:visited {text-decoration:underline; color:#EEEEEE;}
#footer a:hover {text-decoration:none; color:#FFFFFF;}


Quote (ZX0)
-i also want to get rid of that ucoz symbol in the tab space, and replace it with something i would like..
Favicon: http://forum.ucoz.com/forum/6-6836-1


Quote (ZX0)
-would also like to say 'Connect-Life' all the time, rather than fixing according to the page in the site.
Be specific. If at header then builder: http://forum.ucoz.com/forum/5-5862-1


Quote (ZX0)
-changing the color of the font in the user groups.
Be specific, where 'user groups' display?


Quote (ZX0)
-changing type of font in threads, and posts.
Use this method: http://forum.ucoz.com/forum/9-2441-20987-16-1234532405


Quote (ZX0)
-removing/changing stat icon, and online icon.
Forum icons: http://forum.ucoz.com/forum/36-2525-1


Quote (ZX0)
-changing the color of site menu items.
CP -> Customize Design -> CSS.

Modify: Everything below /* Site Menus */


Quote (ZX0)
-moving the forum menu down to the first block, and adding more sections to it.
By default it's already on the yellow line. To add more, you will have to
modify yourself: CP -> Customize Design -> Top part of the website...


Quote (ZX0)
there are also 2 thread icon guides at the bottom..
i want to get rid of the one at the right side.
You can't. You can remove only both columns.


Quote (ZX0)
-changing the bar/line that separates the forum post from signature
CP -> Customize Design -> CSS.

Modify:
.signatureHr {margin-top:20px;color:#787878;}


[... With uCoz since December 2 2007 ...]
ZX0
Posts: 8
Reputation: 1

Message # 3 | 7:54 PM
Quote (Dartz)
Be specific, where 'user groups' display?


nvm about that, i just realized something.

Quote (Dartz)
CP -> Customize Design -> CSS.

Modify:
.signatureHr {margin-top:20px;color:#787878;}


it seems to not be working.
:/

Quote (Dartz)
By default it's already on the yellow line. To add more, you will have to
modify yourself: CP -> Customize Design -> Top part of the website...

gotcha

2 more things...

i wanna change the sections box in the forums to something else.
and getting rid of the security code when you want to update your profile.

Post edited by ZX0 - Saturday, 2010-03-20, 8:01 PM
Dartz
Posts: 1931

Message # 4 | 8:02 PM
Quote (ZX0)
does that one ucoz icon have a name?
its not on the list.
It's called "favicon". I provided thread with explanation on how to change it.

Quote (ZX0)
it seems to not be working.
I told you what to change. How to change it is up to you.

Quote (ZX0)
i wanna change the sections box in the forums to something else.
I'm not sure what you mean, but if you meant appearance then: Link

Quote (ZX0)
and getting rid of the security code when you want to update your profile.
It's not possible. Security code is meant for protection.

[... With uCoz since December 2 2007 ...]
ZX0
Posts: 8
Reputation: 1

Message # 5 | 8:33 PM
Quote (Dartz)
I'm not sure what you mean, but if you meant appearance then: Link

yea, that's it.

Quote (Dartz)
It's not possible. Security code is meant for protection.

k

Quote (Dartz)
I told you what to change. How to change it is up to you.

Quote (Dartz)
Modify:
.signatureHr {margin-top:20px;color:#787878;}

what i did was:
Code
.signatureHr {margin-top:<a href="http://fr.tinypic.com" target="_blank"><img src="http://i44.tinypic.com/nppglj.jpg" border="0" alt="Image and video hosting by TinyPic"></a>;}

T.T
man, im making it harder than it already is.

and i re-read the favicon thing...
so, where would i put this code?

Code
<link rel="icon" href="/favicon.ico" type="image/x-icon">         
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

in the CSS?
Post edited by ZX0 - Saturday, 2010-03-20, 8:35 PM
Dartz
Posts: 1931

Message # 6 | 8:53 PM
Quote (ZX0)
.signatureHr {margin-top:<a href="http://fr.tinypic.com" target="_blank"><img src="http://i44.tinypic.com/nppglj.jpg" border="0" alt="Image and video hosting by TinyPic"></a>;}
That wont work in a million years. You can't use HTML in CSS.
Use search engines to find tutorials for CSS usage. Not hard.

Quote (ZX0)
and i re-read the favicon thing...
so, where would i put this code?
Discuss favicon in thread I linked you.

Quote (ZX0)
in the CSS?
Definitely no.

[... With uCoz since December 2 2007 ...]
Stoyanoff
Posts: 59
Reputation: 0

Message # 7 | 1:26 PM
Hello suggest all related to design # 835 to discuss here.
In this connection I have a question (need help). Can anyone tell me how to change the default text from black to another color.
For example, if in the "Add news entry" not see any text because the background is also black:
http://prikachi.com/images/669/3712669Q.jpg

So I want to change the text color.
Here is another example. In the "Registration Page" is also all in black:
http://prikachi.com/images/716/3712716G.jpg

The problem is: http://stoyanovi.ucoz.org/

Please correct the title of the topic.

Added (2011-08-20, 7:26 Am)
---------------------------------------------
I managed to change the color of the page "Add news entry".
For those interested:
Control Panel » Customize design » Style sheet (CSS), then find:

/ * Entry Manage Table * /
. manTable {}
. manTdError {color: # FF0000;}
. manTd1 {}
. manTd2 {}
. manTd3 {}
. manTdSep {}
. manHr {}
. manTdBrief {}
. manTdText {}
. manTdFiles {}
. manFlFile {}
. manTdBut {;}
. manFlSbm {}
. manFlRst {}
. manFlCnt {}
/ * ------------------ * /

I changed everything. Without:
. manFlSbm {}
. manFlRst {}

but I think that is obtained with:
. manTable {}
. manTd1 {}
. manTd2 {}
. manTd3 {}
. manTdText {}

Please if I'm wrong somewhere to be repaired.

But still I can not change the color of text in the "Registration Page".

www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Post edited by Stoyanoff - Saturday, 2011-08-20, 1:30 PM
FragMe
Posts: 1
Reputation: 0

Message # 8 | 2:56 PM
have to change when you put a theme that is made ​​by someone else when you installed the theme be change when you save after that or Create templates and resolve with the color that you have problems with it. I hope to help you what I said I am not who knows but I try to help.
mxCherry
Posts: 12
Reputation: 2

Message # 9 | 3:37 PM
Hello.

You may add the color property to the td, body elements in the Control Panel -> "Design" -> "Design management (CSS)":

td, body {font-family:verdana,arial,helvetica; font-size:90%; color: #FFF}

You may to replace the #FFF by any color, depending on your taste.
Post edited by mxCherry - Saturday, 2011-08-20, 3:38 PM
Animorph
Posts: 2856
Reputation: 189

Message # 10 | 6:09 PM
Stoyanoff, First of all you are not allowed to make threads with the name "Everything about design nr does here!" , Second your thread name is wrong , and if mxCherry, solution did not worked then notify me by posting in this thread again.
To busy building a passive income online ;)
Stoyanoff
Posts: 59
Reputation: 0

Message # 11 | 10:13 AM
mxCherry, it works. Thanks a lot. ok
Animorph, I made this topic because I saw that others have made similar themes. And nobody had done for # 835. Therefore I decided to make this thread.

www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Animorph
Posts: 2856
Reputation: 189

Message # 12 | 7:31 AM
Stoyanoff, Then i will re-name this thread to an official thread smile
To busy building a passive income online ;)
Stoyanoff
Posts: 59
Reputation: 0

Message # 13 | 10:49 AM
Oki, Animorph. I think this topic was in the trash, and I do not publish my question in it. wink
www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Post edited by Stoyanoff - Saturday, 2011-09-03, 4:34 PM
Stoyanoff
Posts: 59
Reputation: 0

Message # 14 | 9:04 AM
Hello! Can you tell me how can I move the $ RSS_LINK $ where I noted the picture. Thank you. (The site is: www.tarikat.biz)
Attachments: 8230567.png (23.4 Kb)

www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Natashko
Posts: 3366
Reputation: 171

Message # 15 | 1:54 PM
Stoyanoff,
Quote (Stoyanoff)
Hello! Can you tell me how can I move the $ RSS_LINK $ where I noted the picture. Thank you. (The site is: www.tarikat.biz)

Go to CP->Design->Design management (templates)->Top part of the website->find:
Code
<h1><!-- <logo> --><!-- </logo> --></h1>

Substitute with:
Code
<?if($RSS_LINK$)?><div style="text-align:right;padding: 60px 20px 0 0;"><a href="$RSS_LINK$">Rss</a></div><?endif?>
uCoz Community » For Webmasters » Design Customization » Everything about design #835 goes here
  • Page 1 of 3
  • 1
  • 2
  • 3
  • »
Search: