From 2011.igem.org
(Difference between revisions)
|
|
Line 8: |
Line 8: |
| | | |
| <script type="text/javascript"> | | <script type="text/javascript"> |
- |
| |
- | $(function() {
| |
- | $('ul.llmenu').lavaLamp({ speed: 300, autoReturn: true , target:'li'});
| |
- | });
| |
- | $(function(){
| |
- | $('ul#accmenu').accordion({
| |
- | header:'.head',
| |
- | fillSpace:false,
| |
- | autoHeight:false,
| |
- | navigation:true,
| |
- | animated: 'easeslide'})
| |
- | });
| |
- | </script>
| |
- |
| |
- | <style type="text/css">
| |
- |
| |
- | body{background:#191f46;}
| |
- |
| |
- | div.thumb {
| |
- | border:none;
| |
- | }
| |
- | div.thumb div{
| |
- | background-color:transparent;
| |
- | border:none;
| |
- | }
| |
- |
| |
- | div.thumb div a{
| |
- | border:none;
| |
- | }
| |
- |
| |
- | #bodyContent{
| |
- | position:relative;
| |
- | width:970px;
| |
- | font-family: "Lucida Sans Unicode", "Lucida Grande", Nobile, Verdana, Arial, Helvetica, sans-serif;
| |
- | color:#323232;
| |
- | background-image:url('https://static.igem.org/mediawiki/2010/0/0a/Cam-Repeat.png');
| |
- |
| |
- | }
| |
- | #bodyContent a{
| |
- | color:#73a631;
| |
- | }
| |
- | h1,h2,h3,h4,h5,h6{
| |
- | color:#424242;
| |
- | }
| |
- |
| |
- | #paddedcontent{padding:20px;}
| |
- | #wrap {
| |
- | position:relative;
| |
- | top:-15px;
| |
- | width:965px;
| |
- | }
| |
- | #header {}
| |
- | #left {
| |
- | float:left;
| |
- | width:200px;
| |
- | padding:10px;
| |
- | background-color:#ddd;
| |
- | border-top:solid 5px #fff;
| |
- | }
| |
- | .tophome{
| |
- | text-align:center;
| |
- | }
| |
- |
| |
- | .secheader{
| |
- | height:50px;
| |
- | color:#ffffff;
| |
- | padding-left:10px;
| |
- | padding-top:15px;
| |
- | font-size:2.0em;
| |
- | text-align:left;
| |
- | overflow:auto;
| |
- | background-image:url('https://static.igem.org/mediawiki/2010/a/ad/Cam-Gradient-Overlay.png');
| |
- | }
| |
- |
| |
- | .contwrap{
| |
- | text-align:justify;
| |
- | background:#f8f8f8;
| |
- | color:#333333;
| |
- | width:720px;
| |
- | padding-left:10px;
| |
- | padding-top:5px;
| |
- | padding-right:10px;
| |
- | padding-bottom:20px;
| |
- | margin-top:5px;
| |
- | margin-bottom:none;
| |
- | }
| |
- |
| |
- | #left ul{
| |
- | list-style:none;
| |
- | overflow:hidden;
| |
- | padding-left:0px;
| |
- | margin-left:10px;
| |
- | }
| |
- | #left ul li{
| |
- | margin-bottom:8px;
| |
- | position:relative;
| |
- | padding-top:4px;
| |
- | padding-bottom:0px;
| |
- | padding:none;
| |
- | font-family:verdana, Nobile;
| |
- | }
| |
- | #left ul.llmenu li{
| |
- | padding-left:10px;
| |
- | }
| |
- | #left ul li.backLava{
| |
- | background-color:#eeeeee;
| |
- | border-left:solid;
| |
- | border-color:#96d446;
| |
- | border-width:5px;
| |
- | height:23px;
| |
- | }
| |
- |
| |
- | #left ul.llmenugreen li{
| |
- | border-color:#96d446;
| |
- | }
| |
- |
| |
- | #left ul.llmenublue li{
| |
- | border-color:#386abc;
| |
- | }
| |
- |
| |
- | #left ul.llmenured li{
| |
- | border-color:#fb5c2b;
| |
- | }
| |
- |
| |
- | #left ul.llmenuyellow li{
| |
- | border-color:#fad72a;
| |
- | }
| |
- |
| |
- | #left a{
| |
- | color:#555;
| |
- | font-size:15px;
| |
- | font-weight:bold;
| |
- | text-decoration:none;
| |
- | outline:none;
| |
- | display:block;
| |
- | width:200px;
| |
- | }
| |
- |
| |
- | #left a:hover {
| |
- | color:#181818;
| |
- | }
| |
- |
| |
- |
| |
- | #left a.hello{
| |
- | display:inline;
| |
- | }
| |
- | h2 {
| |
- | margin:0 0 1em;
| |
- | }
| |
| | | |
| #right{ | | #right{ |
Revision as of 11:25, 11 July 2011