Difference between revisions of "Design Document Client Side Coding Details"
Jump to navigation
Jump to search
(added style sheet info.) |
(added wiki links) |
||
Line 5: | Line 5: | ||
The table below and to the right contains links to all of this material. <br> | The table below and to the right contains links to all of this material. <br> | ||
There are a few files that are common to all seven web pages; They are described below. | There are a few files that are common to all seven web pages; They are described below. | ||
== Common Style Sheet == | == Common Style Sheet == | ||
{{WIKI Links for BOARD18 WEB Pages}} | |||
The board18com.css style sheet lays out the overall structure of all BOARD18 pages. This consists of the top of page division, the left of page division and the right of page division. These divisions are described [[Design_Document_Esthetics#Page_Layout|here]]. This style sheet also formats the header area of all BOARD18 pages. The top level block elements in this style sheet will all use fixed positioning. | The board18com.css style sheet lays out the overall structure of all BOARD18 pages. This consists of the top of page division, the left of page division and the right of page division. These divisions are described [[Design_Document_Esthetics#Page_Layout|here]]. This style sheet also formats the header area of all BOARD18 pages. The top level block elements in this style sheet will all use fixed positioning. | ||
Revision as of 15:41, 11 September 2014
Design Document edit | |
The client side of Board18 consists of seven web pages.
These web pages are described briefly in the Client Side Overview document.
But they are also described in more detail, each in their own set of WIKI pages.
The table below and to the right contains links to all of this material.
There are a few files that are common to all seven web pages; They are described below.
Common Style Sheet
The board18com.css style sheet lays out the overall structure of all BOARD18 pages. This consists of the top of page division, the left of page division and the right of page division. These divisions are described here. This style sheet also formats the header area of all BOARD18 pages. The top level block elements in this style sheet will all use fixed positioning.