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
NickFx
New
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:
I like to write my CSS on a single line:
I do not want to code up a theme and have it rejected for not formatting the code correctly.
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:
0
Best Answer
-
UnderDog MVPThank 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.
0
Answers
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.