Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Addon Coding Requirements

NickFxNickFx New
edited August 2011 in Vanilla 2.0 - 2.8
Hey Guys,

I am going to build a few themes and I was wondering if there are any requirements or guidelines? If so is there a page which lists these requirements?

This question is mostly related to CSS I know most people write css like this:
#ID { margin-bottom:2px; width: 250px; }

I like to write my CSS on a single line:

#ID {margin-bottom:2px; width: 250px;}

I do not want to code up a theme and have it rejected for not formatting the code correctly.
Tagged:

Best Answer

  • UnderDogUnderDog MVP
    Answer ✓
    Thank you for taking the effort to start some themes.
    I don't think there are CSS guidelines. Themes will certainly not be rejected by wrong code formatting, they're not that strict here. Let's see what the other will say about it.
    I would say : Start coding and surprise us! :-)

    There was an error rendering this rich post.

Answers

  • UnderDogUnderDog MVP
    Answer ✓
    Thank you for taking the effort to start some themes.
    I don't think there are CSS guidelines. Themes will certainly not be rejected by wrong code formatting, they're not that strict here. Let's see what the other will say about it.
    I would say : Start coding and surprise us! :-)

    There was an error rendering this rich post.

Sign In or Register to comment.