[release] Mybbsourse Exclusive Blackandyellow Final
Installation Instructions:
1) Upload the included image folder to your ./images directory
2) Import included theme XML into your Admin CP > Templates & Style > Import a Theme.
3) Switch to the new theme via your User Control Panel!
4) Enjoy the new look of your forum. Smile
Dalton made the buttons new reply etc. I did the rest. Enjoy. Free theme.
RE: [release] Mybbsourse Exclusive Blackandyellow Final
Just installed this playing around wondered how i can change the boarders?
If you look at the picture you'll see what i mean You can hardly see the boarders and i think it would look good in the yellow colour that has been used on the theme.
RE: [release] Mybbsourse Exclusive Blackandyellow Final
(03-28-2009 02:13 AM)matrixsc Wrote: Just installed this playing around wondered how i can change the boarders?
If you look at the picture you'll see what i mean You can hardly see the boarders and i think it would look good in the yellow colour that has been used on the theme.
Find this in the CSS:
Code:
.tborder {
background: #81A2C4; <-- CHANGE THAT
width: 100%;
margin: auto auto;
border: 1px solid #0F5C8E;
}
(i took that from the mybb default theme, so it might be different on this theme)