CSS Change Color of Quote in PHPbb 2

LUDAKLUDI at 14h09
31
Aug
2011
with this css code you can modified quote(add quote image,change color...) in PHPbb 2
Code:

div.postbody span.genmed {
color:#ff0000;
background-image: url("http://i43.servimg.com/u/f43/11/33/28/68/quote_10.png");
background-repeat:no-repeat;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:18px;
}


with this css code u can modify quote text, border, radius and color (this is my css you can modify it)
Code:

.quote {
font-style:italic
border-width:2px;
background-color: #240026;
border-color: #5C0075;
border-top-left-radius:    0px;
border-top-right-radius:    25px;
border-bottom-right-radius: 25px;
border-bottom-left-radius:  6px;
}





this is just example ... try it and modify for your forums .... hf
:wouhou:
1 Sanket, on 31/08/2011 at 14h25
Locked
Similar topics
I want the multiple quote boxes to alternate grey/white/grey, etc My forum is white. When you quote a post, the first quote box is grey. But when you use multiple quotes, the next quote box is like a duller grey, and they both look the same. I want
Whenever I quote somebody on my forum, me or anybody else, the background of the quote is an ugly white with grey text, which makes it very hard to read. Any way to solve this?
How can I change text font and text color in category and forum in PhpBB 3 template?Here is picture. If I change font name for exaple in Digital Sans EF like on picture no.2 ,is it enough or must make changes in css?
See also
more_less
Informations

1 Replies For the topic :
"CSS Change Color of Quote in PHPbb 2"

This topic has been viewed 1084 times.

Last message :
31/08/2011 at 14h09 by "LUDAKLUDI"