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.

Changing Information screen and Search box codes

4 posters

Go down

Solved Changing Information screen and Search box codes

Post by RAtSoaDM August 3rd 2008, 2:45 am

Hello,

I was hoping someone could tell me how to

Changing Information screen and Search box codes Quesvq6


and for some reason my "Search box" has to much height

where do i go in the CSS to correct these problems? I know how to do it, just need to be pointed in the right area.


thanks in advance Hello


Last edited by RAtSoaDM on August 7th 2008, 2:11 pm; edited 2 times in total
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by Nessa August 3rd 2008, 1:42 pm

Hi, I'm sorry , your title being non explicit and therefore not facilitating research via the search option, I can not answer (nor should other member, please ) until you change your topic title for an explicit one, more related to your problem/question.
Nessa
Nessa
Energetic

Female Posts : 6203
Reputation : 128
Language : English

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by RAtSoaDM August 4th 2008, 4:46 am

True! fixed it. Smile
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by zakir321 August 4th 2008, 3:38 pm

CSS questions always require the info of your forum version - or even better, a link to your forum. Wink

Looks like phpBB3 though, so I'll give you the classes for this version already:

.panel p{font-size: .... ;}
h1.page-title{color: .... ;}

Remember, though, that this classes may also affect other parts of the forum as well. I believe the homepage message text or the login message.
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by RAtSoaDM August 5th 2008, 4:41 am

Thanks for your response. You guessed correctly, it is PhpBB3

I will paste all my css into my wordpad and search for those codes

I'll let you know how it goes.

You are the coolest German I have ever met...Danke again!@
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by RAtSoaDM August 5th 2008, 5:00 am

ohh im not sure what i am supposed to do with these 'classes"
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by RAtSoaDM August 5th 2008, 5:04 am

Ohh now i do, i got it, the classes worked Very Happy

Okay what class do i need to change the font family?

this

font-family: Tahoma,Arial,Tahoma,sans-serif;
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by Saurus August 5th 2008, 5:51 am

Which fonts? The font family is not a "class" - it's a selector. It is added to a particular class to enhance the text. Like the example you were given, ".panel p{font-size: .... ;}" you would just add "font family: ...;" to the code. Like this...
Code:

.panel p{font-size: 12; font-family: Tahoma,Arial,Verdana,sans-serif}
Or it can be written in an easier way like this
Code:

.panel p{
font-size: 12;
font-family: Tahoma,Arial,Verdana,sans-serif
}

That would make the font family for that particular area Tahoma, or Arial, or Verdana, depending on what fonts the user has installed. It goes by default from the first choice to the last.
avatar
Saurus
Forumember

Male Posts : 789
Reputation : 10
Language : english
Location : NY

http://sunrisers.forumotion.com

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by RAtSoaDM August 6th 2008, 11:56 am

Thanks but that code you gave me didnt work :|
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by zakir321 August 6th 2008, 12:16 pm

As saurus said already, we need to know which fonts you want to change actually. Wink
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by RAtSoaDM August 6th 2008, 2:43 pm

my bad haha

anyways i decided to just switch to phpbb2, and do a custom job on the CSS...now ive got a few problems

How do i change the color of the text on the buttons or bkg img
Changing Information screen and Search box codes Helpum3

and see how the text cuts off
Changing Information screen and Search box codes Help1ps8
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by zakir321 August 7th 2008, 12:12 pm

About the buttons, you can change the color by using this classes in the CSS - modify the color code to your needs:

Code:
input.liteoption, input.mainoption{color:#ff0000;}

The profile however, should not be cut that way - try the follwing code:

.postdetails{width:100%;}

If that doesn't work, can you give me your forum address so I can check the code on the spot?
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by RAtSoaDM August 7th 2008, 2:05 pm

Cool!

You know i looked at my forum in IE7 and the text didnt do that...so i think its this new FF3 stuffs
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by RAtSoaDM August 7th 2008, 2:10 pm

Yep this worked \mm/
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Changing Information screen and Search box codes

Post by Nessa August 7th 2008, 2:19 pm

Since this problem appears to be resolved, I will lock this thread now.

=> ( Members Problem Solved )

=> Locked

Nessa
Nessa
Nessa
Energetic

Female Posts : 6203
Reputation : 128
Language : English

Back to top Go down

Back to top

- Similar topics

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