Template:Team:Concordia/CSS
From 2014.igem.org
(Difference between revisions)
Amitmalhotra (Talk | contribs) |
Amitmalhotra (Talk | contribs) |
||
Line 978: | Line 978: | ||
line-height: 18px !important; | line-height: 18px !important; | ||
} | } | ||
+ | |||
+ | .notebook_overlay { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .notebook_image{ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | -moz-transition: all 0.3s; | ||
+ | -webkit-transition: all 0.3s; | ||
+ | transition: all 0.3s; | ||
+ | } | ||
+ | |||
+ | .notebook_image:hover{ | ||
+ | -webkit-transform: scale(1.04); | ||
+ | -moz-transform: scale(1.04); | ||
+ | -o-transform: scale(1.04); | ||
+ | -ms-transform: scale(1.04); | ||
+ | transform: scale(1.04); | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 17:34, 17 October 2014