Team:Glasgow/sandbox
From 2011.igem.org
(Difference between revisions)
Line 25: | Line 25: | ||
$('.listmain').not('.curlink').css("color","#dddddd"); | $('.listmain').not('.curlink').css("color","#dddddd"); | ||
$('#headover ul').fadeOut(500); | $('#headover ul').fadeOut(500); | ||
- | $('#headover').stop().animate({height:'0px',top:' | + | $('#headover').stop().animate({height:'0px',top:'0px'},1000); |
}); | }); | ||
Line 55: | Line 55: | ||
#top-section { | #top-section { | ||
- | background-color: # | + | background-color: #052e5e; |
height: 100px; | height: 100px; | ||
border: none; | border: none; | ||
Line 80: | Line 80: | ||
#menubar a:active,#menubar a:hover,#menubar a:link,#menubar a:visited { | #menubar a:active,#menubar a:hover,#menubar a:link,#menubar a:visited { | ||
- | color: # | + | color: #ffffff;} |
#footer-box { | #footer-box { | ||
Line 94: | Line 94: | ||
width: 900px; | width: 900px; | ||
border: none; | border: none; | ||
- | font-family: | + | font-family: calibri, arial, sans-serif; |
- | color: #000000} | + | color: #000000; |
+ | background-color:#052e5e;} | ||
#title { | #title { | ||
Line 114: | Line 115: | ||
#menu { | #menu { | ||
width:900px; | width:900px; | ||
- | height: | + | height:200px; |
position: relative; | position: relative; | ||
top: 20px; | top: 20px; | ||
Line 120: | Line 121: | ||
#menuback { | #menuback { | ||
- | width: | + | width:900px; |
- | height: | + | height:50px; |
position: absolute; | position: absolute; | ||
top: 0px; | top: 0px; | ||
Line 128: | Line 129: | ||
#headpic { | #headpic { | ||
- | width: | + | width:900px; |
height:150px; | height:150px; | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 50px; |
- | left: | + | left: 0px; |
- | background-image: url( | + | background-image: url(); } |
#headover { | #headover { | ||
- | width: | + | width: 900px; |
height:0px; | height:0px; | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 0px; |
left: 0px; | left: 0px; | ||
- | background: url( | + | background: url('http://www.ukdocumentmanagement.com/images/blue_box_3.jpg') 0px 0px no-repeat; } |
a { | a { | ||
Line 147: | Line 148: | ||
#headtit{ | #headtit{ | ||
- | font-family: | + | font-family: calibri, arial, sans-serif; |
font-size: 1.2em; | font-size: 1.2em; | ||
color: #ffffff; | color: #ffffff; | ||
Line 168: | Line 169: | ||
#menulist li{ | #menulist li{ | ||
height: 30px; | height: 30px; | ||
+ | width:100px; | ||
+ | float:left; | ||
+ | display:block; | ||
} | } | ||
Line 174: | Line 178: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
text-decoration: none; | text-decoration: none; | ||
- | font-family: | + | font-family: calibri, arial, sans-serif; |
color: #ffffff;} | color: #ffffff;} | ||
Line 200: | Line 204: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
text-decoration: none; | text-decoration: none; | ||
- | font-family: | + | font-family: calibri, arial, sans-serif; |
color: #dddddd;} | color: #dddddd;} | ||
Revision as of 21:41, 16 July 2011