Template:Gu Maxx temp

From 2010.igem.org

/* Basic style */

  1. gumax-nav { display: block; margin: 0; padding: 0; position: relative; }
  2. gumax-nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  3. gumax-nav a { display: block; font-family: 'Trebuchet MS', Georgia, Verdana, Sans-serif, Arial; font-size: 110%; text-decoration: none; }
  4. gumax-nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; z-index: 500; }
  • html #gumax-nav ul { line-height: 0; } /* IE6 "fix" */
  1. gumax-nav ul a { zoom: 1; } /* IE6/7 fix */
  2. gumax-nav ul li { float: none; }
  3. gumax-nav ul ul { top: 0; }

/* Essentials */

  1. gumax-nav ul { min-width: 200px; width: 200px; }
  2. gumax-nav ul ul { left: 201px; }

/* theming */ /*#gumax-nav { height: 29px; background: #333; border-top: 1px solid #c7c7c7; border-bottom: 1px solid #e7e7e7;}/**/

  1. gumax-nav { height: 29px; background: #333;}
  2. gumax-nav *:hover { background-color: none; }
  3. gumax-nav a {

font-weight: bold; color: #bbb; padding: 8px 10px; line-height: 1; }

  1. gumax-nav li.hover a, #gumax-nav ul li, #gumax-nav ul li a { background-color: #5e5a5a; /* drop down background */ border-bottom: 1px solid #777;}
  2. gumax-nav ul { top: 27px; }
  3. gumax-nav ul li a { font-weight: bold; color: #fff; padding: 4px 10px; /* white-space: nowrap; /* wrap long item */ }
  4. gumax-nav a.hover, #gumax-nav ul a.hover { background-color: #999; color: #eee; }
  5. gumax-nav ul { border: none; opacity: 0.9; filter: alpha(opacity=90); }