Team:UCLondon/Templates/links-footerv2
From 2012e.igem.org
(Difference between revisions)
(11 intermediate revisions not shown) | |||
Line 8: | Line 8: | ||
<p class="left-footer">Morph Bioinformatics</p> | <p class="left-footer">Morph Bioinformatics</p> | ||
<ul class="right-footer"> | <ul class="right-footer"> | ||
- | <li><a href=" | + | <li><a href="http://dl.dropbox.com/u/3703109/igeme/home.html">Home</a></li> |
- | <li><a href=" | + | <li><a href="http://dl.dropbox.com/u/3703109/igeme/downloads.html">Downloads</a></li> |
- | <li><a href=" | + | <li><a href="http://dl.dropbox.com/u/3703109/igeme/news.html">News</a></li> |
- | <li><a href=" | + | <li><a href="http://dl.dropbox.com/u/3703109/igeme/jobs.html">Job Opportunities</a></li> |
- | <li><a href=" | + | <li><a href="http://dl.dropbox.com/u/3703109/igeme/contact.html">Contact Us</a></li> |
<li><a href="#">MediaWiki</a><ul class='mediawiki-footer'><li>item1</li></ul></li> | <li><a href="#">MediaWiki</a><ul class='mediawiki-footer'><li>item1</li></ul></li> | ||
</ul> | </ul> | ||
Line 24: | Line 24: | ||
#MBFooter { background: url(http://db.tt/cPPm1hVY) repeat-x; width:100%; margin:auto; height:100px; position:relative; bottom:-40px; left:0; } | #MBFooter { background: url(http://db.tt/cPPm1hVY) repeat-x; width:100%; margin:auto; height:100px; position:relative; bottom:-40px; left:0; } | ||
+ | |||
+ | #MBFooter:before { content:""; display:block; width:100%; height:3px; | ||
+ | |||
+ | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from( rgba(255, 255, 255, 0.7) ), to( rgb(0, 0, 0) ) ); | ||
+ | background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(0, 0, 0) ); | ||
+ | background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(0, 0, 0) ); | ||
+ | background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(0, 0, 0) ); | ||
+ | background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(0, 0, 0) ); | ||
+ | background-image: linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(0, 0, 0) ); | ||
+ | |||
+ | box-shadow: 1px #888; | ||
+ | |||
+ | } | ||
#foot-icon1 { float: left; } | #foot-icon1 { float: left; } | ||
Line 66: | Line 79: | ||
float:left; | float:left; | ||
margin-right: 10px; | margin-right: 10px; | ||
+ | padding-top:2px; | ||
} | } | ||
Line 84: | Line 98: | ||
- | #footer-links { width: | + | #footer-links { width:761px; margin-left:auto; margin-right:auto; padding-top:40px; } |
</style> | </style> |
Latest revision as of 01:02, 9 January 2013