Template:Uppsala-SwedenTemplatetest
From 2011.igem.org
Line 1: | Line 1: | ||
__NOTOC__<html lang="en"> | __NOTOC__<html lang="en"> | ||
<head> | <head> | ||
+ | |||
+ | |||
+ | {{Template:Uppsala-SwedenTemplate}} | ||
+ | |||
+ | <span class="title">''Uppsala '' <span class="bold">University</span>.</span> | ||
+ | |||
+ | <div class="wrap_1"> | ||
+ | <div id="mainred"> | ||
+ | <span class="hidden">Welcome to Uppsala-SwedeniEM '2011</span> | ||
+ | </div></div> | ||
+ | <div class="wrap_3"> | ||
+ | <div id="mainlogo"> | ||
+ | <span class="hidden">This is the looong logo</span> | ||
+ | </div> | ||
+ | |||
+ | <!--<div class="subtitle contrast grid_17 clearfix"> | ||
+ | <span>Navigation</span> | ||
+ | </div>--> | ||
+ | <html> | ||
+ | <div id="floatMenu"> | ||
+ | <ul class="menu1"> | ||
+ | <li><a href="https://2011.igem.org/Team:Uppsala-Sweden" onclick="return true;">Home</a></li> | ||
+ | </ul> | ||
+ | <ul class="menu2"> | ||
+ | <li><a href="https://2011.igem.org/Team:Uppsala-Sweden/Team" onclick="return true;">Team </a></li> | ||
+ | </ul> | ||
+ | <ul class="menu3"> | ||
+ | <li><a href="https://2011.igem.org/Team:Uppsala-Sweden/Project" onclick="return true;">Project </a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Uppsala-Sweden/Project/Model" onclick="return true;"> Model </a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Uppsala-Sweden/Project/Protocol" onclick="return true;">Protocol</a></li> | ||
+ | </ul> | ||
+ | <ul class="menu4"> | ||
+ | <li><a href="https://2011.igem.org/Team:Uppsala-Sweden/Bioethics_Biosafety" onclick="return true;">Bioethics & Biosafety</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Uppsala-Sweden/Human_Practices" onclick="return true;">Human Practices</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Uppsala-Sweden/Notebook" onclick="return true;">Notebook</a></li> | ||
+ | </ul> | ||
+ | <ul class="menu5"> | ||
+ | <li><a href="https://2011.igem.org/Team:Uppsala-Sweden/Sponsors" onclick="return true;">Our Sponsors</a></li> | ||
+ | </div></html> | ||
+ | <!--<div id="submenu"> | ||
+ | <div class="grid_17 submenu"> | ||
+ | [[Team:Uppsala-Sweden/Team | Team]] | ||
+ | [[Team:Uppsala-Sweden/Notebook/Deliverables | Accomplishments]] | ||
+ | [[Team:Uppsala-Sweden/Notebook/Safety | Safety]] | ||
+ | [[Team:Uppsala-Sweden/Notebook/Protocols | Our protocols]] | ||
+ | [[Team:Uppsala-Sweden/Notebook/Brainstorming | Brainstorming ideas]] | ||
+ | [[Team:Uppsala-Sweden/Notebook/Links | Online resources]] | ||
+ | </div> | ||
+ | </div>--> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="wrap_12"> | ||
+ | <div id="maincontent"> | ||
+ | <span class="blue"></span> | ||
+ | </div> | ||
+ | |||
+ | <div id="menu" class="hp clearfix main"> | ||
+ | |||
+ | <html> | ||
+ | <script type="text/javascript">var MenuLinkedBy="AllWebMenus [4]",awmMenuName="unicodemenus",awmBN="846";awmAltUrl="";</script><script charset="UTF-8" src="http://aminsaffari.com/JS/unicodemenus.js" type="text/javascript"></script><script type="text/javascript">awmBuildMenu();</script> | ||
+ | </html> | ||
+ | </div> | ||
Revision as of 14:18, 13 July 2011
{{Template:Uppsala-SwedenTemplate}} ''Uppsala '' University.
</div>
<style type="text/css">
ul.thumb { float: left; list-style: none; margin: 0; padding: 10px; width: 360px; } ul.thumb li { margin: 0; padding: 5px; float: left; position: relative; /* Set the absolute positioning base coordinate */ width: 110px; height: 110px; } ul.thumb li img { width: 100px; height: 100px; /* Set the small thumbnail size */ -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */ border: 1px solid #ddd; padding: 5px; background: #f0f0f0; position: absolute; left: 0; top: 0; } ul.thumb li img.hover { background:url(thumb_bg.png) no-repeat center center; /* Image used as background on hover effect border: none; /* Get rid of border on hover */ }
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){
//Larger thumbnail preview
$("ul.thumb li").hover(function() { $(this).css({'z-index' : '10'}); $(this).find('img').addClass("hover").stop() .animate({ marginTop: '-110px', marginLeft: '-110px', top: '50%', left: '50%', width: '500px', height: '500px', padding: '20px' }, 200);
} , function() { $(this).css({'z-index' : '0'}); $(this).find('img').removeClass("hover").stop() .animate({ marginTop: '0', marginLeft: '0', top: '0', left: '0', width: '100px', height: '100px', padding: '5px' }, 400); });
//Swap Image on Click $("ul.thumb li a").click(function() {
var mainImage = $(this).attr("href"); //Find Image Name $("#main_view img").attr({ src: mainImage }); return false; });
}); </script>
<style type="text/css">
a.p1 {display:block; width:75px; height:75px; text-decoration:none; background:#fff; border:0; margin:20px 0 0 100px; float:left;} a.p1 img {display:block; border:0;} a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000; position:relative; z-index:500;} a.p1 b {display:block; position:absolute; left:-9999px; padding:10px; opacity:0;
-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4); -icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4); -khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4); box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-o-border-radius: 8px; -icab-border-radius: 8px; -khtml-border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
-webkit-transition: opacity 0.6s ease-in-out;
}
a.p1:hover b {top:-65px; left:110px; padding:10px; border:1px solid #aaa; background:#fff; opacity:1.0;
}
- info {z-index:100; height:22em;}
- info {z-index:100; height:22em;}
</style>
</head>
<body>
- <a href="#"><img src="" alt="" /></a>
<a class="p1" href="#v"><img src="" alt="" /><img class="large" src="" alt="" /></a>
</div>
</body>