This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how do people creat themes for websites :/?
03-25-2014, 12:48 AM
Post: #1
how do people creat themes for websites :/?
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

Ads

Find all posts by this user
Quote this message in a reply
03-25-2014, 12:48 AM
Post: #2
 
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

Ads

Find all posts by this user
Quote this message in a reply
03-25-2014, 01:04 AM
Post: #3
 
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/
Find all posts by this user
Quote this message in a reply
03-25-2014, 01:19 AM
Post: #4
 
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/cur...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-stan...ences.html
Find all posts by this user
Quote this message in a reply
03-25-2014, 01:34 AM
Post: #5
 
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)