Team:VIT Vellore/Template/Menu
From 2011.igem.org
(Difference between revisions)
A.Sivakumar (Talk | contribs) |
|||
(44 intermediate revisions not shown) | |||
Line 322: | Line 322: | ||
.lavaLamp { | .lavaLamp { | ||
position:absolute; | position:absolute; | ||
- | margin: | + | left:-200px; |
+ | margin:0px; | ||
top:150px; | top:150px; | ||
display:block; | display:block; | ||
- | width: | + | width:145%; |
height:25px; | height:25px; | ||
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); | -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); | ||
Line 338: | Line 339: | ||
/* Represents the background of the highlighted menu-item. */ | /* Represents the background of the highlighted menu-item. */ | ||
.lavaLamp li.back { | .lavaLamp li.back { | ||
- | background: url("https://static.igem.org/mediawiki/2011/b/b8/Vit_button.png") no-repeat right | + | background: url("https://static.igem.org/mediawiki/2011/b/b8/Vit_button.png") no-repeat right 0px; |
top:2px; | top:2px; | ||
+ | left:20px | ||
width: 9px; height: 30px; | width: 9px; height: 30px; | ||
z-index: 6; | z-index: 6; | ||
Line 355: | Line 357: | ||
text-decoration: none; | text-decoration: none; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
- | font: bold 20px | + | font: bold 20px helvetica; |
color: #fff; outline: none; | color: #fff; outline: none; | ||
text-align: center; | text-align: center; | ||
Line 361: | Line 363: | ||
z-index: 10; letter-spacing: 0; | z-index: 10; letter-spacing: 0; | ||
float: left; display: block; | float: left; display: block; | ||
- | margin: auto | + | margin: auto 75px; |
} | } | ||
</style> | </style> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | $(function() { $(".lavaLamp").lavaLamp({ fx: " | + | $(function() { $(".lavaLamp").lavaLamp({ fx: "elasinout", speed: 700 })}); |
</script> | </script> | ||
Line 377: | Line 379: | ||
<li><a href="#">Team</a></li> | <li><a href="#">Team</a></li> | ||
<li><a href="https://2011.igem.org/Team:VIT_Vellore/Safety">Safety</a></li> | <li><a href="https://2011.igem.org/Team:VIT_Vellore/Safety">Safety</a></li> | ||
+ | <li><a href="#">Attributions</a></li> | ||
</ul> | </ul> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 07:20, 5 October 2011