Team:NCTU Formosa/source/header-safety

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
#cover{
#cover{
background:url(https://static.igem.org/mediawiki/2013/f/fe/Nctu-cover-safety.jpg);
background:url(https://static.igem.org/mediawiki/2013/f/fe/Nctu-cover-safety.jpg);
 +
}
 +
.floatnone .image::after {
 +
background:#74C365;
 +
padding-left:10px;
 +
padding-right:10px;
 +
padding-top:5px;
 +
padding-bottom:5px;
 +
border-radius:2px;
 +
color:white;
 +
content: attr(title);
 +
bottom: 0;
 +
height: 25%;
 +
font-size: 12px;
 +
display:inline-block;
 +
margin-bottom:20px;
 +
text-decoration:none!important;
 +
margin-left:100px;
 +
margin-right:100px;
 +
}
 +
.floatnone {
 +
border:1px solid white;
 +
border-radius:5px;
 +
-webkit-transition: .5s;
 +
-moz-transition: .5s;
 +
-o-transition: .5s;
 +
-ms-transition: .5s;
 +
transition: .5s;
 +
text-decoration: none!important;
 +
}
 +
.floatnone:hover {
 +
border:1px solid lightgrey;
 +
}
 +
.flotenone .image:hover {
 +
text-decoration:none;
 +
}
 +
.image {
 +
cursor:default;
}
}
</style>
</style>

Revision as of 16:53, 19 September 2013