Team:UCSF/ContactUs
From 2013.igem.org
(Difference between revisions)
Line 176: | Line 176: | ||
font-size: 1.5em; | font-size: 1.5em; | ||
} | } | ||
+ | /*Sidebar*/ | ||
+ | #sidebar{ | ||
+ | position: absolute; | ||
+ | width: 150px; | ||
+ | z-index: 0; | ||
+ | } | ||
+ | |||
+ | #sidebar #list{ | ||
+ | background: #ffffff; | ||
+ | } | ||
+ | #sidebar h2{ | ||
+ | color: #008000; | ||
+ | padding: 20px 15px 0px 15px; | ||
+ | font-size: 2.0em; | ||
+ | } | ||
+ | #sidebar ul{ | ||
+ | list-style: none; | ||
+ | margin: 0px 15px; | ||
+ | } | ||
+ | #sidebar #list > ul{ | ||
+ | padding-bottom: 20px; | ||
+ | } | ||
+ | #sidebar a{ | ||
+ | color: #008000; | ||
+ | font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif; | ||
+ | font-size: 1.6em; | ||
+ | display: block; | ||
+ | line-height: 1.4em; | ||
+ | } | ||
+ | #sidebar a:hover{ | ||
+ | text-decoration: none; | ||
+ | color: #4E9600; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
</head> | </head> |
Latest revision as of 18:17, 28 October 2013