MyBB Community Forums

Full Version: Quote Box Look Like A Speach Bubble?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would i make the quote box look like a speech bubble?
Edit your themes global.css

Look for:

blockquote {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
margin:0;
padding:4px;
}

Edit the css to how you want it.
(2010-08-30, 11:44 AM)Janota Wrote: [ -> ]Edit your themes global.css

Look for:

blockquote {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
margin:0;
padding:4px;
}

Edit the css to how you want it.

This don't make anything.
I know , read what i said. I told you to look for that in your themes global.css. That css already exists (Or something similar)

"Edit it" to make the changes you want.
It just add a background...
No a Speach Bubble, so...
If your forums theme have a fixed width then the CSS can be used for this purpose using a section for the top and another for the bottom, but if it is fluid it would be preferable to edit the template.

The technique used is the same as dynamic size buttons, there is many tutorials for knowing how to do this, there is one here on MyBBCodes.com :

How to create ballons talking text...

Ok so how do i edit the quote box with templates/php-html ?