How can change my forum quote and code style.

Post new topic   This topic is locked: you cannot edit posts or make replies.

View previous topic View next topic Go down

Solved How can change my forum quote and code style.

Post by Gunhack X on November 24th 2008, 2: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, 12:01 pm; edited 2 times in total

Gunhack X
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

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

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

Friendly UP!

Gunhack X
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

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

Post by Placehold on November 24th 2008, 3: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

Placehold
Forumotion Member

Male
Posts: 2047
Age: 24
Language: English
Country:
Join date: 2008-04-16

http://www.craigreville.com/

Back to top Go down

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

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

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

Gunhack X
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

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

Post by Placehold on November 24th 2008, 4: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

Placehold
Forumotion Member

Male
Posts: 2047
Age: 24
Language: English
Country:
Join date: 2008-04-16

http://www.craigreville.com/

Back to top Go down

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

Post by Gunhack X on November 24th 2008, 4: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
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

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

Post by Placehold on November 24th 2008, 4: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://illiweb.com/fa/prosilver/quote.gif") !important;
        background-color: #ffffff !important;
        }


The code would be similar for the code box Smile

Regards






Craig

Placehold
Forumotion Member

Male
Posts: 2047
Age: 24
Language: English
Country:
Join date: 2008-04-16

http://www.craigreville.com/

Back to top Go down

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

Post by Gunhack X on November 24th 2008, 4: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
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

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

Post by Gunhack X on November 25th 2008, 12: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
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

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

Post by Jalokim on November 25th 2008, 12:01 pm

solved

_________________

Jalokim
Global Moderator
Global Moderator

Male
Posts: 5946
Age: 20
Language: English,Polish,CSS,HTML
Location: Poland
Country:
Join date: 2007-08-04

http://tealeafgraphics.7forum.net/index.htm

Back to top Go down

View previous topic View next topic Back to top


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