MyBB Community Forums

Full Version: About the quote/code/php boxes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

With this new version of MyBB 1.2, I need to change the style of theses boxes ; where can i do this ?

In old posts, i saw this :

.quote_header {
margin-left: 20px;
padding: 4px;
border-top: 1px dashed #000000;
border-left: 1px dashed #000000;
border-right: 1px dashed #000000;
color: #000000;
background: #ffffff;
font-weight: bold;
}

.quote_body {
margin-left: 20px;
padding: 0 4px 4px 4px;
border-bottom: 1px dashed #000000;
border-left: 1px dashed #000000;
border-right: 1px dashed #000000;
color: #000000;
background: #ffffff;
}

Can I add this code in my theme ?

Thanks,
Le Poulpe.
At the end of the themes page in the Additional CSS you can add that, yes Smile

Although that only changes quotes.
You may change it to:
.quote_header, .code_header {
And:
.quote_body, .code_body {