The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Question about changing color's and cenetering a linking banner that isnt a logo?

3 posters

Go down

Solved Question about changing color's and cenetering a linking banner that isnt a logo?

Post by PlatinumWata December 10th 2010, 4:19 am

Here the links to my forum.

http://gfxfreeze.forumotion.com/index.htm

1) If you look at the sign up box, it has a grey box on top and a black box underneath in the username and password.......how do you change that to just one color? like just grey.....

2) If you look at the category....it says Your introduce yourself in red....if you go just above of that it says forum in white....well in the middle of them it says introduction in red but you can hardly see it....how can i change that too white but leave the other your first forum red......for some reasons theirs one option to change both of them and not one....

3) The clickers forum, caleneder, FAQ, memebrs, groups, regsiter, register, log in....its too the left,,,,how do i make it to center it???? it can be centered as I saw it on the preview when i got skin...


thanks


Last edited by UltimateLion on December 10th 2010, 1:30 pm; edited 1 time in total
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by Sanket December 10th 2010, 8:01 am

Hi, your title not being specific and therefore not facilitating research via the search option, I'm not answering (nor is any other member ) until you change your title to a more specific one, related to your problem

Why do we ask you to use explicit titles
Code:
The forum's search engine bases its research on keywords found in [b]topic titles[/b].

When you do a research, do you use "help", "urgent", "problem", "SOS" or "question" as keywords to look for topics about your problem/question?

Certainly not!  So this is why it is important to use titles [b]related to your problem/question[/b].  Doing this makes the researches much easier for visitors who use the search engine to get an answer to their question.

Thanks for your understanding.

Cordially
Forumotion Staff
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by PlatinumWata December 10th 2010, 1:30 pm

Sanket wrote:Hi, your title not being specific and therefore not facilitating research via the search option, I'm not answering (nor is any other member ) until you change your title to a more specific one, related to your problem

Why do we ask you to use explicit titles
Code:
The forum's search engine bases its research on keywords found in [b]topic titles[/b].

When you do a research, do you use "help", "urgent", "problem", "SOS" or "question" as keywords to look for topics about your problem/question?

Certainly not!  So this is why it is important to use titles [b]related to your problem/question[/b].  Doing this makes the researches much easier for visitors who use the search engine to get an answer to their question.

Thanks for your understanding.

Cordially
Forumotion Staff

Ok im sorry!...ok

I edited it.....any help I can get would help.
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by kirk December 10th 2010, 7:16 pm

for your navigation bar/menue bar go to.

Admin panel>display>headers and navigation>page headers

select center for (Menu position) then click save.

For the other two questions what forum version are you useing.
I forget this all the time and always have to do it on my test forum first.
But then it can be done with css to.. so what forum versions are you useing and are you useing any css?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by PlatinumWata December 10th 2010, 10:34 pm

UltimateLion wrote:
Sanket wrote:Hi, your title not being specific and therefore not facilitating research via the search option, I'm not answering (nor is any other member ) until you change your title to a more specific one, related to your problem

Why do we ask you to use explicit titles
Code:
The forum's search engine bases its research on keywords found in [b]topic titles[/b].

When you do a research, do you use "help", "urgent", "problem", "SOS" or "question" as keywords to look for topics about your problem/question?

Certainly not!  So this is why it is important to use titles [b]related to your problem/question[/b].  Doing this makes the researches much easier for visitors who use the search engine to get an answer to their question.

Thanks for your understanding.

Cordially
Forumotion Staff

Ok im sorry!...ok

I edited it.....any help I can get would help.

Thanks the center thing worked!!

Im using phpBB2, and I dont know what the css is sooo....

Hope you can answer the other questions......you or someone.
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by kirk December 11th 2010, 12:30 am

See this is a strange one to me for the first question.
i never seen that have two different colors in there? i am thinking it might be a background image in css? not sure yet

the gray and black???? Hmm? scratch

so go to

Admin panel>display>colors>css style sheet.
if you have any coding in there please post so i can have a look at it.

For number 2. there is a few ways you can do it. thats going to be your link color. but you dont want to change that there because then it's going to mess up your forums links colors.

so what i would do to make it easy.. is just add html font tags to the category name.

Admin panel>general>forums click on modify for your intro category and replace the name(Introduction) with this.

Code:
<font color="white">Introduction</font>

then what ever other categories you add. just replace the name of where introduction is and use that code for them.

See there are a few ways you can do this, but it would depend if you wanted to change row colors. then css, but i gave you this way because it's easy and you can still keep everything else the way you have it.

So let me know how you make out with that then we'll try to tackle this gray and black thing.. i never seen that so it has to be something in css?

if you have a css code post the whole code here in code tags.



Last edited by kirk on December 11th 2010, 12:33 am; edited 1 time in total
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by PlatinumWata December 11th 2010, 12:32 am

kirk wrote:See this is a strange one to me for the first question.
i never seen hat have two different colors in there?

the gray and black????

so go to

Admin panel>display>colors>css style sheet.
if you have any coding in there please post so i can have a look at it.

For number 2 ? there is a few ways you can do it. thats going to be your link color. but you dont want to change that there because then it's going to mess up your forums links colors.

so what i would do to make it easy.. is just add html font tags to the category name.

Admin panel>general>forums click on modify for your intro category and replace the name(Introduction) with this.

Code:
<font color="white">Introduction</font>

then what ever other categories you add. just replace the name of where introduction is and use that code for them.

See there are a few ways you can do this, but it would depend if you wanted to change row colors. then css, but i gave you this way because it's easy and you can still keep everything else the way you have it.

So let me know how you make out with that then we'll try to tackle this gray and black thing.. i never seen that so it has to be something in css?

if you have a css code post the whole code here in code tags.


Coding in color CSS....

Code:
a.mainmenu{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
  }
a.mainmenu:hover{
          filter:alpha(opacity=50); 
-moz-opacity: 0.65; 
opacity: 0.55;
    }
/*Contur rontunjit la cadrul forumului-DOAR PENTRU UTILIZATORII FIREFOX,GOOGLE CHROME SI SAFARI*/
.bodyline{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;}

a:link,
a:visited,
a:active{

    text-decoration: none;
}

table.ipbtable tfoot td {
background-color:#1d1d1d;
}



div.maintitle .expand,div.maintitle .contract {
float: right;
width: 80px;
height: 20px;
background: url('http://i25.tinypic.com/2cmk74i.jpg') no-repeat 50% 50%;
cursor: pointer;
}
div.maintitle .expand {
background: url('http://i31.tinypic.com/2ihqn2t.jpg') no-repeat 50% 50%;
}



.popupmenu li {
background-color: #1d1d1d;
}


.box-content {
border-bottom: transparent;
}
table.ipbtable tfoot td {
background-color: transparent;
}


.post {
border-bottom:10px solid #1d1d1d;
}



#submenu ul li a {
margin:0.5em 0 0.65em 0;
padding:0.5em 0 0.65em 0;
}

Also number 2 worked! Thanks!!!

Now lets get this grey and black thing working!


Last edited by kirk on December 11th 2010, 2:00 am; edited 1 time in total (Reason for editing : added code tages to the css code he posted)
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by kirk December 11th 2010, 12:42 am

what the???? hahaha i am not the best at css but we'll get it... lol

But um where in the world are these images on your forum?
minimize maximize? i dont see these images anywhere on your forum?

https://2img.net/h/oi31.tinypic.com/2ihqn2t.jpg
https://2img.net/h/oi25.tinypic.com/2cmk74i.jpg

and thats the whole css code? ok let me fiddle with a couple things to see if i can figure it out.

But this split gray and black color thing is a new one to me?

kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by PlatinumWata December 11th 2010, 12:44 am

Yea, its crazy lol!

goodluck, and thanks! hopefully u get something
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by kirk December 11th 2010, 1:55 am

ok i found it.

it was this in the css.
exactly how the whole gray and white came out ???dunno. blackeye
gang15star,rono or ankillien can explain that one. LOL thumright
to tell you the truth you dont even need any of that css in there. and like i said where the hell are those images? i dont see them on your forum. but anyway thats what it was.
so i just took this out and now it will be white.

Code:

.post {
border-bottom:10px solid #1d1d1d;
}

 

heres the new css code.
you should still save the old in a note pad to if you want.


so just past this in your css sheet and hit submit

Code:
a.mainmenu{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
}
a.mainmenu:hover{
filter:alpha(opacity=50);
-moz-opacity: 0.65;
opacity: 0.55;
}
/*Contur rontunjit la cadrul forumului-DOAR PENTRU UTILIZATORII FIREFOX,GOOGLE CHROME SI SAFARI*/
.bodyline{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;}

a:link,
a:visited,
a:active{

text-decoration: none;
}

table.ipbtable tfoot td {
background-color:#1d1d1d;
}



div.maintitle .expand,div.maintitle .contract {
float: right;
width: 80px;
height: 20px;
background: url('http://i25.tinypic.com/2cmk74i.jpg') no-repeat 50% 50%;
cursor: pointer;
}
div.maintitle .expand {
background: url('http://i31.tinypic.com/2ihqn2t.jpg') no-repeat 50% 50%;
}



.popupmenu li {
background-color: #1d1d1d;
}


.box-content {
border-bottom: transparent;
}
table.ipbtable tfoot td {
background-color: transparent;
}


.post {
border-bottom:10px solid #1d1d1d;
}



#submenu ul li a {
margin:0.5em 0 0.65em 0;
padding:0.5em 0 0.65em 0;
}


#submenu ul li a {
margin:0.5em 0 0.65em 0;
padding:0.5em 0 0.65em 0;
}

 
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by PlatinumWata December 11th 2010, 2:31 am

It worked!!!

Thanks mate! Really appreciate the help!
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

Solved Re: Question about changing color's and cenetering a linking banner that isnt a logo?

Post by kirk December 11th 2010, 4:02 am

Your welcome.
I will still have to run this by the other guys. i am just curioos exatly how that came in to play with that, and what are those images that are not doing anytghing have to do with anything??? lol

Since the thread is now solved, i will mark as solved and lock the topic.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum