Oceanic Store - Responsive HTML Template
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!
Features
-
Responsive Design
-
13 HTML Pages
-
2 different site design styles: boxed and full width
-
14 Full Layered PSD files
-
Great documentation
-
Used Google font "PT Sans Narrow"
-
Compatible with all major browsers
-
Grid / list products view
-
Footer information (About Us, Contact Us, Twitter and Facebook)
-
Used HTML5 and CSS3
Boxed layout
- Open HTML file;
- Find: <body>
- Replace with: <body class="full">
Style Settings
You can pick the settings on a demo site, and then use the instructions below to use on your website.

Open file: css/style.css
Header Font
Go to the site http://www.google.com/webfonts.
Find a font you like and click "Quick-use", as shown in the image below:

Select the tab "@import" (1), copy (2) and paste the string (3), copy (4) and paste the string (5) as shown in the image below:

Text Font

Background Image

Background Color

Color 1

Color 2

HTML Structure
This theme is a fixed layout with two columns (main content with left sidebar or right sidebar). All of the information within the main content area is nested within a div with an id of "content-center". The sidebar's (column #2) content is within a div with an id of "content-left". The sidebar's (column #3) content is within a div with an id of "content-right".The general template structure is the same throughout the template. Here is the general 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:
#content-right a {
color: #ff0000;
}
CSS Files and Structure
I'm using six CSS files in this theme:
- markup.css - It is main css which control structure & columns of website;
- ie8.css - It is css for only Internet Explorer 8;
- colorbox.css - here you can change the style of popup image viewer;
- elastislide.css - carousel of images;
- flexslider.css - slider images;
- style.css - Here you can change the font, background image and the background color of the page.
The markup.css file contains all of the specific stylings for the page. The file is separated into sections using:
/*
------------ BODY ------------
*/
some code
/*
------------ LAYOUT ------------
*/
some code
/*
------------ MENU ------------
*/
some code
JavaScript
This theme imports 2 external Javascript files:
- https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js - jQuery Library;
- https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js - jQuery UI Library.
and 8 internal Javascript files:
- main.js - used to display the effects;
- html5.js - provides support for html5 in older versions of Internet Explorer;
- respond.min.js - provides support for Responsive Design in older versions of Internet Explorer;
- jquery.flexslider-min.js - slider plugin;
- jquery.elastislide.js - carousel plugin;
- jquery.colorbox-min.js - popup image viewer;
- jquery.tweet.js - Twitter widget;
- tabs.js - tabs plugin.
PSD Files
This theme included 12 different PSD pages:
- Home (Index) - Home.psd
- About Us - AboutUs.psd
- Shopping Cart - Cart.psd
- Checkout - Checkout.psd
- Contact Us - ContactUs.psd
- View products in a grid - Grid.psd
- View products in a list - List.psd
- Account Login - Login.psd
- Order Information - Order.psd
- Order History - Orders.psd
- Product view - Product.psd
- Sitemap - Sitemap.psd
and 2 special pages:
- Full layout - FullWidth.psd
- Mobile layout - Mobile.psd