Twitist Forums
how do people creat themes for websites :/? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Twitter forums (/forum-1.html)
+--- Forum: Twitter General help (/forum-6.html)
+--- Thread: how do people creat themes for websites :/? (/thread-121677.html)



how do people creat themes for websites :/? - 764 - 03-25-2014 12:48 AM

well for example the themes that are here http://userstyles.org/styles/browse/ how do they make theme? is it with a programming lang or something... if you have a video or something please answer with it and if it helps you'll get 10points


- The Fifth - 03-25-2014 12:48 AM

It depends on what the theme is for. If it's for a website like twitter then it's mostly custom CSS. More about css here: http://www.w3schools.com/css/css_intro.asp

Here's a link on how to create a theme for Firefox: http://www.youtube.com/watch?v=vrZZE9Sr6hM


- Kanhia Lal - 03-25-2014 01:04 AM

very easy to create them for any website, you can create them dynamic as well as static..
for further detail get in touch...
http://kanhialal.com/


- Jim - 03-25-2014 01:19 AM

a LOT of programming, unit testing, a test server, and nice graphics and photoshop.
they use PHP+Javascript+HTML5+CSS+a few photos.
PHP server-side scripting: http://php.net
the HTML5 standard: http://www.whatwg.org/specs/web-apps/current-work/multipage/
CSS 2.1: http://www.w3.org/TR/CSS21/
all of css: http://www.w3.org/Style/CSS/current-work
(not all are implemented yet)

here. here's everything I have.
http://JesusnJim.com/web-design/web-standards-and-references.html


- Ayushman - 03-25-2014 01:34 AM

A website theme is created with the help of a default layout (referred to as default.html) as well as a directory called assets that contains javascript, images, css, flash, etc. You can create layouts by making multiple new html files. Content replacement can be done with the use of certain simple CSS selectors. You can make your website look exactly the way you want it to, but for that you need to make sure that the html files reside in the 'assets' folder. A 'base' stylesheet needs to be included as it contains the basic CSS declarations for the basic element styling.