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.

How can change my forum quote and code style.

2 posters

Go down

Solved How can change my forum quote and code style.

Post by Gunhack X November 24th 2008, 8:05 am

How can I change the theme of the "quotes" and "code" as the same one of this forum.

I want to use this "quote" box style.
Code:
And I want to use this "code" box style, too.

Is there any CSS Code for this? If yes. Please I would like you to tell me it will be awesome!


Last edited by Gunhack X on November 25th 2008, 6:01 pm; edited 2 times in total
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

Solved Re: How can change my forum quote and code style.

Post by Gunhack X November 24th 2008, 9:09 pm

Friendly UP!
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

Solved Re: How can change my forum quote and code style.

Post by Guest November 24th 2008, 9:41 pm

In phpbb2 there is a separate section for quote and code boxes

Here are the codes Smile

Quote:

Code:
.quote{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #444444;
    line-height: 125%;
   background-color: #fafafa;
    border: #deaful;
    border-style: solid;
   border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px}



Code:

Code:
.code{
    font-family: Courier,Courier New,sans-serif;
    font-size: 11px;
    color: #00bb00;
   background-color: #fafafa;
    border: #deaful;
    border-style: solid;
   border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px}

regards








Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: How can change my forum quote and code style.

Post by Gunhack X November 24th 2008, 10:04 pm

OMG, you are great, but this go into the CSS sheet?
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

Solved Re: How can change my forum quote and code style.

Post by Guest November 24th 2008, 10:16 pm

Yes thats correct, Adjust as needed and when you have put it into the CSS Sheet press "Submit" to save Razz

Regards







Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: How can change my forum quote and code style.

Post by Gunhack X November 24th 2008, 10:18 pm

Hmmm... well, there is something bad I think, I did it before and didn't work and they are the same of that I have actually they doesn't change.

How can I add the quote image at the beginning of the quote box?
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

Solved Re: How can change my forum quote and code style.

Post by Guest November 24th 2008, 10:49 pm

Well you have to remember to use the !important; tag otherwise it wont override the default CSS

Try something like

Code:
.quote{
        background-url ("http://2img.net/i/fa/prosilver/quote.gif") !important;
        background-color: #ffffff !important;
        }

The code would be similar for the code box Smile

Regards






Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: How can change my forum quote and code style.

Post by Gunhack X November 24th 2008, 10:53 pm

I am so so so Sorry If I am asking you alot, but I am confused may you give me the complete code for quote and code at the theme theme of phpbb3. please! Please!
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

Solved Re: How can change my forum quote and code style.

Post by Gunhack X November 25th 2008, 6:00 pm

Thank you for all your help, but I found what was you talking about... now thanks to you I know more CSS properties! :wouhou:
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

Solved Re: How can change my forum quote and code style.

Post by Jalokim November 25th 2008, 6:01 pm

solved
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Back to top

- Similar topics

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