Difference between revisions of "Team:Uppsala"
Line 35: | Line 35: | ||
/*Button effects*/ | /*Button effects*/ | ||
− | .buttons img:hover, #nic img { | + | .buttons img:hover, #nic img, #med img { |
opacity: 1; | opacity: 1; | ||
} | } | ||
− | .buttons img:hover, #nic img:hover { | + | .buttons img:hover, #nic img:hover, #med img:hover { |
opacity: 0.2; | opacity: 0.2; | ||
} | } | ||
Line 66: | Line 66: | ||
font-size: 170%; | font-size: 170%; | ||
} | } | ||
− | #nic .description { | + | #nic .description, #med .description { |
width:75%; | width:75%; | ||
margin: auto; | margin: auto; | ||
} | } | ||
− | .buttons:hover .description, #nic:hover .description { | + | .buttons:hover .description, #nic:hover .description, #med:hover .description { |
visibility: visible; | visibility: visible; | ||
opacity: 1; | opacity: 1; | ||
Line 77: | Line 77: | ||
-webkit-transform: translateY(140px); | -webkit-transform: translateY(140px); | ||
transform: translateY(140px); | transform: translateY(140px); | ||
+ | } | ||
+ | |||
+ | #med:hover .description { | ||
+ | visibility: visible; | ||
+ | opacity: 1; | ||
+ | -moz-transform: translateY(40px); | ||
+ | -webkit-transform: translateY(40px); | ||
+ | transform: translateY(40px); | ||
} | } | ||
Line 124: | Line 132: | ||
/*padding: 25px 0px;*/ | /*padding: 25px 0px;*/ | ||
box-shadow: 10px 10px 20px #888888; | box-shadow: 10px 10px 20px #888888; | ||
+ | /*margin-top: 14px; | ||
+ | margin-bottom: 3px;*/ | ||
+ | } | ||
+ | |||
+ | #med { | ||
+ | width: 1100px; | ||
+ | height: 105px; | ||
+ | box-shadow: 10px 10px 20px #888888; | ||
+ | overflow: hidden; | ||
margin-top: 14px; | margin-top: 14px; | ||
− | + | background-color: #E84243; | |
} | } | ||
Line 243: | Line 260: | ||
</table> | </table> | ||
<hr> | <hr> | ||
− | <a href="https://2015.igem.org/Team:Uppsala/Journey"><img id="medal" src="https://static.igem.org/mediawiki/2015/f/f7/Uppsala_goldmedal.png"></a> | + | <!--<a href="https://2015.igem.org/Team:Uppsala/Journey"><img id="medal" src="https://static.igem.org/mediawiki/2015/f/f7/Uppsala_goldmedal.png"></a>--> |
<table class="button_grid"> | <table class="button_grid"> | ||
+ | <tr> | ||
+ | |||
+ | <td colspan="3" > | ||
+ | <div id="med" > | ||
+ | <a href="https://2015.igem.org/Team:Uppsala/Journey"> | ||
+ | <p class="description">Click here to read about our journey to gold!</p> | ||
+ | <img id="medal" src="https://static.igem.org/mediawiki/2015/f/f7/Uppsala_goldmedal.png"> | ||
+ | <!--<h2><span id="textbox">Nordic iGEM Conference</span></h2>--> | ||
+ | </a> | ||
+ | </div> | ||
+ | </td> | ||
+ | </tr> | ||
<tr> | <tr> | ||
<td > | <td > |
Revision as of 22:33, 20 November 2015
Abstract