1
bradleys
Quote box background color
  • 2008/3/6 19:59

  • bradleys

  • Just popping in

  • Posts: 6

  • Since: 2008/3/6 1


Hello,

I'm pretty new to the XOOPS community and CSS in general. I was wondering, how do I change the background color for the quote box on the newbb module? I've been able to edit the CSS style to do most everything I want, but I can't seem to change the quote box background color.

Any suggestions would be greatly appreciated.

Thanks!!!

2
Anonymous
Re: Quote box background color
  • 2008/3/6 20:24

  • Anonymous

  • Posts: 0

  • Since:


Hi,

This is from my theme's style.css file:

div.xoopsQuote 
    
background:url(images/box2_back.gif);
    
color:inherit;
    
border1px inset #CCC;
    
padding6px;
    
overflowauto;
    
width95%;
}


This is from the ubiquitous "bluehue" theme's style.css file:

div.xoopsCodediv.xoopsQuote {
    
text-alignleft;
    
background#efefef;
    
color#333;
    
border1px inset #333;
    
font-family"Courier New"Couriermonospace;
    
padding5px;
    
marginauto;
    
width80%;
    
max-height200px;
    
overflowauto;


Basically, search for "div.xoopsQuote" in your theme's style.css file

HTH

3
bradleys
Re: Quote box background color
  • 2008/3/6 20:40

  • bradleys

  • Just popping in

  • Posts: 6

  • Since: 2008/3/6 1


Thanks a lot. I was close, I put a new entry into my CSS code for xoopsQuote, I didn't put the div. on it.

4
Anonymous
Re: Quote box background color
  • 2008/3/6 20:44

  • Anonymous

  • Posts: 0

  • Since:


Excellent - glad you're sorted

Login

Who's Online

235 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 235


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits