Template:Cardbio barra project
From 2013.igem.org
(Difference between revisions)
(Created page with "<html> <script> #barraiconsP{ height: 117px; width: 976px; } #iconP1{ height: 117px; width: 125px; background-image: url('https://static.igem.org/mediawiki/2013/9/9a/...") |
|||
(28 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <style> |
#barraiconsP{ | #barraiconsP{ | ||
Line 9: | Line 9: | ||
} | } | ||
+ | |||
+ | #iconP1:hover{ | ||
+ | |||
+ | background-color: #F83939; | ||
+ | |||
+ | } | ||
+ | |||
+ | #iconP2:hover{ | ||
+ | |||
+ | background-color: #F83939; | ||
+ | |||
+ | } | ||
+ | |||
+ | #iconP3:hover{ | ||
+ | |||
+ | background-color: #F83939; | ||
+ | |||
+ | } | ||
+ | |||
#iconP1{ | #iconP1{ | ||
+ | height: 112px; | ||
+ | width: 120px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/7/77/Icones_03.png'); | ||
+ | float: left; | ||
+ | margin-left: 270px; | ||
+ | background-color: #CC3333; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #iconP2{ | ||
+ | |||
+ | height: 112px; | ||
+ | width: 120px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/1/11/Icones_07.png'); | ||
+ | float: left; | ||
+ | margin-left: 10px; | ||
+ | background-color: #CC3333; | ||
+ | |||
+ | } | ||
+ | |||
+ | #iconP3{ | ||
+ | |||
+ | height: 112px; | ||
+ | width: 120px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/7/76/Icones_09.png'); | ||
+ | float: left; | ||
+ | margin-left: 10px; | ||
+ | background-color: #CC3333; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #iconP0{ | ||
+ | |||
height: 117px; | height: 117px; | ||
- | width: | + | width: 178px; |
- | background-image: url('https://static.igem.org/mediawiki/2013/ | + | background-image: url('https://static.igem.org/mediawiki/2013/1/1f/IconP_mid.gif'); |
+ | margin-left: 10px; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #iconP1 a{ | ||
+ | |||
+ | display: block; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | text-decoration: none; | ||
+ | cursor: pointer; | ||
+ | |||
+ | } | ||
+ | |||
+ | #iconP2 a{ | ||
+ | |||
+ | display: block; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | text-decoration: none; | ||
+ | cursor: pointer; | ||
+ | |||
+ | } | ||
+ | #iconP3 a{ | ||
+ | |||
+ | display: block; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | text-decoration: none; | ||
+ | cursor: pointer; | ||
+ | |||
+ | } | ||
} | } | ||
- | </ | + | </style> |
<div id="barraiconsP"> | <div id="barraiconsP"> | ||
- | <div id="iconP1"></div> | + | <div id="iconP1"><a href="https://2013.igem.org/wiki/index.php?title=Team:UFMG_Brazil/Theproblem"></a></div> |
+ | <div id="iconP2"><a href="https://2013.igem.org/Team:UFMG_Brazil/Ourdesign"></a></div> | ||
+ | <div id="iconP3"><a href="https://2013.igem.org/Team:UFMG_Brazil/Biomarkers"></a></div> | ||
</div> | </div> | ||
</html> | </html> |
Latest revision as of 19:31, 27 October 2013