Template:UTDallasMenu

From 2010.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
 +
 +
/*----------------------------------------------------------------------------*/
 +
/*  color scheme                                                            */
 +
/*----------------------------------------------------------------------------*/
 +
 +
/* COLOR #1 background of the top most bar */
 +
.logo-div{background-color:#8dcff4;}
 +
 +
/* COLOR #2 background of the horizontal bar */
 +
#topbar-nav{background-color:#bfe2f9;}
 +
 +
/* COLOR #3 background of buttons in the horizontal bar on hover */
 +
#topbar-nav a:hover{background-color:#8dcff4;}
 +
 +
/* COLOR #4 background of button when on that page, no link (should be same as COLOR #8) */
 +
#topbar-nav .selflink{background-color:#bfe2f9;}
 +
 +
/* COLOR #5 background left side menu */
 +
#leftsidemenu .body {background-color:#bfe2f9;}
 +
#leftsidemenu .normal{background-color:#bfe2f9;}
 +
#leftsidemenu .counter {background-color:#bfe2f9;}
 +
 +
/* COLOR #6 background left side menu lighter color boxes (eg Sponsors) */
 +
#leftsidemenu .light{background-color:#bfe2f9;}
 +
 +
/* COLOR #7 background of buttons in left side menu on hover */
 +
#leftsidemenu a:hover{background-color:#8dcff4;}
 +
 +
/* COLOR #8 background of button when on that page, no link */
 +
#leftsidemenu .selflink{background-color:#8dcff4;}

Revision as of 17:42, 28 June 2010