Team:NCTU Formosa/source/header-team

From 2013.igem.org

(Difference between revisions)
 
(44 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<META NAME="ROBOTS" CONTENT="noarchive">
<style>
<style>
.effect {
.effect {
-
left: 81.25%;
+
  left: 72.22%;
}
}
#cover{
#cover{
-
background:url(http://unsigneddesign.com/1/LT_SubtleGrungeTextures/Full/LT_SubtleGrunge_06.jpg);
+
background:url(https://static.igem.org/mediawiki/2013/a/a9/Nctu-cover-team.jpg);
 +
}
 +
div.cont .li {
 +
padding:0;
 +
}
 +
#realcontent {
 +
margin-bottom:10px;
}
}
div.personc {
div.personc {
float:left;
float:left;
-
width: 300px!important;
+
width: 330px!important;
-
margin:10px;
+
margin-right: 10px;
 +
margin-bottom: 10px;
 +
}
 +
div.personc div.card h4 {
 +
text-transform:uppercase
 +
}
 +
div.personc div.card p img {
 +
width: 330px!important;
 +
margin-left:-15px;
 +
margin-top:10px;
 +
margin-bottom:20px;
 +
}
 +
.card p {
 +
text-indent:0!important;
 +
}
 +
td ul li a {
 +
height: 25px;
 +
line-height: 25px;
 +
font-size:12px;
 +
}
 +
.advisers .card h4 .mw-headline:after {
 +
    content: "ADVISER";
 +
    background:#800000;
 +
    color:white;
 +
    float:right;
 +
    font-size:11px;
 +
    -webkit-border-radius: 2px;
 +
    -moz-border-radius: 2px;
 +
    border-radius: 2px;
 +
    border: 2px #800000 solid;
 +
}
 +
.advisers-i .card h4 .mw-headline:after {
 +
    content: "INSTRUCTOR";
 +
    background:#228B22;
 +
    color:white;
 +
    float:right;
 +
    font-size:11px;
 +
    -webkit-border-radius: 2px;
 +
    -moz-border-radius: 2px;
 +
    border-radius: 2px;
 +
    border: 2px #228B22 solid;
}
}
-
div.personc div.card{
+
.toclevel-3 {
-
width: 100%!important;
+
display:none;
}
}
-
div.personc div.card img.full {
+
.attribution p {
-
width: 290px!important;
+
text-indent: 30px!important;
-
left:-10px;
+
}
}
</style>
</style>
 +
<script src="https://2013.igem.org/Team:Team:NCTU_Formosa/js/masonry.pkgd?action=raw&ctype=text/javascript"></script>
 +
<script src="https://2013.igem.org/Team:Team:NCTU_Formosa/js/imagesloaded?action=raw&ctype=text/javascript"></script>
 +
<script>
 +
window.onload = function()
 +
                {
 +
var $container = $('#membersnadvisers');
 +
$container.imagesLoaded( function() {
 +
  $container.masonry();
 +
});
 +
};
 +
  $(document).ready(function(){
 +
$('a.image').click(function() { return false; });
 +
$('.floatnone img').each(function(){ $(this).removeAttr('height');$(this).removeAttr('width'); });
 +
  });
 +
</script>

Latest revision as of 10:57, 16 September 2014