uCoz Community uCoz Modules Forum Forum design and appearance (forum CSS, colors etc.) |
Forum design and appearance |
In the posts, under the poster name there's the group of the poster. Admin, Mod, VIP, etc..
Well, I wanted to change the color of the group of the poster that appears in the post. In other words, I wanted to change the colors of that respectively. So admins red, mods blue, etc. I'll post an image so you can understand what I'm talking about, better (attached) hope someone can help.. Attachments:
9054121.png
(28.9 Kb)
Post edited by ShiFT - Tuesday, 2009-08-18, 12:37 PM
|
You'll have to use conditional operators for that: http://forum.ucoz.com/forum/37-471-1
|
Is it possible to place a image were the red box is and move the text over??
IF so were can i put image link/ html in the code to place image there. Attachments:
9327098.jpg
(10.3 Kb)
|
How can I make title for a new topic on the top of the website.
This is my forum website. The title of the topic doesn't appear on the sreen. This is ucoz forum I want to make a forum like that. Post edited by lanh - Friday, 2009-09-25, 7:46 AM
|
Control Panel --> Design --> Design Management (CSS)
Select General Appearance of Forum Pages under Forum Find Replace With •Give Respect to Get Respect
Forgive me for my inactivity, I'm very busy with my work. Post edited by RKxL - Friday, 2009-09-25, 8:07 AM
|
I mean to say that the name of sections I have created is left aligned I wanted them to do center align As It is here,Every-section name are centered aligned.
So,please tell me how can I do that. |
warezparadise, Read this http://www.forum.ucoz.com/forum/9-2441-1
You need to center the text on this line .gTableTop "I don't like to commit myself about heaven and hell - you see, I have friends in both places"
|
Code gTableTop {padding:2px;height:35px; background:url('/.s/t/641/31.gif'); color:#A9B5D8;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; padding-left:22px;padding-top:10px;} I found this but now what do I do?? |
warezparadise,
Replace this Quote (warezparadise) gTableTop {padding:2px;height:35px; background:url('/.s/t/641/31.gif'); color:#A9B5D8;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; padding-left:22px;padding-top:10px;} with this Quote gTableTop {padding:2px;height:35px; background:url('/.s/t/641/31.gif'); color:#A9B5D8;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; text-align:center;padding-top:10px;} "I don't like to commit myself about heaven and hell - you see, I have friends in both places"
Post edited by Tommy - Thursday, 2009-10-01, 12:37 PM
|
| |||