uCoz Community » uCoz Modules » Forum » Forum design and appearance (forum CSS, colors etc.)
Forum design and appearance
maximax
Posts: 3
Reputation: 0

Message # 16 | 9:04 PM
Yes, i'm sure

/* forum Threads Style */

and i have save it

Post edited by maximax - Monday, 2009-07-13, 9:04 PM
djekky
Posts: 2
Reputation: -1

Message # 17 | 9:06 PM
maximax, clear the cache memory. To do this, click Ctrl+F5.
I'm from Russia! But I well understand English!
maximax
Posts: 3
Reputation: 0

Message # 18 | 9:08 PM
I have done that....

Added (2009-07-13, 3:08 Pm)
---------------------------------------------
/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#97cb17}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#97cb17}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#FFFFFF;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#97cb17;height:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;}
.threadsDetails {padding:2px;background:#97cb17;height:20px;color:#FFFFFF;}
.forumOnlineBar {padding:2px;background:#97cb17;height:20px;color:#FFFFFF;}

and this is the site www.taatuhome.do.am/forum

Sunny
Posts: 9296
Reputation: 456

Message # 19 | 9:48 AM
maximax, I don't see the following in your CSS

Code
.threadsDetails {padding:2px;background:#97cb17;height:20px;color:#FFFFFF;}

I'm not active on the forum anymore. Please contact other forum staff.
enraged
Posts: 21
Reputation: -2

Message # 20 | 9:10 AM
How can i put that this thread name is animated?

Sunday, 2009-07-19, 8:03 Pm [Go to the first unread message]
Thread: Our Guild Leadership
Message from: C4rlos

Edit: That Animation is for all links too...
Hmm how to tell that when i put my mouse on some link there is some animation...
How can i do it?

Post edited by enraged - Tuesday, 2009-07-21, 9:11 AM
Sunny
Posts: 9296
Reputation: 456

Message # 21 | 10:26 AM
enraged, try to do this by means of editing CSS - http://www.forum.ucoz.com/forum/9-2441-1
I'm not active on the forum anymore. Please contact other forum staff.
fragranceheaven
Posts: 2
Reputation: 0

Message # 22 | 5:44 PM
Where do you have posted a list of the different color codes? or do you?
Sunny
Posts: 9296
Reputation: 456

Message # 23 | 8:38 AM
fragranceheaven, what about Google? It often helps, e.g. http://html-color-codes.info/
I'm not active on the forum anymore. Please contact other forum staff.
enraged
Posts: 21
Reputation: -2

Message # 24 | 12:01 PM
If i get it u gave me link where i can change color of that... but i ask is there any way to put that link when i put my mouse on link it make soem animation like lightnig over the link or smth like that...?
Sunny
Posts: 9296
Reputation: 456

Message # 25 | 2:18 PM
enraged, I just pointed you the place where you can find the answer. I think that the thing you want must be possible by means of editing CSS, try to search Google about text animation by means of CSS. And by the way simple change of color (to some bright one) will also attract attention.
I'm not active on the forum anymore. Please contact other forum staff.
Davros
Posts: 6
Reputation: -6

Message # 26 | 10:02 AM
On a game I moderate the forums for, it has the thread Lock and Sticky buttons in the forum, on the threads, like below. (The Delete and Edit Title buttons already exist, don't worry about A R F they are game specific.
Apparently I can't add the images, so the links are here.
http://mafiamatrixfans.com/forumss.PNG
What I want to do, is have those buttons next to the thread. Something like in this image of my site's forum.
http://mafiamatrixfans.com/ss2.PNG
Is there any way to do this?
Post edited by Davros - Friday, 2009-07-24, 10:07 AM
Sunny
Posts: 9296
Reputation: 456

Message # 27 | 11:22 AM
Davros, I am afraid it is not possible.
I'm not active on the forum anymore. Please contact other forum staff.
Davros
Posts: 6
Reputation: -6

Message # 28 | 11:33 AM
Ok sad What about to change the background of an admin's post like this: http://mafiamatrixfans.com/mmadmin.PNG I tried doing it like this:

Code
.posttdMessage <?if($GROUP_ID$=1)?>{background:#202020;padding:5px;}<?endif?><?if($GROUP_ID$=2)?>{background:#202020;padding:5px;}<?endif?><?if($GROUP_ID$=3)?>{background:#202020;padding:5px;}<?endif?><?if($GROUP_ID$=4)?>{background:#000000;padding:5px;}<?endif?><?if($GROUP_ID$=5)?>{background:#000000;padding:5px;}<?endif?><?if($GROUP_ID$=6)?>{background:#000000;padding:5px;}<?endif?><?if($GROUP_ID$=7)?>{background:#202020;padding:5px;}<?endif?><?if($GROUP_ID$=8)?>{background:#202020;padding:5px;}<?endif?>

In the CSS table, but nothing happened. How should I go about doing it?

Post edited by Davros - Friday, 2009-07-24, 11:40 AM
Sunny
Posts: 9296
Reputation: 456

Message # 29 | 1:27 PM
Davros, conditional operators won't work in CSS. Try smth like this:

Code
<?if($GROUP_ID$=1)?><td class="posttdMessage1" valign="top"><?if($GROUP_ID$=2)?><td class="posttdMessage2" valign="top">$MESSAGE$<?endif?>........

And add classes "posttdMessage1", "posttdMessage2" etc. to CSS template.


I'm not active on the forum anymore. Please contact other forum staff.
TheLOKO
Posts: 48
Reputation: 0

Message # 30 | 10:44 PM
Question 1. Is it possible to change the template of the forums but leave the template of rest of website the same?

Q2. When uploading a picture it comes out as a link you click on, is it possible to get it to come out as a visible picure?

um topic should be called Forum template & adding pictures typo lolz


Post edited by TheLOKO - Monday, 2009-07-27, 11:15 PM
uCoz Community » uCoz Modules » Forum » Forum design and appearance (forum CSS, colors etc.)
Search: