Template:CSS/style2

From 2014.igem.org

(Difference between revisions)
 
(25 intermediate revisions not shown)
Line 39: Line 39:
z-index:100;
z-index:100;
}
}
-
 
Line 48: Line 47:
top:3px;
top:3px;
left:10px;
left:10px;
 +
-webkit-transition: all .2s ease;
 +
    -moz-transition: all .2s ease;
 +
      -o-transition: all .2s ease;
 +
      -ms-transition: all .2s ease;
 +
          transition: all .2s ease;
 +
z-index:10;
 +
}
 +
 +
.logo:hover{
 +
width:128px;
 +
}
 +
 +
.logotext{
 +
width:50px
 +
height:61px;
 +
position:absolute;
 +
top:20px;
 +
left:85px;
 +
}
 +
 +
.logotext img{
 +
width:80px;
}
}
Line 112: Line 133:
top:0px;
top:0px;
left:320px;
left:320px;
-
 
-
 
}
}
#nav_wrapper{
#nav_wrapper{
Line 131: Line 150:
color:#46dd11;
color:#46dd11;
text-decoration:none;
text-decoration:none;
-
padding:6px 2px 0px 2px;
+
padding:6px 3px 0px 3px;
}
}
Line 152: Line 171:
font-weight:300;
font-weight:300;
}
}
 +
 +
 +
 +
.nav_item_achievements,visited{
.nav_item_achievements,visited{
background-color:#fbf7f5;
background-color:#fbf7f5;
Line 554: Line 577:
font-weight:400;
font-weight:400;
}
}
 +
 +
</style>
</style>
</html>
</html>

Latest revision as of 13:35, 24 May 2015