“Stokatto Media” Documentation by artalex v2.0


“Stokatto Media”

Created: 18/06/2010
By: Artur Cosicov
Email: admin@atillus.com

Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. HTML Structure
  2. CSS Files and Structure
  3. JavaScript
  4. Layered PNG Files
  5. Sources and Credits

A) HTML Structure - top

This theme is a fixed layout (960px width) with two columns.
All of the information within the main content area is nested within a div with a style name "posts". The sidebar's (column #2) content is within a div with a style name"sidebar". The general template structure is the same throughout the template. Here is the general structure.

HTML Structure

If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following:

	.posts a {
		color: #someColor;
	} 

B) CSS Files and Structure - top

Style.css is general CSS file that contains all of the specific stylings for template pages.
The first section in style.css is a generic reset rules. Many browser interpret the default behavior of html elements differently. By using a general reset rules, we can work round this.

The file style.css is separated into sections using:

	/* === Header Section === */

	some code


/* === Blog posts Section === */ some code /* === Sidebar Section === */ some code

/* === Portfolio pages Section === */ some code
/* === Footer Section === */ some code etc, etc.

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.


C) JavaScript - top

This theme imports 6 Javascript files in total. All Javascripts files are located in /scripts folder.

  1. jQuery (jquery.min.js) - Javascript library that greatly reduces the amount of code that you must write
  2. Smooth menu navigation script (ddsmoothmenu.js)
  3. Horizontal accordeon slider script (haccordion.js) - used on homepage only
  4. Infinite Carousel slider script (infinitecarousel.js) - used on homepage only
  5. Lightbox images script (/lightbox) - used on portfolio pages

D) Layered PNG Files - top

I've included 6 layered Fireworks PNG's with this theme:

  1. The homepage layout (home.png)
  2. The blog page layout (blog.png)
  3. The portfolio pages layouts (portfolio.png and portfolio2.png)
  4. The Single blog post layout (single.png)
  5. The "About" page layout (about.png)

E) Sources and Credits - top

I've used the following files as listed:


Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.

Artur Cosicov.

Go To Table of Contents