Team:Berkeley/Style
From 2012.igem.org
(Difference between revisions)
Cheung.celia (Talk | contribs) |
Cheung.celia (Talk | contribs) |
||
Line 96: | Line 96: | ||
} | } | ||
+ | #content { | ||
+ | height:100%; | ||
+ | font-family: Tahoma, Verdana, Arial, Georgia; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | background:#FFFFFF; | ||
+ | |||
+ | } | ||
+ | #f-list a { | ||
+ | color: #1DACAF; | ||
+ | |||
+ | } | ||
+ | #f-list a:hover { | ||
+ | color: #1DACAF; | ||
+ | } | ||
+ | |||
+ | #main { | ||
+ | |||
+ | background:#FFFFFF; | ||
+ | |||
+ | padding-right:10px; | ||
+ | height:100%; | ||
+ | border-style:solid; | ||
+ | margin-left: 20%; | ||
+ | } | ||
+ | |||
+ | #menubar li a{ | ||
+ | color:#1DACAF; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | #menubar.right-menu:hover, #menubar.left-menu:hover { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #menubar li a:hover { | ||
+ | color:#1DACAF; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | |||
+ | #menubar li.selected a { | ||
+ | color:#555555; | ||
+ | } | ||
+ | |||
+ | .right-menu ul { border: none;} | ||
+ | |||
+ | #sidebar { | ||
+ | float:left; | ||
+ | width: 20%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #styleContainer { | ||
+ | height: 1%; | ||
+ | overflow: hidden; | ||
+ | background: url(https://static.igem.org/mediawiki/2012/3/33/UCBsideBackground.png) repeat-y left; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | <script language="JavaScript" type="text/javascript"> | ||
+ | |||
+ | <!-- | ||
+ | $("#accordion > li > div").click(function(){ | ||
+ | |||
+ | if(false == $(this).next().is(':visible')) { | ||
+ | $('#accordion ul').slideUp(300); | ||
+ | } | ||
+ | $(this).next().slideToggle(300); | ||
+ | }); | ||
+ | |||
+ | // --> | ||
+ | </script> | ||
<div id="main"> | <div id="main"> |
Revision as of 07:27, 30 August 2012