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 :
Can I add this code in my theme ?
Thanks,
Le Poulpe.
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.