How to change qoute background color?

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

View previous topic View next topic Go down

Solved How to change qoute background color?

Post by nurul47 on Sat Nov 07, 2009 7:41 am



I am using now punBB verson. But i can't change "qoute" background color.My color choice is #00304A

nurul47
Forumotion Member

Male
Posts: 64
Age: 25
Language: English
Location: Bangladesh
Country:
Join date: 2009-05-16

http://www.gsmcomilla.forum0.net

Back to top Go down

Solved Re: How to change qoute background color?

Post by Lil-J on Sat Nov 07, 2009 8:21 am

goto ACP->Display->Colors->CSS Stylesheet and paste this code
Code:

postbody .quote {
          background : #00304a;
          color : #ffffff;
}

Lil-J
Forumotion Member

Male
Posts: 180
Age: 15
Language: xml, css, java, html, hex, english, french and dutch
Country:
Join date: 2009-01-17

Back to top Go down

Solved Re: How to change qoute background color?

Post by DarkPoint on Sat Nov 07, 2009 8:22 am


DarkPoint
Forumotion Member

Male
Posts: 881
Age: 13
Language: Romanian & Spanish & English & Catalan & HTML & BBCode & Little Javascript and french
Location: Ploiesti,Romania
Country:
Join date: 2009-09-11

http://www.our-time.forumz.ro

Back to top Go down

Solved Re: How to change qoute background color?

Post by nurul47 on Sat Nov 07, 2009 10:13 am

Lil-J wrote:goto ACP->Display->Colors->CSS Stylesheet and paste this code
Code:

postbody .quote {
          background : #00304a;
          color : #ffffff;
}


Thanks but i was try this way
/*Posting layouts*/
.postmain blockquote {
padding: 0.5em 1em;
background-color: #00304A;
border: 1px solid #000000;
}


I am success but topic is open with very slowly. Home page is open with good speed.

nurul47
Forumotion Member

Male
Posts: 64
Age: 25
Language: English
Location: Bangladesh
Country:
Join date: 2009-05-16

http://www.gsmcomilla.forum0.net

Back to top Go down

Solved Re: How to change qoute background color?

Post by ankillien on Sun Nov 08, 2009 9:36 am

Hello,

For punBB, this code will change the background color of quote box.

Code:
.entry-content blockquote {
background : red;
}

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2428
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

Solved Re: How to change qoute background color?

Post by nurul47 on Sun Nov 08, 2009 10:11 am

ankillien wrote:Hello,

For punBB, this code will change the background color of quote box.

Code:
.entry-content blockquote {
background : red;
}

Thanks a lot and it's working good.

nurul47
Forumotion Member

Male
Posts: 64
Age: 25
Language: English
Location: Bangladesh
Country:
Join date: 2009-05-16

http://www.gsmcomilla.forum0.net

Back to top Go down

Solved Re: How to change qoute background color?

Post by ankillien on Sun Nov 08, 2009 11:07 am

Glad I could help you Very Happy

Solved > Locked

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2428
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

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