Team:Brown-Stanford/Templates/Main
From 2011.igem.org
(Difference between revisions)
Line 207: | Line 207: | ||
</style> | </style> | ||
+ | <style> | ||
+ | body{ | ||
+ | background:#333 url(bg.jpg) repeat top left; | ||
+ | font-family:Arial; | ||
+ | } | ||
+ | span.reference{ | ||
+ | position:fixed; | ||
+ | left:10px; | ||
+ | bottom:10px; | ||
+ | font-size:12px; | ||
+ | } | ||
+ | span.reference a{ | ||
+ | color:#aaa; | ||
+ | text-transform:uppercase; | ||
+ | text-decoration:none; | ||
+ | text-shadow:1px 1px 1px #000; | ||
+ | margin-right:30px; | ||
+ | } | ||
+ | span.reference a:hover{ | ||
+ | color:#ddd; | ||
+ | } | ||
+ | ul.sdt_menu{ | ||
+ | margin-top:150px; | ||
+ | } | ||
+ | h1.title{ | ||
+ | text-indent:-9000px; | ||
+ | background:transparent url(title.png) no-repeat top left; | ||
+ | width:633px; | ||
+ | height:69px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
<script> | <script> | ||
$(document).ready(function() { | $(document).ready(function() { |
Revision as of 19:01, 6 June 2011
Slide Down Box Menu with jQuery and CSS3
Brown-Stanford iGEM