Tweete / Developer

If you fancy yourself a bit of a CSS guru and don't like the themes provided by Tweete, well here is your chance to show how good you really are!

Mobile Tweete is welcoming additional themes for the mobile interface, and creating them is very simple. A good way to get started it to have a look at bmn_dark.css. It has been commented to explain what each selector does.

In order for your theme to be compatible with Tweete, the css file must be named username_themename.css, so the 'Dark' theme by @bmn is named 'bmn_dark.css'. The other requirement for your theme is that the first 5 lines of your file contain the following information:
/* * Title: Dark * Author: @bmn * Date Created: 2009-04-13 */
These lines are used to display your theme in the select box so make sure you have them correctly filled out!

Once you are happy with your theme, email it to bmn [at] bmn dot name. We will assess whether it is suitable.

Happy coding! :)