News:

Create A Forum Installed

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Affection

Pages: [1]
1
Style Support / Re: [Request] Green and Black Style
« on: July 08, 2011, 07:37:27 am »
Quote
Also, something to note about the orangina theme:
It completely breaks the admin menu. If anyone can fix that aswell I'd be very thankful.

Orangina was created for SMF RC3.    There have been 2 more RC versions of the forum software since that time and now the Final version of 2.0   There were a lot of changes to the css throughout these many versions of the software.    RC3 styles will not work/display properly with 2.0  as you can see by how Orangina looks in Admin and many other places.    Its kinda akin to older Firefox extensions not working with newer versions of Firefox.   

Basically what Im saying is that style needs a total rewrite now to include not only updating the css but redoing some of the images.    Im afraid I don't have the time to do that - it takes a good amount of time.    If someone else wants to tackle it its fine.

You can fix the Admin problem with the style by going to the Style Admin and modifying the style.   
Search for this in the css:

Code: [Select]
#main_admsection
{
    margin-left: 172px;
}

Replace it with this:

Code: [Select]
#main_admsection
{
    margin-left: 172px;
    overflow: hidden;
}


Thanks! Really helpful! But what about the green and black?

2
Style Support / [Request] Green and Black Style
« on: July 08, 2011, 07:14:24 am »

I need a theme like this one;

http://support.createaforum.com/style-support/(stylesheet)-orangina/


Instead of white, I'd like a black (#4A4344).
Instead of orange, I'd like a green (#348017).


Also, something to note about the orangina theme:
It completely breaks the admin menu. If anyone can fix that aswell I'd be very thankful.

Pages: [1]