Difference between revisions of "Design Specs: CSS"
From WormBaseWiki
Jump to navigationJump to search (New page: == Objectives == Define scheme of the next generation WormBase website using CSS) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== Objectives == | == Objectives == | ||
− | Define scheme of the next generation WormBase website using CSS | + | Define standardized scheme of the next generation WormBase website using CSS |
+ | |||
+ | * Work with templates to create the basic page structure and design | ||
+ | |||
+ | == CSS files: == | ||
+ | |||
+ | * wormbase.css | ||
+ | ** will contain standardized scheme for the entire WormBase website | ||
+ | |||
+ | * GBrowse.css | ||
+ | ** to be used only on GBrowse pages | ||
+ | ** will contain css data specific for the tabbed browsing found in gbrowse 2.0 | ||
+ | ** will @import wormbase.css to keep website unified | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:Developer documentation]] |
Latest revision as of 18:48, 11 August 2010
Objectives
Define standardized scheme of the next generation WormBase website using CSS
- Work with templates to create the basic page structure and design
CSS files:
- wormbase.css
- will contain standardized scheme for the entire WormBase website
- GBrowse.css
- to be used only on GBrowse pages
- will contain css data specific for the tabbed browsing found in gbrowse 2.0
- will @import wormbase.css to keep website unified