How can change my forum quote and code style.
Page 1 of 1 • Share •
How can change my forum quote and code style.
How can I change the theme of the "quotes" and "code" as the same one of this forum.
Is there any CSS Code for this? If yes. Please I would like you to tell me it will be awesome!
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
Re: How can change my forum quote and code style.
In phpbb2 there is a separate section for quote and code boxes
Here are the codes
Quote:
Code:
regards
Craig
Here are the codes
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
Re: How can change my forum quote and code style.
OMG, you are great, but this go into the CSS sheet?
Re: How can change my forum quote and code style.
Yes thats correct, Adjust as needed and when you have put it into the CSS Sheet press "Submit" to save 
Regards
Craig
Regards
Craig
Re: How can change my forum quote and code style.
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?
How can I add the quote image at the beginning of the quote box?
Re: How can change my forum quote and code style.
Well you have to remember to use the !important; tag otherwise it wont override the default CSS
Try something like
The code would be similar for the code box
Regards
Craig
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
Regards
Craig
Re: How can change my forum quote and code style.
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!
Re: How can change my forum quote and code style.
Thank you for all your help, but I found what was you talking about... now thanks to you I know more CSS properties! 

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




by Gunhack X on November 24th 2008, 2:05 am









» ZA Review
» How do I put threads on my Portal?
» Fiery Hazard Ranks
» Announcement bar not showing
» Special Ranks
» How do i remove the...
» Forum categories -noob qeustion
» How to add a Banner?