About the Design
Two grids have been used for the design: one of 12 columns (66px) and another one of 24 sub-columns (26px) with a glutter of 14px and a width of 946px (BBC – Visual Language Guidelines v1.0.6).
These parameters matched up perfectly with the dimensions of the golden ratio incorporated to the design. To respect the golden ratio and to better visualize the text, two líneas bases are used in some areas of the design, one of 14px and another one of 18px. Although it is not the most correct option, it is the one that best adapted to the idea.
About the Style – CSS
It has been divided into five files, which were imported in style.css, as shown in this code.
@import "style/css/reset.css"; @import "style/css/typography.css"; @import "style/css/layout.css"; @import "style/css/coda.css"; /*@import "style/css/diagnostic.css"; Just use for developing tests */
Reset.css
The one created by Eric Meyers, in its v1.0 | 20080212, has been used.
Typography.css
As mentioned above, the base line used for this text has 18px. The default font size has 12px.
The body will remain as follows:
body{font: 75%/1.5em Arial, Helvetica, sans-serif;}James Whittaker has created an application under Adobe Aire that is quite useful when preparing base lines.
Colors used:
Darker: #000, Dark: #333, Midel-light: #666, Light: #999, Lighter: #FFF.
These colors have been used both for the fonts and the design.
Layout.css
As indicated by its name, the layout specifications can be found in this style.
Coda.css
The styled for the coda-slider.js script can be found in this style.
Diagnostic.css
It is a diagnosis tool created by Eric Meyers.

03-03-2009 at %I:%M %p