Difference between revisions of "Design Specs: CSS"

From WormBaseWiki
Jump to navigationJump to search
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
Define standardized 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