2009-11-09, 06:24 AM
I was wondering if we are allowed to use the background of the MyBB forum/website for MyBB themes.
I am asking this since I am working on a theme which will be a more advanced version of the regular Default theme called MyBB Pro (http://community.mybboard.net/thread-59406.html ) and I would like to use the following image and CSS from the mybboard.net for the theme:
![[Image: bg.gif]](https://camo.mybb.com/9c81370a1958f813494830ceb1128bdc8e1ae9f5/687474703a2f2f6d7962626f6172642e6e65742f6173736574732f696d616765732f62672e676966)
Thanks,
Zomaian
I am asking this since I am working on a theme which will be a more advanced version of the regular Default theme called MyBB Pro (http://community.mybboard.net/thread-59406.html ) and I would like to use the following image and CSS from the mybboard.net for the theme:
body
{
background-color: #efefef;
background-image: url(http://mybboard.net/assets/images/bg.gif);
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
text-align: center;
}
Thanks,
Zomaian